body {
	background-image: url(images/topbg.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 30px;	
}
h1 {
	font-size: 20px;
	line-height: 30px;
	color: #4E5053;
	font-weight: normal;
	margin: 0;
	background-image: url(images/headlinebg.jpg);
}
h2 {
	font-size: 14px;
	color: #7CA331;
}
h3 {
	font-size: 16px;
	line-height: 30px;
	background-image: url(images/featurehead.gif);
	background-repeat: repeat-x;
	font-weight: normal;
	color: #FFFFFF;
	padding-left: 15px;
	margin: 0;
}
h4 {
	color: #7CA331;
}
p {
	font-size: 12px;
	color: #4E5053;
}
li {
	font-size: 12px;
	color: #4E5053;
}
hr {
	width: 100%;
	color: #7CA331;
	background-color: #7CA331;
	height: 1px;
	padding: 0px;
}
a {
	color: #426585;
}
a:hover {
	text-decoration: none;
}
.title {
	font-size: 12px;
	color: #4E5053;
	font-style: italic;
	font-weight: normal;	
}
.nav {
	font-size: 11px;
	text-align: center;
}
.nav a {	
	color: #4E5053;
	text-decoration: none;
}
.nav a:hover {
	color: #426585;
	text-decoration: underline;
}
.footer {
	font-size: 11px;
	border-top: 1px solid #BDD198;
	color: #4E5053;
	padding: 10px 0;
}
.footer a {
	color: #4E5053;
}
.footer a:hover {
	text-decoration: none;
}
.feature {
	padding: 10px 15px 0 15px;
}
.feature p {
	font-size: 11px;
	color: #4E5053;
}
#sub-nav {
  padding: 0;
  margin: 0;
  width: 0;
}
#sub-nav li {
	list-style-type: none;
}
#sub-nav a, #nav a:visited {
	display: block;
	font-size: 14px;
	text-decoration: none;
	color: #7CA331;
	width: 230px;
	padding: 3px 0;
}
#sub-nav a:hover {
	color: #4E5053;
	font-weight: bold;
}
