@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../images/bkg-body.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #5A7E0E;
}
div#page {
	margin: 0px;
	padding: 0px;
}
div#container {
	padding: 12px;
	width: 936px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #C0D592;
	background-image: url(../images/bkg-container-foot.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
div#header {
	margin: 0px;
	padding: 0px;
	height: 237px;
	background-image: url(../images/bkg-header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
img#logo {
	margin-top: 15px;
	height: 170px;
	width: 395px;
	margin-left: 20px;
	padding: 0px;
}
div#navcontainer {
	height: 42px;
	overflow: hidden;
	clear: both;
	margin-top: 10px;
	padding: 0px;
}
ul#navmenu {
	margin: 0px;
	padding: 0px;
	height: 42px;
	display: block;
	line-height: 42px;
}
ul#navmenu li {
	line-height: 42px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 42px;
	display: block;
	float: left;
}
ul#navmenu li a {
	line-height: 42px;
	display: block;
	margin: 0px;
	float: left;
	height: 42px;
	padding: 0px;
}
ul#navmenu li a:hover {
	text-decoration: underline;
}
div#wrapper {
	padding: 24px;
	background-color: #FFFFFF;
	background-image: url(../images/bkg-wrapper-top.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
div#banner {
	clear: both;
	height: 88px;
	width: 888px;
	margin-bottom: 24px;
	background-image: url(../images/bkg-mission.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
div#main {
	float: left;
	width: 592px;
}
div#sidebar {
	float: right;
	width: 272px;
}
ul#buttons {
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
ul#buttons li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	height: 34px;
}
ul#buttons li a {
	
}
div.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
}
div#footer {
	font-size: 12px;
	line-height: 18px;
	color: #64881a;
	background-image: url(../images/bkg-footer-top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 36px;
	padding-right: 24px;
	padding-bottom: 24px;
	padding-left: 24px;
}
div#footer #left {
	float: left;
	width: 592px;
}
div#footer #right {
	text-align: center;
	float: right;
	width: 272px;
	font-size: 10px;
	text-transform: uppercase;
	margin-top: 20px;
}
div#credits {
	font-size: 10px;
	text-align: center;
	padding: 24px;
	text-transform: uppercase;
	line-height: 16px;
	color: #bed391;
}

