﻿body {
	margin: 0px;
	background: #687a61;
	font-family: Verdana,Arial, sans serif;
	font-size: 12px;
	color: #3c4f3b;
}

#container {
	width: 779px;
}

#header {
	background: #CDDCC8 url(images/header_bg.gif);
	width: 779px;
	height: 99px;
	float: left;
	text-align: left;
}

h1 {
	font-size: 48px;
	color: #ffffff;
	margin-bottom: -10px;
	margin-top: 10px;
}

h2 {
	font-size: 18px;
	color: #3c4f3b;
	margin-top: -10px;
	margin-left: 235px;
}

#nav {
	background: url(images/nav_bg.gif);
	width: 779px;
	height: 28px;
	float: left;
	text-align: left;
}

#nav ul {
	display: inline;
	height: 21px;
	margin: 0px;	
	padding: 0px;
}


#nav ul li {
	display: inline;
	line-height: 21px;
	border-left: 1px solid #ffffff;
	float: left;
}

#nav a {
	color: #3c4f3b;
	text-decoration: none;
	height: 21px;
	font-size: 11px;
	font-weight: bold;
	padding-left: 24px;
	padding-right: 23px;
}

#nav a:hover {
	color: #ffffff;
}

#nav ul li.noborder {
	border-left: none;
}

#nav ul li.on {
	background: url(images/nav_on_bg.gif);
}

#nav ul li.onhome {
	background: url(images/nav_on_bg.gif);
	border-left: none;
}

#content {
	background: #CDDCC8;
	float: left;
	width: 779px;
	text-align: left;
}

#home {
	background: #CDDCC8;
	float: left;
	width: 750px;
	text-align: left;
	margin: 5px;
}

#hometitle {
	float: left;
}
#hometitle1 {
	float: right;
}

#body {
	float: left;
	width: 480px;
	text-align: left;
	margin: 5px;
}

#body h3 {
	font-size: 18px;
	font-weight: bold;
	margin-top: -1px;
}

#body h4 {	font-size: 16px;	font-weight: bold;	color: 003366;}

#leftcontent {
	background: #CDDCC8;
	width: 266px;
	float: right;
}

#sidebar {
	background: #9eb09b url(images/sidebar_bg.gif) repeat-y;
	border: 1px solid #ffffff;
	width: 266px;
	text-align: left;
	margin: 5px;
	padding: 5px;
	color: #ffffff;
	float: right;
}

#sidebar ul li {
	margin-bottom: 10px;
}

#sidebar a {
	color: #ffffff;
}

#footer {
	background: #3c4f3b;
	color: #ffffff;
	font-size: 11px;
	width: 779px;
	height: 25px;
	padding-top: 5px;
	float: left;
	text-align: center;
}

.quote {
	margin-left: 30px;
	margin-right: 30px;
	font-style: italic;
}

a {
	color: #003366;
}

a:hover {
	color: #ffffff;
}

form {
	margin: 0px;
}

table {
	width: 95%;
}

td {
	font-family: Verdana,Arial,sans-serif;
	font-size: 12px;
}

label {
	font-weight: bold;
	width: 170px;
	text-align: right;
}

.req {
	font-family: Verdana,Arial,sans-serif;
	font-size: 8pt;
	color: #FF0000;
	font-weight: bold;
}

.even {
	background: #98AA95;
}

.yesno {
	width: 100px;
}

.threechoice {
	width: 165px;
}

.test {
	border: 1px solid #98AA95;
}

.tdhead {
	background: #98AA95;
	font-weight: bold;
	vertical-align: top;
}

.tdlight {
	background: #E5F5DF;
	vertical-align: top;
}

.top {
	vertical-align: top;
}
.print {
	text-decoration: none;
}
.print:hover {
	text-decoration: none;
}