html,body {
	background-color:#19337C;
	color:white;
}
html,body,h1,div,ul,li,p,address,img {
	margin:0px;
	padding:0px;
	border:0px;
	z-index:0;
	font-family:verdana,arial,sans-serif;
	font-size:12px;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
#container {
	width:880px;
	height:650px;
	color:white;
	background:#19337C;
	position:absolute;
	top:5px;
	left:50%;
	margin:0px 0px 0px -440px;
	padding:0px;
	border:1px solid white;
	overflow:hidden;
}
h1 {
	width:880px;
	height:75px;
	background-image:url('../images/titleWaterfront.gif');
	background-repeat:no-repeat;
	background-color:#19194C;
	text-indent:0px;
	color:#19194C;
}
#navigation {
	width:180px;
	height:540px;
	background-image:url('../images/navigation.jpg');
	background-repeat: repeat-y;
	background-color:blue;
	color:white;
	position:absolute;
	top:50px;
	left:0px;
}
	.firstLevel {
		position:relative;
		top:30px;
		margin:-10px 0px 0px 30px;
	}
		#navigation li {
			width:125px;
			list-style-type:none;
		}
			#navigation li a,#navigation li a:hover {
				width:100%;
				height:15px;
				padding:0px 5px;
				display:block;
				text-decoration:none;
				cursor:default;
			}
			div[class], #navigation li a:hover {
				background-image:url('../images/rollover.png');
			}
		.firstLevel li {
			margin:0px 0px 5px 0px;
		}
			.firstLevel li a {
				color:#FFFF00;
				background-color:inherit;
			}
		.secondLevel li {
			margin:0px 0px 0px 5px;
			font-size:10px;
			color:#FFC000;
			background-color:inherit;
		}
#content {
	width:680px;
	height:500px;
    background-color:transparent;
	color:white;
	position:relative;
	top:10px;
	left:190px;
	z-index:1;
}
	#breadcrumbs {
		margin:0px;
		padding:5px 10px;
		background-color:inherit;
		color:white;
		font-size:13px;
		font-weight:bold;
	}
		#breadcrumbs a,#breadcrumbs a:hover {
			color:#FFD700;
			background-color:inherit;
			text-decoration:none;
		}
#subnavigation {
	width:100%;
	height:50px;
	background-color:#628D7D;
	color:white;
	position:relative;
	top:0px;
	left:0px;
	text-align:right;
}
	#subnavigation #menu {
		position:absolute;
		top:-355px;
		left:30px;
	}
	#subnavigation #map {
		position:absolute;
		top:-320px;
		left:30px;
	}
		#subnavigation a img {
			width:30px;
			height:24px;
			border:1px solid white;
			margin:4px 16px 5px 0px;
			padding:0px;
		}
#footer {
	width:100%;
	height:20px;
	background-color:#E6E608;
	color:white;
	position:relative;
	top:0px;
	left:0px;
	text-align:center;
	font-size:11px;
	padding:3px 0px 0px 0px;
	overflow:hidden;
}
	#footer p,#footer a {
		color:black;
		background-color:inherit;
		font-size:10px;
	}
	#main {
		position:relative;
		top:0px;
		left:0px;
	}
