body {
	background-color: #212324;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

#container {
	margin: 0px; 
	margin-left: auto; 
	margin-right: auto; 
	margin-top: -8px; 
	padding: 0px;
	width: 774px; 
	background-image: url(../images/contentBg.gif);
	background-repeat: repeat-y; 
	background-color: #FFFFFF;
	border: 2px solid #cccccc;
}

#header {
	margin: 0px; 
	padding: 0px; 
	width: 774px; 
	height: 90px; 
	background-image: url(../images/headerBg.gif);
	background-repeat: no-repeat;
}

#topNav {
	margin: 0px; 
	margin-top: -5px;
	padding: 0px; 
	width: 774px; 
	height: 30px; 
	background-color: #37608c;
	border-bottom: 5px solid #f3aa10;
}

#topNav a {
	display: block;
	margin: 0px;
	padding: 7px;
	padding-top: 9px;
	width: 55px;
	height: 14px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	border-right: 1px solid #000000;
	float: left;
}

#topNav a:hover {
	background-color: #407ba7;
	color: #FFFFFF;
}

#content {
	margin: 0px;
	padding: 8px;
	width: 758px;
}

#content a {
	color: #005c9f;
	text-decoration: underline;
}

#content a:hover {
	color: #407ba7;
	text-decoration: none;
}

#content h1 {
	margin: 0px;
	padding: 0xp;
	font-family: Lucida Sans, Lucida Grande, Trebuchet MS, Verdana, sans-serif;
	font-size: 22px;
	color: #407ba7;
	font-weight: normal;
}

#footer {
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 7px;
	width: 760px;
	height: 85px;
	background-color: #456f9d;
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
}

#footer p {
	margin: 0px;
	margin-top: 15px;
}

#footer a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover {
	background-color: #668daa;
	color: #FFFFFF;
	text-decoration: none;
}