body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #143C94;
	margin: 0px;
}
#mainheader {
	height: 300px;
	position: absolute;
	background-image: url(images/header_r1_c3.jpg);
	background-repeat:repeat-x;
	width: 100%;
}
#turtle {
	position: absolute;
	top: 0px;
	right: 0px;
}
#stingray {
	position: absolute;
	left: 0px;
	top: 169px;
}
#pagelogo {
	position: absolute;
	top: 80px;
	left: 120px;
}
#title {
	position: absolute;
	top: 80px;
	left: 150px;
}
#mainmenu {
	position: absolute;
	top: 160px;
	right: 0px;
	width: 200px;
}
#mainmenu a {
	color: #C1E3FF;
	font-weight: bold;
	text-decoration: none;
	padding-left: 16px;
}
#mainmenu a.selected {
	color: #C1E3FF;
	font-weight: bold;
	text-decoration: none;
	padding-left: 16px;
	background-image: url(images/star.gif);
	background-position: center left;
	background-repeat: no-repeat;
}
#mainmenu a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#menuitem {
	padding-bottom: 5px;
}
#pagebody {
	position: absolute;
	top: 295px;
	width: 100%;
}
#pagebodytop {
	background-image: url(images/info_r1_c1.gif);
	background-position: top left;
	background-repeat: repeat-x;
	height: 5px;
}
#pagebodybottom {
	background-image: url(images/info_r3_c1.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	height: 5px;
}
#info {
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #002A55;
}
#main {
	text-align: center;
}
#bottommenu {
	text-align: center;
	padding: 20px;
	font-size: 10px;
	color: #CCCCCC;
}
#bottommenu a {
	color: #FFFFFF;
	text-decoration: underline;
}
#bottommenu a:hover {
	text-decoration: none;
}
h1 {
	font-size: 18px;
	font-weight: normal;
}
h2 {
	font-size: 16px;
	font-weight: normal;
}
h3 {
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
}
h1.homepage {
	font-size: 12px;
	font-weight: bold;
}
#homepageitem1 {
	height: 180px;
	width: 130px;
	padding: 10px;
	text-align: left;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	background-image: url(images/home_001.jpg);
	color: #000000;
}
#homepageitem1 a {
	color: #002A55;
	padding-left: 15px;
	background-image: url(images/home_arrow.gif);
	background-position: left center;
	background-repeat: no-repeat;
}
#homepageitem2 {
	height: 180px;
	width: 130px;
	padding: 10px;
	text-align: left;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	background-image: url(images/home_002.jpg);
	color: #000000;
}
#homepageitem2 a {
	color: #002A55;
	padding-left: 15px;
	background-image: url(images/home_arrow.gif);
	background-position: left center;
	background-repeat: no-repeat;
}
#homepageitem3 {
	height: 180px;
	width: 130px;
	padding: 10px;
	text-align: left;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	background-image: url(images/home_003.jpg);
	color: #000000;
}
#homepageitem3 a {
	color: #002A55;
	padding-left: 15px;
	background-image: url(images/home_arrow.gif);
	background-position: left center;
	background-repeat: no-repeat;
}
#homepageitem4 {
	height: 180px;
	width: 130px;
	padding: 10px;
	text-align: left;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	background-image: url(images/home_004.jpg);
	color: #000000;
}
#homepageitem4 a {
	color: #002A55;
	padding-left: 15px;
	background-image: url(images/home_arrow.gif);
	background-position: left center;
	background-repeat: no-repeat;
}
a {
	color: #66CCCC;
	text-decoration: underline;
}
a:hover {
	color: #00FFFF;
	text-decoration: none;
}
.error {
	font-weight: bold;
	color: #FF0000;
}