/* CSS Document */

BODY {
	text-align: center;	
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url(/images/bg.gif) top center repeat-y #074487;
}

#wrapper {
	margin: auto;
	padding: 10px;
	width: 960px;	
}

#hero {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 200px;
	border-bottom: 1px solid #fff;
}	

#menu {
	clear: both;
	margin: 0px;
	padding: 0px;
	background: #165291;	
	height: 30px;
	text-align: left;
	color: #fff;
	font-weight: bold;
	border-bottom: 1px solid #fff;
}

#menu UL {
	margin: 0px;
	padding: 0px;
	list-style-type: none;	
}

#menu LI {
	margin: 0px;
	padding: 3px 7px 2px 7px;
	height: 25px;
	float: left;
	border-right: 1px solid #fff;	
}

#menu LI:hover {
	background: #3382cf;
}

#menu a:link, #menu a:active, #menu a:visited {
	color: #fff;
	text-decoration: none;	
}

#leftpanel {
	margin: 0px;
	padding: 0px;
	float: left;
	text-align: left;	
	width: 645px;
}

#leftpanel H1 {
	font-size: 19px;	
	color: #165291;
	font-weight: bold;
}

#leftpanel H2 {
	font-size: 17px;
	color: #3382cf;	
}

#rightpanel {
	float: right;
	margin: 0px;
	padding: 10px;
	width: 295px;
	background: #4683dc;
	text-align: left;	
	color: #fff;
}	

#rightpanel H2 {
	margin: 0px;
	padding: 0px;
	font-size: 17px;
	font-weight: bold;	
}

#rightpanel label {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 100px;	
}

#rightpanel a:link, #rightpanel a:active, #rightpanel a:visited {
	color: #fff;	
}

#footer {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 30px;
	background: #165291;
	color: #fff;	
	border-top: 1px solid #fff;
}

#footer P {
	margin: 0px;
	padding: 0px;	
}


#footer a:link, #footer a:active, #footer a:visited {
	color: #fff;	
}