body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	background-color: #083A00;
	font-style: normal;
	font-weight: normal;
}

.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2175AD;
	padding-left: 5px;
}
.link:hover {
	color: #CE1C08;
}

#Header {
	position: absolute;
	visibility: visible;
	height: 210px;
	width: 1000px;
	left: 0px;
	top: 0px;
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #083A00;
	padding-left: 1px;
	background-color: #083A00;
}
#Content {
	position: absolute;
	visibility: visible;
	width: 740px;
	left: 220px;
	top: 238px;
	background-color: #FFFFFF;
	overflow: inherit;
	height: 4500px;
}

#dotNetContent {
	position: absolute;
	visibility: visible;
	width: 740px;
	left: 220px;
	top: 210px;
	background-color: #FFFFFF;
	overflow: inherit;
	height: 500px;
}
#Corner {
	position: absolute;
	height: 274px;
	width: 220px;
	left: 0px;
	top: 213px;
}
#IndexBody {
	visibility: visible;
	width: 100%;
	left: -1px;
	top: 210px;
	position: absolute;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bolder;
	color: #083A00;
}

.SiteMapLink:link {
	text-decoration:underline; 
	color:#083A00; 
}
.SiteMapLink:visited {
	text-decoration:underline; 
	color:#083A00; 
}
.SiteMapLink:hover {
	text-decoration:underline; 
	color:#083A00; 
}
.SiteMapLink:focus {
	text-decoration:underline; 
	color:#083A00; 
}
.SiteMapLink:active {
	text-decoration:underline; 
	color:#083A00; 
}

