BODY {font-family:"Times New Roman", Times, serif;
font-size:14px;
color:#000000;
position:relative;
background-color:#CFCFCF;
margin:0;
padding:0;
}
.accessibility,.topLink {display:none}
.clear {clear:both}
A {color:#000}
DIV#siteOffline {background-color:red;color:#FFF;font-weight:bold;font-family:Verdana,Arial,Helvetica,sans-serif;font-size:12px;padding:3px 5px;text-align:center;margin-bottom:10px;border-bottom:2px solid black}
PRE {background-color:#FFC;border:1px solid red;margin:10px;padding:10px; color:#000;}
DIV#container {
	width:750px;
	margin:0 auto;
	background-color:#F8F8F6;
}

DIV#header {
	height:113px;
	position:relative;
}

H1#siteTitle {
	margin:0;
	padding:0;
	position:relative;
	top:40px;
	left:20px;
}

H1#siteTitle A {
	margin:0;
	padding:0;
	display:block;
	width:713px;
	height:28px;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
}

H1#siteTitle A SPAN {
	display:none;
}

H2#strapLine {
	display:none;
}

DIV#subContainer > DIV#mainNav {
	padding-bottom:23px;
}

DIV#mainNav {
	font-size:14px;
	width:500px;
	margin:0 auto;
}

DIV#mainNav UL {
	margin:0;
	padding:0;
	
}

DIV#mainNav UL LI {
	margin:0;
	padding:0;
	list-style:none;
	float:left;

}

DIV#mainNav UL LI A {
	border:2px solid #DC0000;
	border-left:none;
	border-bottom:none;
	text-decoration:none;
	display:block;
	padding:2px 5px 2px 5px;
	text-transform:lowercase;
	font-weight:bold;
}

DIV#mainNav UL LI A.navSelected {
	background-color:#DC0000;
	color:#ffffff;
}

DIV#mainNav UL LI.navLink1 A {
	border-left:2px solid #DC0000;
}

DIV#content {
	padding-top:285px;
	/*margin-top:20px;*/
	background-image:url(../images/banner.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

DIV#pageContent {
	padding:0px 30px 20px 30px;
	clear:both;
	
	line-height:1.5em;
	background-color:#F5F5F5;
}

DIV#pageContent IMG {
	border:3px solid #DC0000;

}

DIV#pageContent H2#pageTitle {
	color:#DC0000;
	font-size:18px;
}

DIV#pageContent H1, DIV#pageContent H2, DIV#pageContent H3, DIV#pageContent H4, DIV#pageContent H5, DIV#pageContent H6 {
	color:#DC0000;
	font-size:18px;
}

DIV#pageContent UL LI {
	list-style-image:url(../images/bullet.gif);
}

DIV#pageContent A {
	color:#DC0000;
	text-decoration:none;
	font-weight:bold;
}

DIV#pageContent A:hover {
	color:#DC0000;
	text-decoration:underline;
}

DIV#contactDetails {
	text-align:center;
	padding-bottom:20px;
}

DIV#contactDetails SPAN {
	font-weight:bold;
}

DIV#contactDetails HR {
	width:80%;
	height:2px;
	color:#DC0000;
	background-color:#DC0000;
	border:0;
}

DIV#footer {
	width:740px;
	margin:0 auto;
	font-size:10px;
	color:#c0c0c0;
	background-color:#f5f5f5;
	padding:0px 5px 0px 5px;
}

DIV#footer A {
	color:#c0c0c0;
	text-decoration:none;
}

DIV#footer A:hover {
	color:#c0c0c0;
	text-decoration:underline;
}

DIV#site-footer {
	float:left;
	width:45%;
}

DIV#gwp-footer {
	float:right;
	width:45%;
	text-align:right;
}

.formRequired {
	color:#ff0000;
	font-weight:bold;
}

DIV#formMsg {
	background-color:#ffffff;
	padding:10px;
	border:2px solid #DC0000;
	text-align:center;
	font-weight:bold;
	margin-bottom:10px;
}

.formLabel {
	text-align:right;
	font-weight:bold;
	color:#DC0000;
}

DIV.form {
	background-color:#ffffff;
	padding:5px;
	border:2px solid #DC0000;
	margin-right:10px;
}