@charset "utf-8";
/* CSS Document */

body {
	background-color: #003366;
	
}
p {
	font-size: 12px;
	color: #003366;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 24px;
	font-weight: bolder;
	color: #003333;
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
h2 {
	font-size: 18px;
	font-weight: bolder;
	color: #003366;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 16px;
	font-weight: bolder;
	color: #003366;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
li {
	font-size: 14px;
	font-weight: bold;
	color: #003366;
}
hr {
	color: #0000FF;
	background-color: #0000FF;
	text-align: center;
	width: 95%;
}


#leftnav {
	height: auto;
	width: 200px;
	margin-left: 5px;
	float: left;
}
#topnav {
	width: 100%;
	margin-top: 10px;
	height: 30px;
}

#footer {
	font-size: 11px;
	height: auto;
	width: 98%;
	padding-top: 10px;
	font-weight: bolder;
	color: #000000;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0000FF;
	margin: 10px;
 }
 
 #footer a:link{
	font-size: 11px;
	font-weight: bold;
 }
 
#footer a:hover {
	font-size: 11px;
	color: #003366;
 }
 
 #footer a:visited {
	font-size: 11px;
 }
 
 #footer2 {
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	width: 100%;
	padding-top: 5px;
	text-align: center;
	margin: 0px;
	border-bottom-style: none;
	padding-bottom: 5px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
 }


 #footer2 a:link{
	font-size: 11px;
	font-weight: bold;
	}
	
	
	#footer2 a:visited {
	font-size: 11px;
 }
