@charset "utf-8";
/* CSS Document */

body {
	text-align: center;
	background-image:url(images/SeaBackground.jpg);
	background-repeat: repeat;
}
#wrapper {
	position: relative;
	background-color: white;
	width: 1050px;
	margin: 0px auto;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
	text-align: left;
	color:#000;
	border: 5px ridge #099;
} 
#wrapper a {
	color:#5A7A8F;
	text-decoration:none;
}
#header {
	text-align:center;
}
#content {
	margin: 0px;
	width: 100%;
	border:2px ridge #099;
}

#webText {
	width: 780px;
	margin-top:0px;
	padding-top:0px;
	padding-right: 5px;
	padding-left: 5px;
		}
#webText ul  {
	margin:0 0 0 10px;
	}
#webText ul li {
	margin:0 0 0 10px;
	}
#webText h3 {
	color: #66D4D5;
	font-weight: bold;
	font-size:16px;
}
#webText h4 {
	color: black;
	font-weight: bold;
	font-size:14px;
}
#webText h3 a, #webText h4 a {
	text-decoration:underline
}
#imagecol  {
	width: 250px;
	border-left: 2px ridge #099;
	background-color:#E7EFD8;
		}
#imagecol img {
	width: 100%;
	border-bottom: 2px ridge #099;
}
#imagecol #bottomImage {
	width:100%;
	border-bottom: none;
}

#lhFiller {
	background-color:#E7EFD8;
	height:100%;
		}
#footer {
	background-color: #E7EFD8;
	border-top: 2px ridge #099;
	width: 100%;
	font-size: 10pt;
	padding-left:5px;
	padding-right:5px;
	}
