/**************** Body and tag styles ****************/
* {margin: 0;}
body, h1, h2, h3, h4, h5, h6, p, blockquote, label, fieldset, ul, ol, dl, li, object, table, th, tr, td  {padding: 0;}
body {
	font: 100%/1.3 Arial, Helvetica, sans-serif;
	color: #000; background-color: #BBDF69;
	margin-bottom: 50px;
}
img {border:none;
}
h1 {
	color: #70521E;
	font-size: 1.4em;
	font-weight: normal;
	margin-bottom: .2em;
}
h2 {	
	color: #70521E;
	font-size: 1.1em;
	font-weight: normal;
	margin-bottom: .2em;
}
p, ul, ol {font-size: .8em;
	margin-bottom: 1em;
}
ul, ol {margin-left: 2em;
}
li {margin-bottom: .3em;
}
a {text-decoration: underline;}
a:link {color: #705321;}
a:visited {color: #705321;}
a:hover {color: #705321; text-decoration: none; background-color: #BBDF69;}
a:active {color: #705321; text-decoration: none; background-color: #BBDF69;
} 
table, th, td {border-collapse: collapse;
	padding: .4em;
	vertical-align: top;
	font-size: .9em;
	border: 1px solid #AC9879;
}
table {
	margin-bottom: 1em;
}
th {
	background-color: #AC9879;
	text-align: left;
	color: #fff;
	border: 1px solid #70521E;
}
table .tablename {
	background-color: #BBDF69;
	font-weight: bold;
	font-size: 1.1em;
	text-align: center;
	border: 1px solid #70521E;
}
/**************** Container styles ****************/
#container {
	background-color: #fff;
	width: 980px;
	margin: 0 auto;
}
#contentwrapper {
	float: left;
	width: 940px;
	padding: 25px 20px 20px;
}
/**************** Header styles ****************/
#header {
	background: url(../images/main/header.gif) no-repeat left top;
	height: 290px;
}
/**************** Navigation styles ****************/
#navleft {
	float: left;
	width: 200px;
}
#navleft ul {
	list-style: none;
	margin: 0 0 0 29px;
}
#navleft li {
	margin-bottom: 15px;
}
#navleft ul a {
	display: block;
	width: 126px;
	margin: 0;
	height: 20px;
	text-decoration: none;
	color: #fff;
	font-size: 1.1em;
	text-align: right;
	padding: 0 12px 0 0;
}
#navleft ul a:link, #navleft ul a:visited {background: url(../images/main/leftnav-rollover.gif) no-repeat left -20px;}
#navleft ul a:hover, #navleft ul a:active, #navleft ul a#currentpage {background: url(../images/main/leftnav-rollover.gif) no-repeat left top;
}
/**************** Content styles ****************/
#maincontenthome {
	width: 560px;
	float: left;
}
#maincontent {
	width: 725px;
	float: left;
}
#rightcolumn {
	width: 150px;
	float: right;
}
#currentissues {
	background: #BBDF69 url(../images/main/green-roundedtop150.gif) no-repeat left top;
	width: 150px;
	padding-top: 10px;
	min-height: 257px;
	position: relative;
	padding-bottom: 23px;
	line-height: 1.5;
}
#currentissues h2, #currentissues p {
	padding: 0 15px;
}
#currentissuesbottom {
	background: url(../images/main/green-grassbottom150.gif) no-repeat left top;
	height: 23px;
	width: 150px;
	position: absolute;
	left: 0; bottom: 0;	
}
#logoswrapper {
	float: left;
}
#logoswrapper img {
	float: left;
	margin-right: 10px;
	vertical-align: bottom;
}
/**************** Search box styles ****************/
#searchwrapper {margin-top: 20px;
}	
#q {width: 80px;
	float: left;
}
#btnsubmit {
	width: 60px;
	float: right;
}
/**************** Contact page styles ****************/
table#contacttable, table#contacttable th, table#contacttable td {
	border: none;
	padding-left: 0;
	padding-right: .7em;
}
table#contacttable input, table#contacttable textarea {width: 170px;}
table#contacttable input#submit {width: 100px;}
.addressblock {
	float: right;
	padding: 1em 1em .3em;
	background-color: #F2F9E2;
	text-align: left;
	margin-left: 20px;
	border: 1px solid #BBDF69;
}
/**************** Footer styles ****************/
#footer {
	background: url(../images/main/footer-grassbottom.gif) no-repeat left bottom;
	padding-bottom: 60px;
	clear: both;
	color: #705321;
	font-size: 1.1em;
	position: relative;
}
#footer a {text-decoration: none;}
#footer p {
	text-align: center;
	margin-bottom: 0;
}
#logosleft {
	position: absolute;
	left: 62px; top: 0;
}
#logosright {
	position: absolute;
	right: 20px; top: 0;
}
#logosleft img {margin-right: 5px; vertical-align: bottom;}
#logosright img {margin-left: 5px; vertical-align: bottom;
}
#logosleft a:hover, #logosright a:hover {background-color: #fff;
}
/**************** Misc classes and styles ****************/
.imgleft {float: left; margin: 0 1em .8em 0;}
.imgright {float: right; margin: 0 0 .8em 1em;}
.boldtext {font-weight: bold;}
.italictext {font-style: italic;}
.italicboldtext {font-style: italic; font-weight: bold;}
.textcentre {text-align: center;}
.cellhighlight {font-weight: bold; background-color: #F2F9E2;}
.marg0bottom {margin-bottom: 0;}
.clear {clear: both;}