body {
	margin:0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height:160%;
	background: #FFFFFF url(images/pagebg.jpg) repeat-x;
}
a {
	text-decoration:underline;
	color: #92CE45;
}
a:visited {
	color: #92CE45;
}
a:hover {
	text-decoration:none;
}
h1 {
	margin: 14px 0px 0px;
	padding: 0px;
	float:left;
}
h1 a{
	display:block;
	background: url(images/logo.jpg) no-repeat;
	height: 79px;
	width: 249px;
	text-indent: -900em;
	text-decoration: none;
	line-height:100%;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 240%;
	color: #92CE45;
	font-weight: bold;
	margin: 20px 0px 5px;
	line-height: 120%;
	}
h2blue{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 240%;
	color: #11227f;
	font-weight: bold;
	margin: 20px 0px 5px;
	line-height: 120%;
}
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 160%;
	font-weight: bold;
	color: #92CE45;
	padding-bottom: 2px;
	border-bottom: 2px solid #11227F;
	margin: 5px 0px 5px;
}
#main_wrap{
	margin: 0px auto;
	width: 770px;
}
#nav {
	clear:both;
	list-style:none;
	margin:0px;
	padding:0px;
}
#nav li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	text-transform: lowercase;
	line-height:100%;
	float:left;
}
#nav li a{
	color:#FFFFFF;
	text-decoration: none;
	display:block;
	padding: 12px 20px 0px;
	height:45px;
	float:left;
}
#nav li a:hover{
	background: url(images/menubg.jpg) repeat-x;
	color:#FFFFFF;
}
#content {
	width: 507px;
	float:left;
	padding: 20px 0px;
}
#sidebar {
	width:230px;
	float:right;
	margin-top: 20px;
}
#submenu {
	list-style:none;
	margin:0px;
	padding:0px;
}
#submenu li{
	border-bottom: 1px solid #dae6e9;
	padding:5px 0px;
}
#submenu li a{
	color: #11227F;
	text-decoration: underline;
}
#submenu li a:hover{
	color: #11227F;
	text-decoration:none;
}
#footer {
	clear:both;
	background: url(images/footer.gif) no-repeat center top;
	text-align: right;
	height: 50px;
}
#copyright {
	width: 770px;
	text-align:left;
	margin: 0px auto;
	font-size: 90%;
	color: #666666;
}
.blue {
	color: #11227F;
}
