body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
div#header {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	border: none;
	height: 180px;
}
div#banner {
	background-color: #FFFFFF;
	height: 135px;
}
img#titletext {
	position: absolute;
	left: 35px;
	top: 45px;
}
div#nav ul {
	list-style-type: none;
}
div#nav ul li {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	font-style: normal;
	color: #099767;
}
div#content {
	position: absolute;
	left: 35px;
	top: 225px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-variant: normal;
	color: #000066;
	width: 500px;
}
div#sidebar {
	position: absolute;
	width: 220px;
	top: 225px;
	visibility: visible;
	left: 575px;
}
div#nav li a {
	color: #009965;
	font-weight: bolder;
	text-decoration: none;
}
div#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
}
div#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000099;
}
div#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000099;
	font-style: oblique;
	font-weight: bolder;
}
div#nav {
	border: none;
	text-align: left;
	position: absolute;
	top: 150px;
	width: 800px;
}
div#sidebar div.feature ul {
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: square;
	list-style-position: inside;
	list-style-image: none;
	font-size: 0.8em;
	font-style: normal;
	line-height: 1.5em;
	font-weight: bold;
	text-decoration: none;
}
div#sidebar div.feature li a {
	text-decoration: none;
	color: #089B6E;
}
div#sidebar div.feature h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
	text-align: left;
}
div#sidebar div.feature p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000066;
	text-align: justify;
}
div#content p {
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
}
div#nav li a:hover {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #009965;
}
div#sidebar div.feature li a:hover {
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #000066;
}
img#logo {
	position: absolute;
	top: 30px;
	left: 500px;
}
div#topline {
	background-color: #000066;
	height: 25px;
	width: 800px;
}
div#content a {
	color: #009965;
	text-decoration: none;
}
div#content a:hover {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #009965;
}
.left {
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}
#pagenav
{
margin-left: 0;
padding-left: 0;
list-style: none;
}

#pagenav li
{
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: 1px;
	background-image: url(images/arrow.gif);
	font-family: Arial, Helvetica, sans-serif;
}