body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #00237a;
	margin: 0px;
	padding: 0px;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

#container {
	width: 792px;
	margin: 0px auto;
	display: block;
}

#topnav {
	width: 792px;
	margin: 0px auto;
	height: 112px;
	display: block;
	padding: 0px;
	background-image: url(images/topnavbackground.gif);
	text-align: right;
}

#topnav ul{
	display: inline;
	margin:0px;
	padding:0px;
}

#topnav li{
	display: inline;
	list-style-type: none;
	margin:0px;
	padding:0px;
}

#header {
	width: 792px;
	margin: 0px auto 10px;
	height: 200px;
	display: block;
	padding: 0px;
}

#hlogo {
	height: 200px;
	width: 792px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

#navigation {
	width: 228px;
	display: block;
	float: left;
	background-image: url(images/navbg.gif);
}

#navigation ul{
	margin:0px;
	padding:0px;
}

#navigation li{
	list-style-type: none;
	margin:0px;
	padding:0px;
}

#navigationtop {
	width: 228px;
	display: block;
	background-image:  url(images/navtop.gif);
	height: 29px;
}

#navigationbottom {
	width: 228px;
	display: block;
	background-image:  url(images/navbottom.gif);
	height: 190px;
}

#main {
	width: 550px;
	float: left;
	display: block;
}

#texttop {
	width: 550px;
	display: block;
	background-image: url(images/texttop.gif);
	height: 21px;
}

#textmain {
	width: 520px;
	display: block;
	padding-right: 15px;
	padding-left: 15px;
}

#textmain a {
	color: #ff6600;
	text-decoration: none;
}

#textmain a:hover {
	color: #00237a;
	text-decoration: none;
}

#textmainleft {
	width: 260px;
	display: block;
	float: left;
}

#textmainright {
	width: 250px;
	display: block;
	float: right;
}

#textbottom {
	width: 550px;
	display: block;
	background-image: url(images/textbottom.gif);
	height: 21px;
	clear: both;
}

#text {
	width: 550px;
	display: block;
	background-image: url(images/textmain.gif);
}

#contact {
	width: 510px;
	display: block;
	margin-top: 30px;
	background-image: url(images/contact_box.gif);
	background-repeat: no-repeat;
	height: 195px;
	font-size: 75%;
	padding: 40px 20px 10px;
}

#contact a {
	font-weight: bold;
	color: #ff6600;
	text-decoration: none;
}

#contact a:hover {
	font-weight: bold;
	color: #00237a;
	text-decoration: none;
}

.centrebold {
	text-align: center;
	font-weight: bold;
	color: #00237a;	
}

.centre{
	text-align: center;
}

.centeritalic{
	text-align: center;
	font-style: italic;
	font-size: 90%;
}

.small {
	font-size: 95%;
}

.smallcentre {
	font-size: 95%;
	text-align: center;	
}

.hidden {
	visibility: hidden;
}

.bold {
	font-weight: bold;
}

h2 {
	font-size: 24px;
	color: #307114;
	font-weight: lighter;
}

.left {
	float:left
}

.right {
	float:right
}