/* CSS Document */
body {
	background-color: #184360;
	background-image: url(images/ocean-bkgd.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Trebuchet MS, Times New Roman, Times, serif;
	font-size: 12px;
	line-height:15px;
	color: #002341;
}
a {
	color: #0066FF;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #00593b;
}
a:active {
	text-decoration: none;
}

a.footer {
	color: #BED8EA;
	font-size: 11px;
	text-decoration: none;
}

a.footer:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	margin-bottom:3px;
	margin-top:0px;
}
h1 {
	font-size: 18px;
	color: #007057;
}
h2 {
	font-size: 16px;
	color: #002341;
}
h3 {
	font-size: 16px;
	color: #007057;
}
h4 {
	font-size: 14px;
	color: #007057;
}
h5 {
	font-size: 12px;
	color: #007057;
}

.greenframe {
padding-top:3px;
border-top: 3px solid #007057;
padding-bottom:3px;
border-bottom: 3px solid #007057;
}

ul  {
margin-top: 0px;
}

li  {
margin-bottom: 4px;
}

#login {
	display: block;
	width: 167px;
	height: 23px;
	text-indent: -999em;
	background-image: url(images/nav-login.gif);
}

#login:hover {
	background-position: 0 -23px;
}