@charset "utf-8";
/* CSS Document */
body{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}
h1{
	color: #003399;
	font-size: 20px;
	margin-top: 15px;
}
h2{
	color: #990000;
	font-size: 15px;
}
h3{
	color: #039;
	font-size: 12px;
}
#wrapper{
	width: 990px;
	height: auto;
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -495px;
	border: 1px solid #333;
}
#header{
	width: 100%;
	height: 150px;
	background-image:url(../images/header.jpg);
}
#topnav{
	width: 100%;
	height: 23px;
	background-color: #999;
	border-bottom: 1px solid #333;
	padding-top: 5px;
	text-align: right;
}
#mainnav{
	width: 100%;
	height: 23px;
	background-color: #999;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	text-align: right;
	padding-top: 5px;
}
#mainnav a, #topnav a{
	margin-right: 30px;
}
#mainbody{
	width: 100%;
	height: auto;
}
ul.nav li{
	list-style: none;
	display: inline;
	margin-left: 20px;
}

a:link{
	color: #003366;
	font-weight: bold;	
	text-decoration: underline;	
}
a:visited{
	color: #003366;
	font-weight: bold;	
	text-decoration: underline;	
}
a:hover{
	color: #003366;
	font-weight: bold;	
	text-decoration: underline;	
}
a:active{
	color: #003366;
	font-weight: bold;	
	text-decoration: underline;	
}

#topnav a:link, #mainnav a:link{
	color: #fff;
	font-weight: bold;
	text-decoration: underline;	
}
#topnav a:visited, #mainnav a:visited{
	color: #fff;
	font-weight: bold;	
	text-decoration: underline;	
}
#topnav a:hover, #mainnav a:hover{
	color: #fff;
	font-weight: bold;	
	text-decoration: underline;	
}
#topnav a:active, #mainnav a:active{
	color: #fff;
	font-weight: bold;	
	text-decoration: underline;	
}