body {
	background-color: #00987d;
}

a {
	color: #00987d;
	text-decoration: underline;
}

a:hover {
	color: #000;
}

#mainnav {
	background-image: url(../images/mainnav-bg-home.gif);
}

.nav {
	height: 28px;
	line-height: 28px;
	color:#000000;
	padding: 0px 15px 0px 15px;
	font-size: 14px;
	text-align:center;
	text-decoration: none;
}

.navover {
	height: 28px;
	line-height: 28px;
	color:#000000;
	padding: 0px 15px 0px 15px;
	font-size: 14px;
	text-align:center;
	text-decoration: none;
	background-color: #85ccc0;
	cursor: pointer;
}

#content {
	background-image: url(../images/content-bg-home.gif);
}

#footer {
	color: #80ccbe;
	background-image: url(../images/footer-bg-home.gif);
}

#footer a {
	color: #80ccbe;
	text-decoration: underline;
}

#footer a:hover {
	color: #FFF;
}