Body {
 	background-color="#73b5e1"
}

#PageBackground {
	background-image: url("graphics/water.jpg");
	height: 720px;
	width: 1040px;
	padding: 5px;
	text-align: center;
}

#MapWindow {
	background-color: #ffffff;
}

.HomeBlock, .MarginBlock, .CenterBlock, {
	background-color: #ffffff;
	text-align: center;
	font-family: verdana, arial;
	color:#00006e;
	margin: 10px;
	position: relative;
	top: 20px;
}

.HomeBlock {
	height: 500px;
	width: 432px;
}

.MarginBlock {
	height: 500px;
	width: 240px;
	padding: 5px;
	border: 1 solid #000000;
	vertical-align: top;
}

.CenterBlock {
	height: 640px;
	width: 432px;
}

.PhotoBlock {
	width: 280px;
	position: relative;
	top: 20px;
}

.MainButtonOn, .MainButtonOff {
	font-family: verdana, arial;
	font-size: 8pt;
	font-weight: bold;
	width: 120px;
	text-align: center;
	cursor: hand;
	border: 1 solid #000000;
	padding: 5px;
}

.MainButtonOn {
	background-color:#000073;
	color: #c6eff7;
	}
	
.MainButtonOff {
	color: #000073;
	background-color: #c6eff7;
	}

	
.TextHeading, .TextNormal, .TextFootnote {
	font-family: verdana, arial;
	color: #000073;
}
	
.TextHeading {
	font-size: 11pt; 
	font-weight: bold; 
}

.TextNormal {
	font-size: 10pt; 
}

.TextFootnote {
	font-size: 7pt; 
}

.TextLink {
	font-family: verdana, arial;
	font-size: 9pt; 
	font-weight: bold; 
	font-style: italic;
	color: #ff0000;
	cursor: hand;
}

.PhotoLink {
	cursor: hand;
}

.Thumbnail {
	width: 128px; 
	height: 95px; 
	margin: 5px;
	border: 0px;
}


