

/* content headers */
	
h1
	{
	margin-top: 10px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:35px;
	padding: 0px;
	font-size: 18px;
	font-family: tahoma;
	color:#363636;
	line-height:18px;
	text-align:center;
	font-weight:normal;
	}

h2
	{
	margin-top: 10px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	padding: 0px;
	font-size: 15px;
	font-family: tahoma;
	color:#363636;
	line-height:16px;
	text-align:left;
	font-weight:normal;
	}
	
h2 a:link, h2 a:visited {
	color: #01546f;
	}
	
h2 a:hover, h2 a:focus {
	color: #f97103;
	}

/* removes borders from links in mozilla */

a img {
	border-style: none;
	}

/* body */

body{
	margin:0px;
	padding:0px;
	background-image:url(images/harbor-bg.png) !important;
	background-repeat:repeat-x;
	}		



/* container for vertical column */

.container{
	width:600px;
	margin-top: 0px;
	margin-left: auto;
	margin-right:auto;
	padding-bottom:0px;
	padding:0px;
	border: 0px;
	font-family: arial;
	color: #ffffff;
	}
	
/* header image */
#image{
	width:600px;
	height:100px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	border:0px;
	}
	
.image2{
	border: 1px solid #78694d;
	}	

/* gray bar */
#bar{
	width:600px;
	height:5px;
	margin-top:-11px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	border:0px;
	}

/* Menu */

dl, dt, dd, ul, li {
	margin-left:0px;
	margin-top:0px;
	padding: 0px;
	list-style-type: none;
	}
#menu {
	background-color:#1b262a;
	margin-top:9px;
	width: 600px;
	height:40px; /* precision for Opera */
	}
#menu dl {
	float: left;
	width: 150px;
	}
#menu dt {
	cursor: pointer;
	text-align: center;
	font-family:tahoma;
	letter-spacing:1.5px;
	color:#fff;
	font-size:20px;
	line-height:40px;
	background-color: #1b262a;
	border: 0px;
	margin: 0px;
	}
#menu li {
	text-align: center;
	background-color:#967d80;
	}
#menu li a{
	text-align:left;
	color: #fff;
	font-family:arial;
	font-size:20px;
	line-height:40px;
	background-color:#967d80;
	text-decoration: none;
	display:block;
	height:20px;
	width: 149px;
	}
#menu dt a {
	color: #a5aaac;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0px;
	}
#menu li a:hover, #menu li a:focus {
	background-color: #fb8220;
	color:#fff;
	}
#menu dt a:hover, #menu dt a:focus {
	background-color: #fb8220;
	color:#fff;
	}
	

/* Content */

.content{
	width:600px;
	/*min-height:400px;*/
	margin-top: 0px;
	margin-left: auto; 
	margin-bottom: 0px; 
	margin-right: auto;
	padding: 0px;
	font-family: tahoma;
	background-color:#fff;
	}

/* regular text */
	
.regtext{
	width:600px;
	padding:15px;
	}

.regtext p {
	margin-top:0px;
	margin-bottom:10px;
	margin-left:10px;
	margin-right:35px;
	padding:0px;
	list-style-type:none;
	font-family:tahoma;
	color:#363636;
	font-size:12px;
	line-height:16px;
	text-align:left;
	}
	
.regtext p a:link, .regtext p a:visited {
	color: #01546f;
	}
	
.regtext p a:hover, .regtext p a:focus {
	color: #f97103;
	}

.regtext ul{
	margin-left:50px;
	margin-right:20px;
	margin-top:10px;
	}

.regtext li {
	margin-top:8px;
	margin-right:10px;
	padding:0px;
	list-style-type:disc;
	font-family:tahoma;
	color:#363636;
	font-size:12px;
	line-height:16px;
	text-align:left;
	width:250px;
	float:left;
	}

.regtext li a:link, .regtext li a:visited {
	text-decoration:none;
	color: #0d7091;
	}

.regtext li a:hover, .regtext li a:active{
	text-decoration: none;
	color: #959595;
	}  	


/* break */

.break{
	clear:both;
	}
	
/* footerbar */

#foot{
	background-color: #1b262a;
	display:block;
	height:30px;
	width:600px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	}
	
#foot p{
	font-size:12px;
	color:#fff;
	font-family:tahoma;
	text-align:center;
	line-height:30px;
	}