BODY {
	width:750px;
	margin:10px auto;
	font-family:"Comic Sans MS",Verdana,Arial,Helvetica,sans-serif;
	font-size:14px;
	position:relative;
	color:#0064a4;
	background-color:#AAD6C7;
	

}
A { color:#0064a4;}
.accessibility,.topLink {display:none}
.clear {clear:both}
DIV#siteOffline {
	background-color:red;
	color:#FFFFFF;
	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;
}

DIV#container {
	position:relative;
	background-color:#ffffff;
	padding:10px;
	background-image:url(../images/BG_large.gif);
	background-position:top left;
	background-repeat:no-repeat;
	height:520px;;
}
H1#siteTitle {
	margin:0;
	padding:0;
	position:relative;
	left:30px;
	top:5px;
}

H1#siteTitle A {
	display:block;
	width:213px;
	height:119px;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
}

H1#siteTitle A SPAN {
	display:none;
}

H2#strapLine {
	margin:0;
	padding:0;
	display:block;
	width:244px;
	height:16px;
	background-image:url(../images/strapline.gif);
	background-repeat:no-repeat;
	position:absolute;
	right:20px;
	top:50px;
}

H2#strapLine SPAN {
	display:none;
}

DIV#mainNav {
	float:left;
	width:180px;
	font-weight:bold;
	margin-left:10px;
	margin-top:20px;
}

DIV#content > DIV#mainNav {
	margin-left:30px;
}

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

DIV#mainNav LI {
	list-style:none;
	background-image:url(../images/bullet.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:30px;
	margin-bottom:10px;

}

DIV#mainNav LI A {
	text-decoration:none;
}

DIV#mainNav LI A:hover {
	color:#7BB698;
}

DIV#mainNav LI A.navSelected {
	color:#7BB698;
}

DIV#pageContent {
	line-height:1.8em;
	height:350px;
	width:435px;
	overflow:auto;
	padding-left:20px;
	padding-right:40px;
	margin-bottom:40px;
}


H2#pageTitle {
	font-size:15px;
	color:#0064a4;
	border-bottom:1px solid #0064a4;
}

DIV#pageContent H3, H4, H5{
	font-size:14px;
}

DIV#footer {
	font-size:10px;
	padding-top:5px;
}

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

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

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

DIV#logobox {
	text-align:center;
	margin-top:20px;
}
