body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #999999;
	margin: 0;
	padding: 0;
}

a:link,
a:visited {
	color: #006600;
	text-decoration: underline;
}

a:hover, a:focus, a:active {
	color: #669900;
	text-decoration: underline;
}

h1 {
	font-size: 180%;
	font-weight: normal;
	color: #006600;
	margin-top: 10px;
}

h2 {
	font-size: 130%;
	font-weight: normal;
	margin-top: 30px;
	margin-bottom: 10px;
}

h3 {
	font-size: 100%;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}
h4 {
	font-size: 80%;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	
}
.left {
	float: left;
}

.right {
	float: right;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 20px;
	padding: 3px;
}

img.right {
	float: right;
	margin: 0 10px 0 10px;
}

div.imagecentre {
/*	width: 500px;*/
	margin: auto;
	text-align: center;
}

table {
	background-color: #E9E9E9;
	text-align: center;
	border: 0px solid #006600;
/*	margin-top: 40px;*/
	width: 100%;
}

caption {
	font-size: 130%;
	padding-top: 40px;
/*	margin-bottom: 10px;*/
}

td, th {
/*	width: 200px;*/
	padding: 5px 10px;
	border: 0px solid #006600;
	text-align: left;
}

th.longname, td.longname {
	width: 30%;
}

#wrapper {
	margin: 0 auto;
	width: 910px;
	background: #FFFFFF url(../img/sidebar_bg.png) repeat-y right top;
	border-right: 1px solid #006600;
	border-left: 1px solid #006600;
	border-bottom: 1px solid #006600;
}

/*************************** Header ************************/
#header {
	height: 150px;
	background-image: url(../img/header.jpg);
}

#topnav {
	float: right;
	margin: 0;
	font-size: 80%;
	color: #ffffff;
	font-weight: bold;
}

#topnav ul {
	margin: 0;
	padding: 10px;
}

#topnav li {
	display: inline;
	padding: 0;
}

#topnav a:link, #topnav a:visited {
	color: #ffffff;
	text-decoration: none;
}

#topnav a:hover, #topnav a:focus, #topnav a:active {
	color: #ffffff;
	text-decoration: underline;
}

/************************ Left Column Navigation *****************/
#navcontainer {
	font-size: 80%;
	clear: right;
	float: left;
	margin: 0 0 10px;
	width: 21%;
/*	background-color: #006633;*/
}

#navcontainer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navcontainer li {
	position: relative;
	background: url(../img/navbg.png) repeat-x;
	margin: 0;
	padding: 10px 0 0 0;
	width: 182px;
	height: 30px;
}

#navcontainer li a {
	text-decoration: none;
	color: #ffffff;
	display: inline;
	padding: 5px 0 5px 5px;
	overflow: visible;
}

#navcontainer li a:hover{
	color: #cccccc;
	text-decoration: underline;
}

#navcontainer li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	margin-left: 1px;
}

#navcontainer li:hover ul, #navcontainer li.sfhover ul{
	left: 182px;
	top: 0;
}

#navcontainer li ul li{
	margin: 0;
	width: 300px;
	background: url(../img/navbg.png) repeat-x;
}

/************************** Content for home page (with righthand News column) ******************/
#content {
	float: left;
	height: auto;
	font-size: 80%;
	line-height: 150%;
	margin: auto;
	padding-left: 15px;
	padding-right: 15px;
	width: 55%;
}

#content .txtcentre {
	text-align: center;
}

#content ul {
	margin: 10px 0 10px 20px;
	padding: 0;
}

#content ul img {
	float: left;
	margin: 0 10px 0 0;
}

#content li {
	padding: 0;
}

#content li ul {
	margin: 0 0 0 20px;
	padding: 0;
	list-style-type: none;	
}

#content dl {
	line-height: 1.5em;
	padding-left: 2em;
}

#content dd {
	font-size: 80%;
	line-height: 1.5em;
	padding-left: 2em;
}

#content dt {
	font-size: 80%;
	margin-top: .5em;
}

