td {
	font-family: "Century Gothic", Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}

.heading1 {
	font-family: Century Gothic, Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.heading2 {
	font-family: Century Gothic, Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
}

.heading3 {
	font-family: Century Gothic, Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #68973F;
}

.heading4 {
	font-family: Century Gothic, Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0A86B2;
}
.heading5 {
	font-family: Century Gothic, Helvetica, Arial, Verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #68973F;
}
.heading6 {
	font-family: Century Gothic, Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0A86B2;
}
.heading7 {
	font-family: Century Gothic, Helvetica, Arial, Verdana, sans-serif;
	font-size: 10px;
}
a {
	font-family: Century Gothic, Helvetica, Arial, Verdana, sans-serif;
	color: #68973F;
	text-decoration: underline;
}

#navHorizontal {
	margin: 0px 0px 0px 0px;
	padding: 0px;
width: 760px;
height: 30px;
line-height: 30px;
background-color:#0A86B2;
}

#navHorizontal ul {
  font-family: Century Gothic, Helvetica, Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight:bold;
  margin: 0;
  padding: 0;
  list-style: none;
}

#navHorizontal ul li {
	display: block;
	position: relative;
	float: left;
}

#navHorizontal li ul { display: none;
}

#navHorizontal ul li a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  padding: 0px 17px 0px 17px;
  background: #0A86B2;
  white-space: nowrap;
}

#navHorizontal ul li a:hover { background: #0EA1C4; 
}

#navHorizontal li:hover ul {
  display: block;
  position: absolute;
}

#navHorizontal li:hover li {
  float: none;
  font-size: 12px;

}

#navHorizontal li:hover a { background: #0A86B2;
}

#navHorizontal li:hover li a:hover { background: #0EA1C4;
}

