/* CSS Document */
body {
	background-image:url(images/BIGLOGO.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-position:top;
	padding:0px;
	margin:0px;
	background-color:#CCCCCC;
}
#header {
	margin-right:auto;
	margin-left:auto;
	width:798px;
}
#nav {
	margin-right:auto;
	margin-left:auto;
	width:800px;
	padding:0px;
}
#subnav {
	float:left;
	margin-top:5px;
	margin-right:5px;
}
#subnav ul { 
	width:120px; 
	background-color: #003399;
	border: 1px solid #000000;
	padding:0px;
	margin:1px;	
	}


#subnav a {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold; 
}
#subnav a:link { text-decoration: none; width:150px;}
#subnav a:active { text-decoration: none; width:150px;}
#subnav a:visited { text-decoration: none;  width:150px;}
#subnav a:hover { 
	text-decoration: none; 
	color: #003399; 
	background-color: #FFFFFF; 
	border: 1px solid #000000;
	}	

#pagetop {
	width: 800px;
	margin-top:15px;
	margin-right:auto;
	margin-left:auto;
}

#pagetop hr{	
	width: 600px;
	color: #003399;
}
#title {
	margin-left:50px;
	width:490px;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
	font-size:48px;
}	

#main {
	margin-right:auto;
	margin-left:auto;
	width:797px;
	padding:0px;
}
