.menuItem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-image: url(../Graphics/MenuTab.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	}
.menuItem A:link {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	}
.menuItem A:visited {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	}
.menuItem A:hover {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
	}
.menuItem A:active {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	}

.graphicsBox {
	position: absolute;
	visibility: visible;
	width: 200px;
	left: 0px;
	top: 111px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	margin-left: 5px;
	color: #000000;
	}

.textBox {
	position: absolute;
	visibility: visible;
	left: 225px;
	top: 111px;
	border: medium double #333333;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-right: 10px;

	}
	
#headerGraph {
	position: absolute;
	background-color: #15447C;
	visibility: visible;
	left: 0px;
	top: 0px;
	clip:    rect(   );
	background-image: url(../Graphics/HarborNight.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}

#aboutDesc, #eventDesc, #linkDesc, #contactDesc, #galleryDesc, #newsDesc, #outingDesc, #homeDesc {
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	visibility: hidden;
	left: 5px;
	top: 86px;
	height: 15px;
	color: #FFFFFF;
	}

#descBox {
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	visibility: visible;
	left: 0px;
	top: 86px;
	width: 1200px;
	height: 15px;
	border-top: thin none #000000;
	border-right: thin none #000000;
	border-bottom: thin solid #000000;
	border-left: thin none #000000;
	background-color: #666666;
	}

A:link {
	color: #000000;
	text-decoration: underline;
}
A:visited {
	color: #000000;
	text-decoration: underline;
}
A:hover {
	color: #666666;
	text-decoration: underline;
}
A:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.bodyText {

	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(../Graphics/Background.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: left top;
}