#content .attribution {
	color: #004800;
}

/************************** Content1 - for single column pages (with lefthand navbar) ******************/
#content1 {
	float: left;
	height: auto;
	font-size: 80%;
	line-height: 150%;
	margin: auto;
	padding-left: 15px;
	width: 76%;
}
	
#content1 ul {
	list-style: none;
}

#content1 li {
	margin-top: 10px;
}

#imgcontent {
	text-align: center;
	background-color: #fff;
	border: none;
	width: 50%;
	margin-left: 5%;
	margin-top: 5px;
	margin-bottom: 5px;
}

#imgleftcol {
	float: left;
	width: 25%;
}

/***************************  News Column  *********************/
#news {
	float: right;
	font-size: 70%;
	width: 170px;
	margin: 0 0 5px 0;
}


#news ul {
	list-style: none;
	margin: 10px 0 10px 0;
	padding: 0;
}

#news li {
	background: url(img/grey_arrow.gif) no-repeat 0 50%;
	padding-left: 15px;
	margin: 5px;
}

#news img {
	margin: 5px 0;
}

#news h2 {
	margin: 0;
	padding: 10px;
	text-align: center;
	background: #006600;
	background: url(../img/navbg.png) repeat-x;
	color: #ffffff;
}

#news .story {
	padding: 12px;
}

#news br {
	line-height: 0.7em;
}

#news h2 a.imglink {
	border-bottom-style: none;
}
#news h2 a {
	text-decoration: none;
	color: #ffffff;
	display: inline;
	padding: 5px 0 5px 5px;
	overflow: visible;
}

#news h2 a:hover{
	color: #cccccc;
	text-decoration: underline;
}
/********************************************  Horizontal navigation bar  *****************/
#navbar {
	font-size: 80%;
	clear: both;
	margin: 5px auto;
	padding-top: 20px;
	text-align: center;
	margin: 10px 0;
	text-transform: uppercase;
}

/********************************************  Footer  *****************/
#footer {
	font-size: 70%;
	padding: 10px;
	margin: 10px 0 0 0;
	clear: both;
	color: #ffffff;
	text-align: right;
	background-color: #BBF7AC;
	background: url(../img/navbg.png) repeat-x;
	vertical-align: middle;
}

#footer .copyright {
	font-weight: normal;
}

#footer a, #footer a:visited {
	text-decoration: none;
	color: #ffffff;
}
	
#footer a:hover, #footer a:focus, #footer a:active {
	text-decoration: underline;
	color: #ffffff;
}
/********************* Forms  ******************/
fieldset {
/*	background: #E9E9E9;*/
	border: 1px solid #7C7C7C;
	margin: 1em 0;
	padding: 1em;
}

legend {
	font-weight: bold;
}

label {
	float: left;
	width: 10em;
}

.go {
	background: #97BA52;
	color: #FFFFFF;
	font-weight: bold;
	height: 21px;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/************************** Content for other pages (with righthand News column) ******************/
#othercontent {
	float: left;
	height: auto;
	font-size: 80%;
	line-height: 150%;
	margin: auto;
	padding-left: 15px;
	padding-right: 15px;
	width: 55%;
}

#othercontent h2 {
	font-size: 100%;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

#othercontent .txtcentre {
	text-align: center;
}

#othercontent ul {
	margin: 10px;
	padding: 0;
	list-style-type: circle;	
}

#othercontent ul img {
	float: left;
	margin: 0 10px 0 0;
}

#othercontent li {
	padding: 0;
	margin: 0 0 10px 0;
}

#othercontent dl {
	line-height: 1.5em;
	padding-left: 2em;
}

#othercontent dd {
	font-size: 80%;
	line-height: 1.5em;
	padding-left: 2em;
}

#othercontent dt {
	font-size: 80%;
	margin-top: .5em;
}

#othercontent .attribution {
	color: #004800;
}

#othercontent ol li{
	margin: 10px 0 0 10px;
}

#othercontent ol.letters{
	list-style-type: lower-alpha;
}
