body {
	background: lightblue;
	background: white;
	text-align: center;
	padding: 0;
}

#bodywrap {
	margin: 0 auto;
}

#main {
	margin: 0 auto;
	width: 760px;
	text-align: center;
}

#rightside {
	display: none;
	vertical-align: top;
}

#main h1, #main h3 {
	background: darkblue;
	color: white;
	font-family: arial;
	font-stretch: wider;
	line-height: 200%;
	margin: 0;
}

#maintext {
	background: white;
	font-family: Arial;
	padding: 10px 30px;
	text-align: left;
	width: 700;
}

#centerimage {
	background-image: url(coastline2.jpg);
	height: 591px;
	width: 760px;
}

.collapsed {
	border-collapse: collapse;
}

.collapsed td {
	vertical-align: middle;	
}

#navtable td {
	padding: 0;
}

#mapnav {
	background-image: url(navmap.h502.png);
	float: left;
	height: 502px;
	text-align: center;
	vertical-align: middle;
	width: 258px;
}

#wrapper {
	float: left;
	width: 502px;
}

#thumbnails {
	display: none;
}

#cloudnav {
	background: gray;
	height: 200px;
	text-align: center;
	vertical-align: middle;
	width: 502px;
}

.visualClear {
    display: block;
    clear: both;
}

#content {
	background: darkblue;
	color: white;
	font-family: arial;
	font-stretch: wider;
	height: 86px;
	line-height: 200%;
	margin: 0;
}

#construction,
#contact {
	font-size: 80%;
	line-height: 120%;
	margin: 0;
}

#construction {
	padding: 20px 0 0 0;
}

#contact {
	padding: 0 0 20px 0;
}

#contact a {
	color: white;
	text-decoration: none;
}

.fieldname {
    padding-right: 20px;
}


