div.left {
	float: left;
}
div.right {
	float: right;
}
div.clear {
	clear: both;
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: Gray;
}

#htmlBody {
	margin: auto;
	width: 990px;
	border: 1px solid gray;
}

#pageHeader {
	height: 130px;
}

#heading {
	height: 99px;
	padding: 0px 0px 0px 0px 0px;
}

#heading h1 {
	color: White;
	margin: 0px;
	padding: 30px 30px 30px 100px;
	font: small-caps;
}

#mainmenu {
	height: 27px;
	margin: 0px 0px 0px 0px;
	padding: 3px 25px 2px 10px;
	background: url(img/menubg.gif) no-repeat right;
	position: relative;
	bottom: 0px;
}

#mainmenu ul #mainmenu li {
	display: inline;
}

#pageBody {
	min-height:600px;
	height:auto !important;
	height:600px;
	clear: both;
	position: relative;
}

#homePage {
	height: 660px;
	width: 990px;
	margin: 0px;
	padding: 0px;
	background: url(img/lighthouse2.jpg) no-repeat center;
}

#imageBar {
	width: 990px;
	height: 120px;
	overflow: hidden;
}

#announcement {
	background: url(img/homeBG.png) no-repeat;
	position: relative;
	/*width: 500px;
	height: 400px;
	top: 50px;
	left: 100px;*/
	top: 20px;
	left: 20px;
	height: 500px;
	width: 500px;
	color: #454545;
}

#positioner {
	padding: 30px;
}
#announcement h2 {
	text-align: center;
	padding: 0px;
}

#announcemnet ul {
	margin-top: 0px;
}

#pageFooter {
	text-align: center;
	font-size: 0.8em;
	background: #01439C;
	padding-bottom: 5px;
}

#pageFooter p {
	padding: 0px;
}

#contactUs, #contactDetails {
	margin: 0px auto 20px auto;
}

p {
	margin: 0px;
	padding: 5px 10px 5px 10px;
}



h2 {
	font: small-caps bold 1.0em;
	font-size: 1.2em;
	margin: 10px 5px 0px 0px;
	padding: 0px 0px 0px 10px;
	color: #01439C;
}

a {
	color: Gray;
	text-decoration: none;
}

ol ol {
	list-style: lower-alpha;
}

ol ol ol {
	list-style: lower-roman;
}

