@import url("nav.css");
html, body {
	background:url("../images/background.gif") repeat-x;
	height:100%;
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, Sans-serif;
	font-size:.90em;
}
h1 {
	color:#729A1D;
	margin:0;
	font-size:1.8em;
}
h2 {
	color:#729A1D;
	margin:0;
	font-size:1.2em;
}
h3 {
	color:#565656;
	margin:0;
	font-size:1.1em;
}
img {
	border:0;
}
a:link, a:visited {
	color:#729A1D;
	text-decoration:underline;
}
a:hover, a:active {
	color:#000000;
	text-decoration:underline;
}
#outer {
	width:100%;
	min-height:100%;
	background:url("../images/grass-left.gif");
	background-repeat:repeat-x;
	background-position:bottom;
}
#wrapper {
	width:700px;
	min-height:100%;
	margin:0 auto;
	border:6px solid #3A7728;
	border-top:0;
	border-bottom:0;
	background:#FFFFFF;
}
#header {
	background:#3A7728;
	height:60px;
	padding:5px 10px 0 10px;
	color:#FFFFFF;
	font-variant:small-caps;
}
#addr {
	float:left;
	margin-left:20px;
	font-size:1.3em;
}
#logo {
	float:right;
}
#nav_section {
	border:2px solid #FFFFFF;
	height:297px;
}
#flashcontent {
	width:471px;
	height:297px;
	float:left;
	background:url("../images/grass.jpg");
}
#sitenav {
	width:225px;
	height:297px;
	float:right;
	background:url("../images/nav-bg.jpg");
}
#content {
	clear:both;
	padding:10px 10px 72px 10px;
	border-top:12px solid #3A7728;
	background:#FFFFFF;
	min-height:270px;
	color:#666666;
}
#shortnews {
	background:#F6FEDA;
	color:#565656;
	border:1px solid #565656;
	padding:10px 20px 20px 20px;
	margin-right:20px;
	float:left;
	width:148px;
}
#shortnews div {
	padding:10px 0 10px 0;
	border-bottom:1px dotted #565656;
}
#lessContent {
	width:470px;
	float:left;
}
#footer {
	clear:both;
	position:absolute;
	background:#3A7728;
	font-size:.7em;
	height:40px;
	width:690px;
	left:50%;
	margin-left:-356px;
	margin-top:-62px;
	padding:5px;
	color:#F3F3F3;
	border-top:12px solid #3A7728;
	border-left:6px solid #3A7728;
	border-right:6px solid #3A7728;
}
#footer div {
	float:left;
	text-align:center;
	width:230px;
}
#mailform {
	background:#F6FEDA;
	color:#565656;
	padding:10px;
	border:1px solid #565656;
	float:right;
}
#mailform input, #mailform textarea {
	border:1px solid #565656;
	background:#FFFFFF;
}
#mailform input:focus, #mailform textarea:focus {
	background:#F3F3F3;
}
.clear {
	clear:both;
}
.std_table {
	border-collapse:collapse;
	width:100%;
}
.std_table td {
	border:1px solid #9A9999;
}
.center {
	text-align:center;
}
.italic {
	font-style:italic;
}
.rightImg {
	float:right;
	padding:10px 0 10px 10px;
}
.leftImg {
	float:left;
	padding:10px 10px 10px 0;
}
.floatright {
	float:right;
}
.floatleft {
	float:left;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
}