body {
	font-size: .8em;
	font-family: Arial, Helvetica, sans-serif;
	color: #003333;
	background-color: #FFFFFF;
}

#navbar {
	position:absolute;
	left:5px;
	top:10px;
	width:640px;
	height:90px;
	z-index:1;
	vertical-align: bottom;
	visibility: visible;
}

#navbar a {
	color: #000033;
	text-decoration: none;
}

#navbar a:hover {
	color: #20C2D4;
}

.container {
	position:absolute;
	top:0px;
	width:80px;
	height:200px;
	z-index:3;
}

#HomeContainer {
	left:0px;
}

#Container2 {
	left:81px;
}

#Container3{
	left:162px;
}
#Container4 {
	left:243px;
}
#Container5 {
	left:324px;
}
#Container6 {
	left:405px;
}
#Container7 {
	left:486px;
}
#Container8 {
	left:567px;
}

.trigger {
	left:0px;
	top:0px;
	width:80px;
	height:123px;
	z-index:3;
	text-align: center;
	font-weight: bold;
	background-color: #FFFFFF; /* This background colour is necessary so that mouseover works in all parts of the div, even those which are empty */
}

.notrigger {
	left:0px;
	top:0px;
	width:80px;
	height:123px;
	z-index:3;
	text-align: center;
	font-weight: bold;
}

#HomeTrigger, #Trigger2, #Trigger3, #Trigger4, #Trigger5, #Trigger6, #Trigger7, #Trigger8 {
	position:absolute; /* This style-by-ID is only so the div shows up in Layers in Dreamweaver */
}

.dropmenu {
	left:0px;
	top:120px;
	width:150px;
	height:77px;
	z-index:5;
	line-height: 90%;
	visibility: hidden;
	background-color: #FFFFFF;
}

#HomeDropMenu, #DropMenu2, #DropMenu3, #DropMenu4, #DropMenu5, #DropMenu6, #DropMenu7, #DropMenu8 {
	position:absolute; /* This style-by-ID is only so the div shows up in Layers in Dreamweaver */
}

.DropMenuTable {
	width:100%;
	border: 0px hidden #FFFFFF;
	padding: 0px;
	margin: 0px;
}

.DropMenuItem {
	font-size: 90%; 
	font-weight: bold;
}

#LogoContainer {
	position: absolute;
	top:21px;
	right: 8px;
}

#PageTitle {
	position: absolute;
	top: 160px;
	left:25px;
	visibility: visible;
}

h1 {
	font-size: 200%;
	color: #20C2D4;
	margin-bottom: 5px;
}

h2 {
	color: #20C2D4;
	font-size: 1.1em;
	text-align: center;
	margin: 10px 0px 0px 0px;
}

h2 a {
	text-decoration: none;
}

h3 {
	color: #20C2D4;
	font-size: 1.5em;
	margin: 50px 0px 0px 0px;
	padding-left: 170px;
}

h4 {
	color: #20C2D4;
	font-size: 1.5em;
	margin: 25px 50px 0px 50px;
}

.subhead {
	color: #20C2D4;
	font-weight: bold;
}

#bodytext, #bodytext1 {
	position: absolute;
	top: 240px;
	left: 0px;
	width: 100%;
}

#bodytext1 p {
	margin-left: 25px;
	margin-right: 0px;
	line-height: 150%;
}

#bodytext p, #bodytext ul, dl.sitemap {
	margin-left: 50px;
	margin-right: 50px;
	line-height: 150%;
}

.imgright1 {
	float: right;
	margin: 0 25px 5px 10%;
}

.imgright {
	float: right;
	margin: 0 0 5px 5%;
}

.imgleft {
	float: left;
	margin: 0 20px 5px 0;
}

#footerarea {
	position: absolute;
	margin: 10px 25px 0 25px;
}

#boxtable {
	width: 97%;
}

#boxtable td {
	border: 1px solid #000000;
	vertical-align: top;
}

#boxtable p {
	margin: 3px;
}

#boxtable img {
	margin: 3px 10px 5px 3px;
}

#footer {
	width: 100%;
	position:relative;
	font-size: 90%;
	text-align: center;
	margin-bottom: 15px;
}

.strapline {
	color: #20C2D4;
	font-size: 250%;
	margin: 10px;
}

a:link, a:visited {
	color: #000033;
}

a:hover, a:active {
	color: #20C2D4;
}

#navlist {
	display: inline;
	list-style: none;
	font-weight: bold;
}

#navlist li {
	float: left;
	margin-right: 1em;
}

hr {
	width: 100%;
	color: #20C2D4;
	background-color: #20C2D4;
}

.callout {
	color: #20C2D4;
	font-size: 150%;
	line-height: 120%;
}

ul.plain {
	list-style-type:none;
}

.sitemap, .sitemap-inner {
	margin-top: 10;
	margin-right:10;
	margin-bottom:10;
}

.sitemap dt {
	font-weight: bold;
}

.image-collection {
	float: right;
	position: relative;
	text-align: right;
}

.image-collection p {
	text-align: center;
}

.image-collection img {
	margin: 10px;
}

.skiplink { position: absolute; left: -999em; }

p.skip { margin: 0; padding: 0; }