body {
	margin: 0px;
	background-color: #c3ebf4;
	color: black;
}

a {
	color: #065099;
	text-decoration:none;
}

a:hover {
	color: #2dadf3;
}

.contentTable {
	background-color: white;
	border: ridge #4F371E;
	border-width: 5px; 
	//border-width: 3px;
}

.mainNav {
	font-style:bold;
	font-size: medium;
	margin: 0px 0px 0px 0px;
	padding: 3px 3px 3px 3px;
	text-align: center;
	border: 2px ridge black;
	background-color: #c3ebf4;
	
}

.mainNav a {
	color: #065099;
	font-style:bold;
	font-size: medium;
	text-decoration:none;
}

.mainNav a:hover {
	font-size: medium;
	color: #2dadf3;
}

.bottomNav {
	font-size: small;
	color: #875e5e;
	text-align:right;
	position: relative;
	top: 1px;
}

.bottomNav a {
	color: #065099;
	font-style:bold;
	text-decoration:none;
}

.bottomNav a:hover {
	color: #2dadf3;
}

.bodyContent {
	font-size: medium;
}

.bodyContent a {
	color: #065099;
	font-style:bold;
	text-decoration: none;
}

.bodyContent a:hover {
	color: #2dadf3;
}

.bigBodyText {
	font-size: x-large;
}

.largeBodyText {
	font-size: large;
}

.medBodyText {
	font-size: medium;
}
div#map
{
	width: 700;
	height: 400px;
	border: 2px ridge black;
	vertical-align: middle;
}

span#developedBy {
	position: relative;
	top: -10px;
	font-size: small;
}