@charset "iso-8859-1";
body {
	background-color:navy;
	background-image:url(images/topbg.jpg);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
}

	
#header {
	height:12em;
	text-align:center;
	border-top:thin;
	border-top-color:#333333;
	border-top-width:thin;
	border-bottom:0.4em;
	border-bottom-color:#CCCCCC;
	border-bottom-style:solid;
	background-image:url(images/logo_10.gif);
	background-repeat:no-repeat;
}

#nav {
	background-color:#99CCFF;
	border-top-color:#66CCFF;
	border-top-style:solid;
	border-top-width:0.1em;
	border-bottom-color:navy;
	border-bottom-style:solid;
	border-bottom-width:0.1em;
}
#content {
	background-color:#FFFFFF;
	background-image:url(images/shipswheel.gif);

}
#belt {
	background-color:#99CCFF;
	border-top-color:navy;
	border-top-style:solid;
	border-top-width:0.1em;
	font-size:1.3em;
	font-weight:bold;
	text-align:center;
	padding:1.0em;
}

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

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


ul {
	font-size:0.8em;
	font-weight:bold;
	color:navy;
	float: left;
	padding-left:1.4em;
	margin-left:1.4em;
	
}

li { 

}

td, th {
	font-size:small;
	font-weight:bold;
	color: navy;
}

h1 {
	font-size:2.5em;
	color: #FF0000;
}

h2 {
	color: #D6B600;
	font-size:1.8em;
	font-weight:bold;
}

h3, h4 {
	color: charcoal;
	font-size:1.3em;
}

h5, h6 {
	color: #6699CC;
}

p {
	color: navy;
	font-size:0.9em;
	padding:0.5em;
}


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

a:hover {
	color:#0080C0;
	text-decoration:underline;
}
.style1 {
	color: #FFFFFF;
	font-size: 1.4em;
	font-weight: bold;
}
.style2 {
	color: #999999;
	font-size:1.5em;
	font-weight:bold;
}
.bts {
	color: #000080;
	font-size:0.7em;
	font-weight:bold;
}
.text {
	padding-left:10%;
}
