@charset "utf-8";
/* CSS Document */

body {
	background-color: #363942;
}h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bolder;
	color: #660000;
	padding-top: 10px;
	text-align: center;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #660000;
	padding-left: 15px;
}
h3 {
	font-size: 16px;
	font-weight: bolder;
	color: #000000;
	padding-left: 10px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
}


p {
	font-size: 14px;
	color: #000000;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	font-weight: bold;
}
a:visited {
	font-weight: bold;
}

#navbox {
	margin: 5px;
	height: 100%;
	width: 200px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

 #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: #660000;
	margin: 10px;
 }
 
 #footer a:link{
	font-size: 11px;
	font-weight: bold;
 }
 
#footer a:hover {
	font-size: 11px;
	color: #003366;
 }
 
 #footer2 {
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	width: 100%;
	padding-top: 5px;
	text-align: center;
	margin: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #660000;
 }


 #footer2 a:link{
	font-size: 11px;
	font-weight: bold;
	}
	
	

#topnav {
	font-size: 14px;
	font-weight: bolder;
	text-align: center;
	height: 30px;
	width: 100%;
	vertical-align: middle;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
}

#topnav a:link {
	font-size: 14px;
	font-weight: bolder;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#topnav a:visited {
	font-size: 14px;
	font-weight: bolder;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
