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

}

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

/* set the basic page formatting */
body {
	background:#225289 url("img/bg.png") repeat-x top left;
	font-family: "Comic Sans MS";
	font-size:14px;
	margin:0;
}

/* set main areas */
#header {
	background: url(img/top.jpg) repeat-x left top;
	font-style: normal;
	height: 123px;
	margin:0;
}

#headerinner {
	width: 900px;
	margin:0 auto;
}

#outer {
	width: 900px;
	margin:0 auto;
	background:white;
}

#menu {
	font-style: normal;
	height: 100px;
	margin-bottom:10px;
}

#contentwrapper {
	font-style: normal;
}

#footer {
	font-style: normal;
	height: 125px;
	font-size:10px;
	margin-top:10px;
}
.fineprint {
	float:left;
	margin:20px 10px 10px 10px;
	width:200px;
}
.whgheads {
	float:left;
}
.credits {
	float:right;
	margin-right:10px;
	width:200px;
	text-align:right;
	margin-top:20px;
}
/* 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 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;
}
#navcontainer
{
background-color: #fff;
height:108px;
}

#navcontainer ul
{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: white;
text-align: center;
margin: 0 0 0 -34px;
padding-bottom: 3px;
padding-top: 3px;
}

#navcontainer ul li
{
display: inline;
margin-left: -4px;

}

#navcontainer ul li a
{

color: white;
text-decoration: none;


}

#navcontainer img
{
margin:1px 4px;
}

#navcontainer ul li a:hover
{
background-color: #16008D;
color: white;
}

#active a { border-left: 0px solid #fff; }

.maincontent {
	background:white url("img/880.gif") repeat-y top right;
}

.maincontentblank {
	background:white;
}
.fullcol {
	width:880px;
	float:left;
	padding:5px 10px;
	line-height:1.4em;
}

.choccontainer {
	width:860px;
	float:left;
	padding:5px 10px;
}

.actfull {
	width:838px;
	float:left;
	padding:5px 10px;
	border:1px solid #ccc;
	height:95px;
}

.lhchoc {
	width:400px;
	float:left;
	padding:5px 10px;
	border:1px solid #ccc;
	height:95px;
}

.rhchoc {
	width:400px;
	float:right;
	padding:5px 10px;
	border:1px solid #ccc;
	height:95px;
}
.lhcol {
	width:560px;
	float:left;
	padding:5px 10px;
	line-height:1.4em;
}

.rhcol {
	width:300px;
	float:right;
	padding:5px 10px;
}
.clear{
	width:100%;
	height:0px;
	clear:both;
}
.rhcolimage {
	width:300px;
	margin-bottom:10px;
	text-align:center;
	font-size:10px;
}
.rhcolrh {
	width:149px;
	float:right;
	margin-bottom:10px;
	text-align:center;
	font-size:10px;
}
.rhcollh {
	width:149px;
	float:left;
	margin-bottom:10px;
	text-align:center;
	font-size:10px;
}
.img-on-left {
	float:left;
	margin-right:10px;
}
.img-on-right {
	float:right;
	margin-left:10px;
}
.act-text {
	width:270px;
	float:right;
}
.act-text li {

}
.act-text ul {
	margin-top:0px;
}
.act-text-full {
	width:700px;
	float:right;
	margin-bottom:10px;
}
.studiopic {
	text-align:center;
	font-size:10px;
}