body {
	color: #000;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	margin-left: 0em;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
}
h1, h2, h3, h4, h5, h6 {
	color: #039;
}
h1 {
	font-size: x-large;
}
h2 {
	font-size: large;
}
h3  {
	font-size: medium;
}
a {
	color: #039;
}
#header {
	margin-bottom: 1px;
}
#header #logo {
	background-image: url(/ports/images/svha_cruise_banner.jpg);
	background-repeat: no-repeat;
	height: 75px;
	width: 500px;
}
#header #title h1 {
	text-indent: -9999px;
	margin: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: hidden;
}
#globalnav {
	width: 100%;
	text-align: right;
	font-size: small;
	background-color: #369;
	color: #999;
	border-top: 5px solid;
	border-bottom: 5px solid;
	border-color: #039;
	padding-top: 5px;
	padding-bottom: 5px;
}
#globalnav a {
	color: #FFF;
	text-decoration: none;
}
#globalnav a:hover {
	text-decoration: overline underline;
	color: #FC0;
}
#subnav {
	float: left;
	font-size: 0.85em;
	color: #CCC;
}
#subnav ul {
	border-top: 1px solid;
	border-color: #FFF;
	font-weight: bold;
	list-style: none outside;
	padding: 0 0 1em 0;
	margin: 0;
	background-color: #9CC;
	margin-bottom: 1em;
}

#subnav ul li {
	background-color: #039;
	position: relative;
	background-repeat: no-repeat;
	border: 0;
	border-bottom: 1px solid white;
	margin: 0;
	padding: 0;
}

#subnav ul li a {
	background-color: transparent;
	border-left: 10px solid #06C;
	color: #FFF;
	display: block;	
	font-size: 0.85em;
	font-weight: bold;
  	padding: 3px 3px 3px 14px;
  	text-decoration: none;
	width: 150px;
}
#subnav ul li a:hover {
	color: #FC0;
	background-color: #06C;
	border-left: 10px solid #69C;
	background-color: #06C;
}
#subnav #below_subnav {
	background-color: #FFF;
	background-image: url(/images/transparent_crest_small.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 120px;
	width: 150px;
}
#maincontent {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	width: 65%;
}
#maincontent img {
	padding: 5px;
}
#maincontent a {
	color: #039;
}
#maincontent a:hover {
	text-decoration: none;
}
#maincontent li {
	margin-bottom: 5px;
}
#backtotop {
	font-size: small;
	text-align: right;
	margin-bottom: 15px;
	float: left;
	width: 100%;
}
#footer {
	color: #FFF;
	background-color: #369;
	text-align: center;
	font-size: small;
	float: left;
	width: 100%;
	border-top: 5px solid;
	border-bottom: 5px solid;
	border-color: #039;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer a {
	color: #FFF;
}
#footer a:hover {
	text-decoration: none;
}
