@charset "iso-8859-1";
body {
	background-color:navy;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#container {
	width: 820px;
	height: auto;
	margin-top:inherit;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/shipswheel.gif);
	background-color:#FFFFFF;
}	
	
#header {
	height:190px;
	text-align:center;
	border-top:thin;
	border-top-color:#333333;
	border-top-width:thin;
	border-bottom:4px;
	border-bottom-color:#00CCCC;
	border-bottom-style:solid;
	background-image:url(images/headerbg.jpg);
}

#nav {
	background-color:#99CCFF;
	border-top-color:#66CCFF;
	border-top-style:solid;
	border-top-width:1px;
	border-bottom-color:#0080C0;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

#belt {
	background-color:#99CCFF;
	width:790px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	padding:12px;
}

#left {
	font-size:14px;
	width:406px;
	float:left;
	position:relative;
}

#right {
	font-size:14px;
	width:410px;
	position:relative;
	float:right;
}

#headertext {
	height:180px;
	background-image:url(images/logo.gif);
}

ul {
	font-size:11px;
	font-weight:bold;
	color:navy;
	float: left;
	padding-left:18px;
	margin-left:10px;
	
}

li { 

}

td, th {
	color: #99CCCC;
}

h1 {
	color: navy;
	padding-top:24px;
}

h2 {
	color: #009999;
	font-size:20px;
	font-weight:bold;
}

h3, h4 {
	color: #999999;
	font-size:22px;
}

h5, h6 {
	color: #6699CC;
}

p {
	color: navy;
	font-size:12px;
	padding:30px;
}


a {
	font-size:14px;
	font-family:sans-serif;
	color: navy;
	text-decoration:none;
}

a:hover {
	color:#0080C0;
	text-decoration:underline;
}
.style1 {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
}
.style2 {
	color: #999999;
	font-size:22px;
	font-weight:bold;
}