h2 {
	color: #98C000;
	text-align: center;
}
h3 {
	color: #98C000;
}
.news_table {
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #98C000;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.nav_spacers {
	color: #FFF;
	text-align: center;
	background-color: #98C000;
	padding-bottom: 2px;
}
.nav_text a{
	color: #FFF;
	text-decoration: none;
	background-color: #98C000;
	text-align: center;
	display: block;
	height: 18px;
	white-space: nowrap;
}
.nav_text a:hover {
	text-decoration: underline;
	background-color: #6C8800;
}
.nav_bg {
	background-color: #98C000;
}
.sub_nav a {
	color: #98C000;
	background-color: #FFF;
	text-align: center;
	display: block;
	padding: 5px;
	border: thin solid #98C000;
	text-decoration: none;
}
.sub_nav a:hover {
	color: #FFF;
	background-color: #98C000;
	text-align: center;
	display: block;
	padding: 5px;
	border: thin solid #FFF;
	text-decoration: underline;
}
 li {
	list-style-position: outside;
	list-style-image: url(../images/icons/bullet_green.gif);
	list-style-type: circle;
}

.bottom_line {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #98C000;
}

