body {
    margin-top: 0px;
	background-color: #EDEDED;
	color: #006600;
}

td {
	font-family: "Times New Roman", Times, serif;
}

th {
	font-family: "Times New Roman", Times, serif;
}

a:link {
	color: #000099;
	text-decoration: none;
	font-weight: bolder;
}

a:visited {
	color: #000099;
	text-decoration: none;
	font-weight: bolder;
}

a:hover {
	text-decoration: underline;
	color: #FF0000;
}
.NavLayer {
	position: relative;
	visibility: visible;
	z-index: auto;
	top: 50px;
	right: 275px;
	width: 200px;
}

.back {
	position: relative;
	visibility: visible;
	z-index: 1;
	top: 0px;
	right: 0px;
	width: 50px;
}

.mainimage {
	background-image: url(images/lakes.jpg);
	background-repeat: no-repeat;
	height: 640px;
}

