body {font-family:arial, helvetica, sans-serif; color:black; text-align:center; background-color:#0D2B6F/*330066*/;
/* background-image:  url(../images/bg.gif);
background-position:top center; 
background-repeat: repeat-y;*/}

#frame {
		width:806px;
		margin-right:auto;
		margin-left:auto;
		padding:0px;
		text-align:left;
		font-size:90%;
		background-color:#FFFFFF;
		overflow:auto;
		}


#contentheader {
height:148px;
background-image:   url("../images/banner.jpg");
background-position:center;
background-repeat:no-repeat;
}
		
#contentleft {
margin-top:22px;
margin-left:5px;
width:180px;
float:left;}
	
#contentcenter {
margin-top:-10px;
margin-left:4px;
		width:612px; /*larger breaks in IE6*/
		padding:0px;
		float:left;
		}

p {margin:6px 10px 6px 10px; }
.maincontent li {margin:6px}
h1 {font-size:130%; font-weight:bold; font-style:italic; color:/*#663399;*/#2A4487; text-align:center; margin-bottom:15px;}
h2 {margin:15px 10px 8px 10px; font-size:125%;}
h3 {margin:16px 10px 8px 10px; font-size:120%;}
hr {color:#000000; height:1px; margin:6px 10px 6px 10px;}
a {color: #365493; text-decoration: none}
a:hover {color:#4A69A5; text-decoration: underline}
img {border:1px solid black;}
blockquote {margin:5px 10px 5px 40px; }
.smallcentred {font-size:75%; text-align:center;}
.smallcentredblue {font-size:75%; text-align:center; color:#365493;}
.linkcolour {color:#365493;}
.red {color: #FF0000}
.latest_news {color:#1C4CAC; margin-top: 0;}
.latest_news a{color:#1C4CAC;}

.italic{
    font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 90%;
}
.italic a{font-weight:bold;}

table {
	padding: 0;
	margin: 10px;
	border: 1px solid black;
	border-collapse: collapse;
	background-color:#C5D3DA;
}

th { 
    font-weight:bold;
	vertical-align:top;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
	padding: 0.5em;
	background-color:#E8E3EC;
}
th.nobg {
	background-color: white;}
	
td {
	vertical-align:top;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background-color:#E8E3EC;
	padding: 0.5em;
}
td.nobg {
	background-color: white;
}


/* CSS FOR LIGHTBOX */

#gallery {text-align:center;}
#gallery img{padding:5px; background-color:white; vertical-align:middle;}
#gallery a img{ border: 1px solid #333; margin:5px; }

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


