﻿#container {
	border: 1px solid #3F6626;
	padding: 0px 0px 10px 0px;
	margin: 0px auto 0px auto;
	width: 790px;
	background-color: #FFFFFF;
	position: relative;
	z-index: 30;
	height: 100%;
}
#masthead {
	border-left: 1px solid #a9a9a9;
	border-right: 1px solid #a9a9a9;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #808080;
	margin: 0px 0px 0px 10px;
	padding: 0;
	background-color: #FFFFFF;
	position: relative;
	height: 160px;
	text-align: center;
	width: 768px;
	float: left;
	vertical-align: middle;
	z-index: 20;
	border-style: none none solid none;
	border-color: #dcdcdc #a9a9a9 #3F6626 #a9a9a9;
}
#navigation {
	background-color: #CFD381;
	border-style: none solid none none;
	border-width: 1px;
	border-color: #3F6626;
	margin: 10px 0px 10px 10px;
	position: relative;
	float: left;
	width: 148px;
	height: 480px;
	z-index: 15;
	background-color: #FFFFFF;
}
#content {
	margin: 10px 0px 10px 10px;
	float: left;
	padding: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #FFFFFF;
	width: 590px;
	position: relative;
	height: auto;
	z-index: 10;
	border-color: #dcdcdc;
	border-style: none;
}
#footer {
	background-color: #CFD381;
	padding: 10px 0px 0px 0px;
	margin: 0px 10px 0px 10px;
	clear: both;
	width: 768px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	position: relative;
	text-align: center;
	z-index: 5;
	height: auto;
	float: inherit;
	border-style: solid none none none;
	border-color: #3F6626 #a9a9a9 #808080 #a9a9a9;
	background-color: #FFFFFF;
}
/* Navigation Styles */
#navigation ul {
	border: 1px none #3F6626;
	list-style-type: none;
	width: 96%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border-left: 1px solid #a9a9a9;
	border-right: 1px solid #a9a9a9;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #808080;
	background-color: #FFFFFF;
	border-color: #3F6626;
	border-style: none;
	border-width: 1px 0px 0px 0px;
}
#navigation a {
	border-left: 1px solid #a9a9a9;
	border-right: 1px solid #a9a9a9;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #808080;
	margin: 0px;
	color: #3F6626;
	display: block;
	padding: 5px;
	background-color: #FFFFFF;
	border-color: #3F6626;
	border-style: none;
}
#navigation a:hover {
	color: #3F6626;
	text-decoration: none;
	border-left: 1px solid #a9a9a9;
	border-right: 1px solid #a9a9a9;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #808080;
	background-color: #F4F4DD;
	border: 1px none #3F6626;
}
/* Content Styles */
.bodytext {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #3F6626;
}
.footertext {
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	color: #3F6626;
	text-decoration: none;
}
.bodytext_large {
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	color: #3F6626;
}
a:visited {
	color: #4A6A36;
}
a:active {
	color: #598E35;
}
a:hover {
	color: #243915;
}
.sub_header_text {
	font-family: Verdana;
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	color: #3F6626;
}
.header_text {
	font-family: Verdana;
	font-size: 22px;
	font-weight: normal;
	font-style: normal;
	color: #3F6626;
}
