@charset "utf-8";
body {
	background-color: #475808;
	background-image: url(images/recov_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000055;
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px;
	padding: 0px;
}

div {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#divHeader  {
	background-image: url(images/header.gif);
	height: 250px;
	width: 800px;
}



#divNav {
	background-color: #FFFFFF;
	text-align: center;
}
#divNav a {
	height: 25px;
	width: 100px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #1A3A68;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
#divNav a:hover {
	color: #FFCE10;
}



#divContent {
	background-color: #FFFFFF;
	width: 650px;
	padding-right: 75px;
	padding-left: 75px; margin-top:0; margin-bottom:0
}
#divHeader #divSubHeader {
	width: 250px;
	margin-left: 550px;
	padding-top: 100px;
	font-size: 12px;
}


#divBottom {
	background-image: url(images/bottom_curve.gif);
	height: 100px;
	width: 800px;
	background-repeat: no-repeat;
}

a {
	height: 25px;
	width: 100px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #0000CC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}

a:hover {
	color: #FFCE10;
}