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

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

/* set the basic page formatting */
body {
	background-color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
}

/* 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:#EEECBC url(images/rhbg.jpg) repeat-y left top;;
	padding:5px 50px 5px 10px;
}
.lharea {
	background:#EEECBC url(images/lhbg.jpg) repeat-y left top;;
}

/* 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;
}

/* formatting for header and footer */
.siteheader {
	background:white url(images/header.jpg) no-repeat left top;
	font-style: normal;
	height: 210px;
}
.sitefooter {
	background:white url(images/bottom.jpg) repeat-y left top;
	font-style: normal;
	height: 35px;
}
.credits, .credits a {
	color:#999999;
	font-style: normal;
}

/* altered formatting for heading tags */
h1 {
	color: #8F8D00;
	font-size: 24px;
}

h2 {
	font-size: 18px;
	color: #BCC01F;
}
#navlist li
{
display: inline;
list-style-type: none;
padding-right: 20px;
font-size:18px;
text-decoration:none;
}
#navlist li a
{
text-decoration:none;
}