body {
	background-color: rgb(117,134,89);
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: rgb(231,227,166);
}
p, td, div, span, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: rgb(231,227,166);
}
a,a:link,a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
/*	color: rgb(191,150,60);  */
	color: rgb(250,240,205);
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
/*	color: rgb(191,150,60);  */
	color: rgb(250,240,205);
	text-decoration: underline;
	font-weight: bold;
}
a li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: rgb(0,0,0);
	font-weight: bold;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: rgb(118,51,22);
	text-decoration: none;
}
a.copyright:link, a.copyright:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: rgb(118,51,22);
	text-decoration: none;
}
a.copyright:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: rgb(118,51,22);
	text-decoration: underline;
}.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: rgb(0,0,0);
	font-weight: bold;
	text-decoration: none;
}
a.nav:link, a.nav:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: rgb(0,0,0);
	font-weight: bold;
	text-decoration: none;
}
a.nav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: rgb(0,0,0);
	font-weight: bold;
	text-decoration: underline;
}
.blackText {
	color: rgb(0,0,0);
	font-size: 12px;
}
.greenText {
	color: rgb(83,103,54);
	font-size: 14px;	
	text-decoration: none;
}
a.greenText:link, a.greenText:visited {
	color: rgb(83,103,54);
	font-size: 14px;
	text-decoration: none;
}
a.greenText:hover {
	color: rgb(83,103,54);
	font-size: 14px;	
	text-decoration: underline;
}
.headerYellowText {
	color: rgb(233,223,1);
	font-size: 12px;	
}
.headerBigText {
	color: rgb(255,255,255);
	font-size: 14px;	
}
.sectionheader {
	color: rgb(233,223,1);
	font-size: 14px;
	font-weight: bold;
}
#directionsfont a{
     color: rgb(0,0,0);
}