body {
	margin: 5px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
#outertable {
	background-color: #FFFFFF;
	border: 0px solid #086135;
	margin: 0px;
	padding: 0px;
}
#contenttable {
	margin: 0px;
	padding: 0px;
}

.spacer_row {
	background-color: #0C6336;
}
.footer {
	background-color: #00552C;
	color: #026024;
	font-size: 0.6em;
	padding: 10px;
	margin: 3px;
	background-image: url(../images/footer.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.footer a:link {
	color: #026024;
	text-decoration: none;
}
.footer a:visited {

	color: #026024;
	text-decoration: none;
}
.footer a:hover {
	color: #333333;
	text-decoration: none;
}
#contentarea {
	margin-top: 10px;
	font-size: 0.8em;
	margin-bottom: 10px;
	background-image: url(../images/background_image.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#navcontainer {
	margin-left: 0px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
#contentarea h1 {
	color: #0C6336;
	font-size: 1.4em;
}


#navcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}

#navcontainer li {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-bottom: 5px;
}

#navcontainer a
{
	display: block;
	color: #126B35;
	background-color: transparent;
	width: 220px;
	padding: 2px 10px;
	text-decoration: none;
	font-size: 12px;
	border: 1px solid #aaa;
	text-align: left;
}

#navcontainer a:hover
{
	color: #026024;
	background-repeat: no-repeat;
	background-image: url(../images/menuover_new.gif);
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 0px;
	border-left-color: #026024;
}
img a:link {
	color: #999999;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
#contentarea h2 {
	font-size: 1.1em;
}
#contentarea a:link, #contentarea a:visited {
	color: #003300;
	text-decoration: none;
}
#contentarea a:hover {
	color: #006600;
	text-decoration: underline;
}

