/* Set up the page */
html {
	overflow-y: scroll;
}

/* remove the focus dotted lines */
:focus {
	outline: 0;
}

/* set the basic page formatting */
body {
	background:white url("img/bg-new.jpg") repeat-y top center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
}
#wrapper {
	width:800px;
	margin:0px auto;
}
#wrapper2 {
	width:800px;
	margin:0px auto;
}
#header {
	height:259px;
	text-align:center;
}
#inner {
	width:100%;
}
#menucol {
	width:180px;
	float:left;
}
#icons {
	text-align:center;
	margin:70px 0px 0px 18px;;
}
.icon {
	margin-bottom:5px;
}
#contentcol {
	width:584px;
	float:right;
	border-left:1px solid #ccc;
	padding:0px 8px;
	min-height:300px;
}
#footer {
	height:20px;
	margin:6px;
	border-top:1px solid #ccc;
	font-size:10px;
	padding:10px 0px 0px 10px;
}
div.clear {
	width:100%;
	height:0px;
	clear:both;
}
/* set the main title colour independant of size */
.colourtitle {
	color: #DE0707;
	font-weight:bold
}

/* set the basic page links formatting */
a:link {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #009933;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

.ondark {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
}
.ondark a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.ondark a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.ondark a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.ondark a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
/* example formatting for background image */
.contentarea {
	background:white url("img/bubble-bg.jpg") no-repeat top left;
}

/* example formatting for bordered area with background colour */
.area-container {
	padding: 5px;
	background-color: #EEE;
	border: 1px solid #519553;
}

/* example formatting for bordered area without background colour */
.pic-container-clear {
	padding: 5px;
	border: 1px solid #EEEEEE;
}
.formfield {
	padding: 5px;
	border: 1px solid #FA8B1F;
	background-color:#eeeeee;
	
}
.contribute-table {
	margin-bottom:10px;
}
fieldset {
	margin-bottom:10px;
}
legend {
	background-color:#eeeeee;
	border: 1px solid #EEEEEE;
}
.text-container {
	padding: 5px;
	border: 1px solid #FA8B1F;
	background-color:#eeeeee;
	margin-bottom:8px;
	
}
/* formatting for header and footer */
.siteheader {
	background:white url(graphics/webheader.gif) no-repeat left top;
	font-style: normal;
	height: 234px;
}
.sitefooter {
	background:white url(graphics/webfooter.jpg) no-repeat left top;
	font-style: normal;
	height: 15px;
}

/* altered formatting for heading tags */
h1 {
	color: #617224;
	font: 24px "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica;
}

h2 {
	font: 18px "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica;	
	color: #7A8F2F;
}
#navcontainer {
	margin-left: 10px;
}
#navlist
{
padding-left: 0;
margin-left: 0;
border-bottom: 1px solid #ccc;
width: 160px;
}

#navlist li
{
list-style: none;
margin: 0;
padding: 0.25em;
border-top: 1px solid #ccc;
}

#navlist li a { text-decoration: none; }