body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,select {
	margin: 0;  
	padding: 0;  
}

html,body {
	height: 100%;
	font: 12px 'trebuchet ms', sans-serif;
	background: #f6f6f4;
}

h1 {
	font: normal 17px 'trebuchet ms';
	text-decoration: none;
	padding: 0px 0px 10px 0px;
}

img {
	border: 0;
}

a {
	outline: none;
}

a:link {color: #0368f3; text-decoration: underline}
a:visited {color: #0368f3; text-decoration: underline}
a:active {color: #0368f3; text-decoration: underline}
a:hover {color: #0368f3; text-decoration: none}

#container {
	width: 970px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -120px;
}

#head {
	float: left;
	position: relative;
	width: 970px;
	height: 245px;
	margin-bottom: 24px;
	border-bottom: 1px solid #6ca0ae;
	background: #306c23 url("../images/head_bg.jpg") no-repeat 0px 3px;
}

.logo {
	position: absolute;
	left: 50px;
	top: 20px;
}

.banner_top {
	position: absolute;
	right: 35px;
	top: 1px;
	height: 185px;
}

.std_navigation {
	position: absolute;
	left: 33px;
	top: 212px;
	font-size: 10px;
}

.std_navigation li {
	display: inline;
	margin-right: 18px;
}

.search {
	position: absolute;
	left: 688px;
	top: 205px;
}

.input1 {
	float: left;
	width: 160px;
	padding: 3px 5px 3px 5px;
	border: 1px solid #459b31;
}

.input1 input {
	float: left;
	padding: 0;
	font: 14px 'trebuchet ms';
	background-color: transparent;
	border-width: 0px;
	cursor: text;
	width: 160px;
	color: #fff;
}

.search_button {
	float: left;
	display: inline;
	width: 72px;
	height: 26px;
	background: #459b31;
	color: #fff;
	font: bold 14px 'trebuchet ms';
	border-width: 0;
	margin: 0px 0px 0px 2px;
	cursor: pointer;
}

#content {
	width: 970px;
	padding-top: 0px;
}

.left_column {
	float: left;
	width: 250px;
}

.sections {
	float: left;
	width: 233px;
	height: 37px;
	padding: 8px 0px 0px 17px;
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background: url("../images/sections.png") no-repeat;
}

.menu {
	float: left;
	width: 250px;
	list-style: none;
	font-size: 18px;
	margin-bottom: 20px;
}

.menu li {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 3px 0px;
	background: url("../images/dash.gif") repeat-x bottom;
}

.menu p {
	padding-left: 25px;
	background: url("../images/bullet.gif") no-repeat 0px 6px;
}

.menu a:link {color: #337325; text-decoration: none}
.menu a:visited {color: #337325; text-decoration: none}
.menu a:active {color: #337325; text-decoration: none}
.menu a:hover {color: #5cc945; text-decoration: none}

.right_column {
	float: right;
	width: 690px;
	/*background: #e6eaed url("../images/top.gif") no-repeat top;*/
}

.content {
	float: left;
	width: 674px;
	padding: 13px;
	/*background: url("../images/bottom.gif") no-repeat bottom;*/
}

.push {
	height: 120px;
}

#footer {
	margin: 0 auto;
	width: 970px;
}

.footer {
	float: left;
	width: 970px;
	height: 83px;
	margin-top: 37px;
	background: url("../images/footer_bg.gif") repeat-x bottom;
}

.footer_menu {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 20px;
	font-size: 11px;
	font-style: italic;
	color: #fff;
	list-style: none;
}

.footer_menu li {
	display: inline;
	margin: 0px 1px;
}

.footer_menu a:link {color: #fff; text-decoration: none}
.footer_menu a:visited {color: #fff; text-decoration: none}
.footer_menu a:active {color: #fff; text-decoration: none}
.footer_menu a:hover {color: #fff; text-decoration: underline}

.copyrights {
	float: left;
	width: 100%;
	text-align: center;
	color: #23481b;
	font-weight: bold;
	margin-top: 13px;
}