@charset "utf-8";
a:link {
color: #49522E;
text-decoration: underline;
}
a:visited {
text-decoration: underline;
color: #636A2B;
}
a:hover {
text-decoration: none;
color: #636A2B;
}
a:active { 
text-decoration: underline; 
}
a img {
	border: solid #636A2B;
}
a img:hover {
	border: solid #FFFFFF;
}
hr {
	color: #D2D3BC;
	background-color: #D2D3BC;
	border: none;
	height: 1px;
	width: 100%;
}
html, body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url(images/lattice.jpg) top center repeat-y;
	background-color: #C3C4A5;
	height: 100%;
	margin: 0;
	padding: 0;
}
#container {
	width: 789px;
	min-height: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
#header {
	width: 789px;
	height: 315px;
	background-image: url(images/Header_Bkgrnd.png);
	background-repeat: no-repeat;
}
#banner {
	width: 789px;
	height: 206px;
	position: absolute;
	left: 0px;
	top: 65px;
}
#nav {
	width: 789px;
	height: 40px;
	position: absolute;
	left: 0px;
	top: 273px;
	font-size: 18px;
}
#nav table {
	height: 40px;
	width: 789px;
	border: 0;
}
#nav a {
	font-family: Lucida Sans, sans-serif;
	color: #000000;
}
#nav a:link {
	text-decoration: none;
}
#nav a:visited {
	text-decoration: none;
}
#nav a:hover {
	color: #00822B;
	text-decoration: none;
}
#nav a:active {
	text-decoration: none;
}
#mainContent {
	position: relative;
	margin: 0 auto;
	width: 789px;
	height: auto;
	background-color: #FFFFFF;
	padding-top: 21px;
	padding-bottom: 121px;
}
#content {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	text-align: left;
	padding-bottom: 60px;
}
#footer {
	background-image: url(images/Footer_Logo.png);
	height: 121px;
	width: 789px;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 15px;
	color: #636A2B;
	text-align: center;
}
#footer table {
	height: 51px;
	width: 789px;
	border: 0;
}
