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

}

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

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

/* set the main title colour independant of size */
.colourtitle {
	color: #DE0707;
	font-weight:bold
}

/* set the basic page links formatting */
a:link {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #97171A;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #fff;
	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:black;
	padding:6px;
	font-size:14px;
}

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

/* example formatting for bordered area without background colour */
.pic-container-clear {
	padding: 5px;
	border: 1px solid #EEEEEE;
}

/* formatting for header and footer */
.siteheader {
	background:black url(img/header.jpg) no-repeat left top;
	font-style: normal;
	height: 280px;
}
.sitefooter {
	background:white url(graphics/webfooter.jpg) no-repeat left top;
	font-style: normal;
	height: 15px;
}

/* altered formatting for heading tags */
h1 {
	color: #B32A31;
	font-size: 24px;
	margin-top:0px;
}

h2 {
	font-size: 18px;
	color: #0099CC;
}
#navlist li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}

#navlist li a
{
text-decoration:none;
color:#FFFFFF;
font-size:16px;
}
input, textarea {
	padding:4px;
	background-color: #1B1919;
	border: 1px solid #363636;
	color:#FFFFFF;
	font-size:14px;
}