﻿#container {
	background-color: #3F7641;
	position: relative;
	top: 0px;
	left: 0px;
	text-align: center;
	height: 2000px;
}
#banner {
	width: 980px;
	position: relative;
	top: 3px;
	left: 0px;
	background-image: url('Images/header.jpg');
	height: 146px;
}
#indexbody {
    margin:auto;
	border: 1px solid #000000;
	width: 980px;
	background-color: #C9D9AB;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
ul {
	list-style-type: circle;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

#topmenu {
	background-color: #3F7641;
	border-style: outset none double none;
	border-width: 1px 1px 3px 1px;
	border-color: #104A7B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.rightcell {
	border-style: none none none groove;
	border-width: 2px;
	border-color: #FFFFFF;
}
.leftcell {
	border-right: 1px none #FFFFFF;
	border-top: 1px none #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background-position: 0px 0px;
	border-left-color: #FFFFFF;
	border-left-width: 1px;
	background-repeat: repeat;
	background-attachment: scroll;
}
.normal {
	background-position: 0px 0px;
	text-align: left;
	background-repeat: repeat;
}
.normal a:link {
	color: #3F7641;
	text-decoration: underline;
	font-weight: normal;
}
.normal a:visited {
	color: #3F7641;
	text-decoration: underline;
	font-weight: normal;
}
.normal a:hover {
	color: #FFFF00;
	text-decoration: underline;
}
.normal a:active {
	color: #3F7641;
	text-decoration: underline;
	font-weight: normal;
}
#Page {
	background-position: 0px 0px;
	padding: 5px 10px;
	background-attachment: ;
	color: #336600;
	font-family: Verdana;
	font-size: 12px;
	text-align: left;
	font-weight: 100;
}
.BigBlue {
	font-family: "Arial Rounded MT Bold";
	font-size: 12px;
	color: #3F7641;
	text-align: right;
	vertical-align: top;
}
.midcell {
	border-style: none solid solid none;
	border-width: 1px;
	border-color: #FFFFFF;
}
.smallwhite {
	font-family: Verdana;
	font-size: 8px;
	color: #FFFFFF;
	text-align: right;
}
.bluetext {
	color: #3F7641;
}
#Footer {
	font-family: Verdana;
	font-size: 8px;
	color: #FFFFFF;
	background-color: #3F7641;
	text-align: right;
}

