/* 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 {
	padding:0px;
}

/* 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(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: #284690;
	font-size: 24px;
}

h2 {
	font-size: 18px;
	color: #0099CC;
}
#nav {
	background:white url(img/menubg.gif) repeat-x left top;
	height:36px;
}
#footer {
	background:white url(img/footer.gif) no-repeat left top;
	height:154px;
	font-size:11px;
	color:#FFFFFF;
}
#footer a{
	color:#FFFFFF;
}
#credits a {
	color:#999999;
	font-size:11px;
}
.mainright {
	background-color:#ADD852;
	border: 1px solid #80A92A;
}


#navcontainer {
	margin:0px;
	padding:0;
	text-align:left;

}

#nav, #nav ul {
	float: left;
	width: 950px;
	list-style: none;
	line-height: 1.5em;
	font-weight: bold;
	padding: 0;
	margin: 0 0 0 0;
}

#nav a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 0.45em 0.8em;
	font-size:15px;
	font-family:arial;
}

#nav a:hover {
	color: #000;
}

#nav li {
	float: left;
	padding: 0;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 200px;
	w\idth: 200px;
	font-weight: normal;
	border-width: 1px;
	margin: 0;
	z-index:999;
}

#nav li li {
	padding-right: 1em;
	width: 188px;
	background: #258CCD;

}

#nav li ul a {
	width: 200px;
	w\idth: 200px;
}

#nav li ul a:hover {
	color:#000;	
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #98CDEF;
	border:0;
}

.itemblock td {
	background-color: #DBEBEC;
	border:1px solid #C7D3E6;
	padding:4px 0px;
}
.itemblock img {
	margin-bottom:4px;
}
.vlist {
	background-color: #DBEBEC;
	border:1px solid #C7D3E6;
	padding:4px;
	margin-bottom:10px;
}
.content li {
margin-bottom:10px;
}
.imagecredits a {
color:#999999;
}