@charset "utf-8";
/* CSS Document */

html 
	{
	background-color: #f0edd4;
	background-image: url(Background.gif);
	background-repeat: repeat-x;
	background-position: top left;
	}
	
body 
	{
	position: absolute;
	width: 785px;
	left: 50%;
	right: 50%;
	margin-top: 40px;
	margin-left: -392px;
		
	border-top: 4px #000074 solid;
	border-bottom: 4px #000074 solid;
	border-left: 4px #000074 solid;
	border-right: 4px #000074 solid;

	font-family: verdana, arial, helvetica, sans-serif;
	font-size: .85em;
	text-align: center;

	padding-bottom: 8px;
	padding-top: 8px;
	background-color: #ffffff;
	}
		
#header
	{
	margin-left: 10%;
	margin-right: 10%;
	}	
	
a:link, a:visited 
	{
	text-decoration: none;
	color: #990000;
	}
	
#main-text 
	{
	margin-top: 15px;
	margin-bottom: 0;
	margin-left: 75px;
	margin-right: 75px;
	font-size: .85em;
	line-height: 1.65em;
	text-align: left;
	background: #FFFFFF;
	}
	
#copyright 
	{
	margin-top: 25px;
	margin-bottom: 0;
	font-size: .70em;
	background-color: #ffffff;
	text-align: center;
	}