body {
	text-align: center;
	background-color: #8db8e3;
	margin: 0px 0px 0px 0px;
	background-image: url(images/cloud_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#container {
	
	display: block;
	margin: 0 auto;
	width: 904px;
	text-align: center;
	background-color: #ffffff;
	min-height: 100%;
	
}

#centrecontainer {
	
	margin: 0 auto;
	background-color: #ffffff;
	width: 900px;
	padding: 0px 0px 0px 0px;
	min-height: 100%;
	background-color: #FFFFFF;
	
}

#header {
	width: 900px;
	height: 329px;
	background-image: url(images/header.jpg);
	
}

#pagebody {
	width: 900px;
	padding: 2px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	background-image: url(images/pagebody_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;	
}

#left {
	width: 176px;
	float: left;
	padding: 0px 0px 0px 0px;
	
}

#maincontent {
	width: 529px;
    text-align: left;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

#right {
	width: 195px;
	float: right;
	padding: 0px 0px 0px 0px;
	
}

#right img {
	border-bottom: 2px solid #ffffff;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	
}

#pagecontent {
	
	padding: 10px 30px 30px 30px;
	
	
}

#innercontent {
	width: 470px;
	text-align: left;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color : #333333;
	line-height: 20px;
}


#footercontainer {
	width: 900px;
	clear: both;
	background-image: url(images/colour_bar.gif);
	background-repeat: no-repeat;
	background-position: top;

}

#footer {
	
	padding: 20px 20px 20px 20px;
	
}

#creditscontainer {
	padding: 5px 5px 10px 0px;
	text-align: right;
}

.credits {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cbc0a7;
	padding: 0px 0px 0px 0px;
}

.credits a:link, .credits a:visited
	{
	text-decoration: none;
	font-weight: bold;
	color: #cbc0a7;
	}


.credits a:hover
	{
	background-color: #cbc0a7;
	color: #ffffff;
	}

.contactdetails {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5b7895;	
}

.contactdetails a:link, .contactdetails a:visited
	{
	text-decoration: none;
	font-weight: bold;
	color: #5b7895;
	}


.contactdetails a:hover
	{
	background-color: #5b7895;
	color: #ffffff;
	}


h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	color: #118698;
	font-weight:bold;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #ab8e7e;
	font-weight:bold;
}

h3 {
	font-family: "Trebuchet MS", Verdana;
	font-size: 12pt;
	color: #5092b3;
	font-weight:bold;
}


/* Hyperlinks */
#maincontent a:link, #maincontent a:visited {
	text-decoration: underline; 
	color: #008396;
	font-weight: bold;
}

#maincontent a:hover	{
	text-decoration: none; 
	color: #ffffff;
	background-color: #008396;
	font-weight: bold;
}


/* menu */

div#nav {
	margin:0px 0px 4px 4px;!important;
	margin /**/:2px 0px 4px 0px;
	padding:0px;
	background:#ffffff;
	width:176px;
	float:left;
	text-align:left;
}

div#nav ul {
	margin:0; border:0; padding:0;
	list-style:none;
}

div#nav ul li {
	margin:0px 0px 2px 0px;!important;
	margin:-2px 0px 1px 0px;
	border:0; 
	padding:0px 0px 0px 0px;
	width:176px;
	background:#6e8fb0;
	
}


div#nav ul li a {
	display:block;
	margin:0; border:0;
	padding:6px 20px 6px 11px;
	text-decoration:none;
	color:#ffffff;
	font:10px verdana,sans-serif;
}

div#nav ul li a:hover {
	color:#66271d;
	background:#cbc0a7;
}

div#nav ul li.exposed {
	color:#66271d;
	background:#cbc0a7;
}

div#nav ul li.active a {
	color:#66271d;
	background:#cbc0a7;
}


/* end menu */

.menu{
width: 176px; /*width of menu*/
text-align:left;
}

.menu ul{
list-style-type: none;
margin: 1px 0;
padding: 0;
}

.menu ul li a{
background: #6e8fb0 url(images/arrow-list.gif) no-repeat 2px center;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #ffffff;
display: block;
width: auto;
padding: 3px 0;
padding-left: 20px;
text-decoration: none;
border-bottom: 1px solid #B5B5B5;
}


* html .menu ul li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 150px;
}

.menu ul li.active a {
color: #294056;
background-color: #cbc0a7;
background-image:url(images/arrow-list-red.gif)
}

.menu ul li a:hover{
color: #294056;
background-color: #cbc0a7;
background-image:url(images/arrow-list-red.gif); /*onMouseover image change. Remove if none*/
}

/* Holly Hack for IE \*/
* html .menu ul li { height: 1%; }
* html .menu ul li a { height: 1%; }
/* End */