body {
  font-family: Century Gothic, Verdana, Geneva, Arial, helvetica, sans-serif;
}

td {
	font-family: Century Gothic, Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Century Gothic, Verdana, Geneva, Arial, helvetica, sans-serif;
}

a {
	text-decoration: none;
	font-weight: normal;
	border: 0px none #FFFFFF;
}

h1 {
	font-family: Century Gothic, Verdana, Geneva, Arial, helvetica, sans-serif;
	color:#006600;
	size:+2;
}

h2 {
	font-family: Century Gothic, Verdana, Geneva, Arial, helvetica, sans-serif;
	color:#006600;
	size:+1;
}

h3 {
	font-family: Century Gothic, Verdana, Geneva, Arial, helvetica, sans-serif;
	color:#006600;
}

a:hover {
	text-decoration: underline;
	border: 0px none #FFFFFF;
}

.navLink {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	border: 0px none #FFFFFF;
}

.navLinkBlue {
	color: #0066FF;
	text-decoration: none;
	font-weight: normal;
	border: 0px none #FFFFFF;
}

.navLink:Hover {
	text-decoration: underline;
	border: 0px none #FFFFFF;
}

.navLinkBlue:Hover {
	text-decoration: underline;
	border: 0px none #0066FF;
}

#dropmenudiv{
	position:absolute;
	background-color: #4A5918;
	border:1px solid black;
	border-bottom-width: 0;
	font-family: Century Gothic, Verdana, Geneva, Arial, helvetica, sans-serif;
	font:normal 18px;
	color:#FFFFFF;
	line-height:24px;
	z-index:100;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	font-family: Century Gothic, Verdana, Geneva, Arial, helvetica, sans-serif;
	padding: 1px 0;
	text-decoration: none;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #FFFFFF;
}