body {
	background: #565656;
	margin: 0px;
}


#mainbody {
	width: 673px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

table {text-align: left;}

.navcontainer {
	background: #7782a9;
	width: 149;
}

#navcontainer a.manual, #navcontainer a.manual:link, #navcontainer a.manual:active, #navcontainer a.manual:visited {color:#fff; text-decoration:none; font-family:Arial, Tahoma, Helvetica, Verdana, sans-serif; font-weight:bold;}
#navcontainer a.manual:hover, #navcontainer a.manual:hover:visited {color:#11175e; text-decoration:none; font-weight:bold;}

#content {
	background: #fff;
	padding: 15px 25px 25px 25px;
	font-family: Arial, Tahoma, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #000;
}

#content a, #content a:link, #content a:active {color: #7b1d04; text-decoration: underline;}
#content a:hover, #content a:hover:visited {color: #f20023; text-decoration: none;}
#content a:visited {color: #888; text-decoration: underline;}

#content h1 {
	color: #11175e;
	font-weight: bold;
	font-size: 24px;
	padding: 20px 0 0px 0px;
	margin: 0px;
}

#content h2 {
	color: #000;
	font-weight: bold;
	font-size: 14px;
	padding-top: 7px;
}

#footer {
	margin: 10px 5px 10px 150px;
	font-family: Arial, Tahoma, Helvetica, Verdana, sans-serif; 
	font-size: 9px; 
	color: #b8bacf; 
	font-weight: bold;
	line-height: 12px;
	text-transform: uppercase;
}
#footer a:link, a:link:focus, a:visited {color:#b8bacf; text-decoration: none; font-weight: normal;text-transform: none;}
#footer a:hover, a:active {color:#fff; text-decoration: underline; font-weight: normal;text-transform: none;}

