/* CSS Document */

a:link, a:active, a:visited{
	color:#003366;
	text-decoration:none;
	font-weight: bold;
	}
	
a:hover{
	color:#FFCC00;
	text-decoration:underline;
	font-weight: bold;
	}

td {
	font-family: Verdana;
}

p{
	margin-left:1%;
	width:98%;
	}
	
h1{
	margin-left:1%;
	font-size:1.75em;
	}
	
h2{
	margin-left:1%;
	font-size:1.5em;
	}
	
h3{
	margin-left:1%;
	font-size:1.25em;
	}
	
h4{
	margin-left:1%;
	font-size:1em;
	}			

body{
margin:0px;
padding:0px;
font-family:bookman old style, times, georgia, serif;
font-size:13px;
background:#003772 url(images/main_bg.jpg) top center fixed no-repeat;
}

#subwrapper{
	margin:auto;
	width:70%;
	}
	
#content_container{
	margin-top:457px;
	width:100%;
	float:left;
	}
	
#footer{
	float:left;
	width:100%;
	background:#131514;
	color:#c7cdd1;
	text-align:center;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}

#footer a:link, #footer a:active, #footer a:visited{
	color:#1b8be1;
	text-decoration:none;
	margin-right:15px;
}

#footer a:hover{
	color:#fff;
	text-decoration:underline;
	margin-right:15px;
	}