body { text-align: center; }
body, td { font-size: 11px; }

#wrap {
	margin: 2% auto;	
	text-align: left;
}
#wrap td { vertical-align: top; }

#navcol {
	background-color: #89B44E;
	border-right: 1px solid white;
}

#Nav {
	padding: 40px 0 25px 29px;
	font-size: 12px;
	font-family: Chalet, Helvetica, sans-serif;
	background-color: #8CC63F;
}

#Nav a {
	color: white;
	text-decoration: none;
	display: block;
	margin-bottom: 20px;
}

#subnavcell {
	background-color: #E1CEAD; 
	background-image: url(images/TopSubNavBack.gif);
	text-align: center;
}

#subnav {
	height: 49px;
	color: white;
	font-family: Chalet, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}
#subnav a { 
	color: #ffffff; 
	text-decoration: none; 
	margin: 8px 10px;
	vertical-align: center;
	display: inline-block;
	width: 90px;
	text-align: center;
}
#subnav[id] a { 
	display: table-cell;
	vertical-align: middle;
	float: left;
}

#subnav a:hover { color: #ffffdd; }

#contentcell {
	background-color: #F5ECDD;
	overflow: auto;
}

#content {
	/* border: 1px solid yellow; */
	margin: 0 0 0 24px;
	padding-right: 16px;
	text-align: left;
	font-family: Georgia, Times, serif;
	height: 490px;
	overflow: auto;
}

#content h2 {
	margin: 0;
	/* border: 1px solid red; */
}

#content .note {
	font-weight: bold;
	font-style: italic;
	color: #967347;
}

.feeitem {
	width: 250px;
	display: block;
	float: left;
}
.fee {
}

#HomePhotoDiv {
	background-image: url(images/HomePhotoNoBar.jpg);
	width: 576px;
	height: 539px;
}

#HomeAnnounce {
	position: relative;
	top: 107px;
	height: 50px;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src='images/white_op30.png');
	font-family: Helvetica, sans-serif;
	color: #795B37;
	font-size: 100%;
	line-height: 130%;
	letter-spacing: 0.5px;
}
#HomeAnnounce[id] {
	background-image: url(images/white_op30.png);
}
#HomeAnnounce div.pad {
	padding: 10px 13px 5px 13px;
}
