.footer {
	background-color: #003;
	font-size: 10px;
}
.header {
	background-color: #003;
}
.maintext {
	background-color: #FFF;
	color: #000;
}

.topmenu {
	color: #FFF;
	background-color: #FE0000;
	font-size: 14px;
	text-transform: uppercase;
}
a   {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	margin: 0px;
	padding: 2px;
}
a:hover {
	text-decoration: none;
	color: #000034;
	background-color: #69F;
	font-weight: bold;
	padding: 2px;
	margin: 0px;
}
.caption {
	font-size: 10px;
	color: #999;
}


h1 {
	font-size: 48px;
	font-weight: bold;
	color: #D0E6FB;
	text-transform: uppercase;
}


body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #EEE;
	background-color: #618AAF;
	background-image: url(images/seabackground.jpg);
	background-repeat: no-repeat;
}
.footer td a {
	color: #C00;
	text-decoration: none;
}
.footer td a:hover {
	color: #CCC;
	text-decoration: none;
	font-weight:bold
}

h2 {
	font-size: 18px;
	color: #FFF;
	background-color: #003;
	text-transform: uppercase;
	text-indent: 5px;
}
.maintexttable {
	background-color: #CCE2F9;
	color: #003;
	vertical-align: top;
	padding: 2px;
	font-size: 14px;
}

.maintexttablealt {
	background-color: #82A6C6;
	color: #000034;
	vertical-align: top;
	padding: 2px;
	font-size: 14px;
}
h3 {
	font-size: 16px;
	color: #FFF;
	background-color: #003;
	text-transform: capitalize;
	text-indent: 5px;
}
.header {
	color: #FFF;
	background-color: #003;
}

.current {
	color: #FFF;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
li {
	line-height: 25px;
}

