@charset "iso-8859-1";
/* main
   ------ */
BODY {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color : #ffffff;
	background-repeat : no-repeat;
	background-position : 0% 0%;
	margin : 0;
	padding : 0;
	border-width : 0;
	border-style : none;
	border-color : inherit;
	width : auto;
}
.type5 {
	font-weight : normal;
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
}
/* incl_top.html
   ------ */
.top_container {
	height: 80px;
	width: 100%;
	background-color: #000;
}
.main_top a {
	text-decoration: none;
	color: #fff;
	font-weight: bolder;
}
.main_top_line {
	height: 20px;
	margin: 1px 0 0 0;
	padding: 4px 10px 0 10px;
	font: verdana, helvetica, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #c8c893;
	border: solid 1px #000;
}
.header_info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	font-weight: bold;
}

/* incl_nav.html
   ------ */
.sidebar_title {
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	background-color: #eee;
	padding: 2px 5px 2px 5px;
	color: #000;
	font-weight: bold;
}  
#sidebar {
	width: 195px;
	padding-top: 20px;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 10pt;
	background: #c8c893;
	padding-bottom: 0px;
	margin: 10px 0 0 0;
	border: solid 1px #000;
}
#sidebar a {
	color: #000;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

#sidebar a:hover {
	text-decoration: underline;

}

#sidebar ul {
	list-style-type: none;
	list-style-position: outside;
	margin: 0 0 5px 0;
	padding: 0 0 10px 0;
}
#sidebar li {
	margin: 0 0 0 0;
	padding: 3px 0 3px 10px;
	border-bottom: solid 1px #8E8E48;
}
#sidebar li:hover {
	background-color: #D3D3A9;
}


.nav_text {
	color: #000000;
	background-color: #FFFFFF;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	padding: 3px 0 3px 10px;
	font-weight: bold;
	font-size: 11px;
}
.sidebar_header {
	background-color: #FFFFFF;
	height: 5px;
}
.nav_end_img {
	background-color: #eee;
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 45px;
	width: 195px;
	padding: 10px 0 10px 0;
	border-top: solid 1px #000;
}
.nav_space {
	width: 195px;
	background: #fff;
	margin-top: 10px;
	text-align: center;
}
.top_container_photo {
	height: 80px;
	background: #000 url(../img/ferry_long.jpg) no-repeat;
}
