.menuborder {
	border-top: thin none #8fadc9;
	border-right: thin solid #dededc;
	border-bottom: thin none #8fadc9;
	border-left: thin none #dededc;
}

.bordergrey {
	border-top: thin none #dededc;
	border-right: thin solid #dededc;
	border-bottom: thin none #8fadc9;
	border-left: thin solid #dededc;
}


.topback {
	background-image: url(../images/maintop.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.sectiontitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.logo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #e8a76f;
	font-weight: bold;
}
.menufont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

