/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
}
a:link {
	color: #3366ff;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3366FF;
}
a:hover {
	text-decoration: underline;
	color: #3366FF;
}
a:active {
	text-decoration: none;
	color: #3366FF;
}
h1 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #ff6600;
	height: 20px;
	font-weight:normal;
	margin-left:5px;
	margin-top:0;
}
h2 {
	font-size: 14px;
	color: #ff6600;
	margin:0px;
}
h3 {
	font-size:18px;
	color:#ff6600;
	height: 20px;
	margin-top:0px;
	margin-bottom:-5px;

}
#container {
	width: 800px;
 	position: relative;
 	margin: 20px auto;
 	text-align: left;
	background-color:#FFFFFF;
}
#header {
	background-image:url(images/header_01.jpg);
	background-repeat:no-repeat;
	width: 800px;
	height: 105px;
}
#usericons {
	position:absolute;
	width:300px;
	height:70px;
	margin-left: 455px;
}
#menu {
	position:absolute;
	margin-left: 86px;
	margin-top: 77px;
	font-size: 14px;

}
#menu a:link {
	color: #3366ff;
	font-weight: normal;
	text-decoration: none;
}
#menu a:visited, a:active {
	font-size: 14px;
	text-decoration: none;
	color: #3366FF;
}
#menu a:hover {
	font-size: 14px;
	text-decoration: none;
	color: #FF6600;
}
.menuspacer {
	color: #E2FFF6;
	font-size: 18px;
	font-weight:bold;
}
#banner {
	position:absolute;
	background-image:url(images/banner_07.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:105px;
	margin-top: 105px;
}
#leader {
	position:absolute;
	margin-left:125px;
	margin-top:10px;
	color:#E2FFF6;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:18px;
	width: 306px;
	left: 21px;
	top: 1px;
}
#bannerimage {
	width: 318px;
	height:185px;
	position:absolute;
	margin-left:481px;
}
#content {
	position:absolute;
	background-image:url(images/dropshadow_10.jpg);
	background-position:top, left;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	margin-left:215px;
	margin-top:210px;
	padding-left:15px;
	width:550px;
	height:376px;
	line-height:18px;
}
#subnav {
	position:absolute;
	background-color: #dddddd;
	margin-left:11px;
	margin-top:210px;
	width: 205px;
	height: 376px;
}
#subnav ul {
	position:relative; left: -20px;
	width: 185px;
}
#subnav li {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#003366;
	line-height:26px;
	display:block;
	list-style-type:none;
	}
#subnav li a {
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
	display:block;
	border: 0px;
	color:#003366;
	height: 100%;
	width: 100%;
}
#subnav li a:hover {
	background-color:#FFFFFF;
}
#footer {
	position:absolute;
	width: 772px;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	color:#FF6600;
	left: 6px;
	top: 475px;
}
