.titleline {
	background-image: url(../images/titleline.jpg);
	background-repeat: repeat-x;
}
.ligtgreentext {
	color: #71A050;
}
.forms {
	color: #FAF3BC;
	border: 1px solid #003300;
	background-color: #003300;
}
.vertline {

}
.header {
	font-size: 18px;
	color: #003300;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	margin-top: 0px;
	background-image: url(../images/gradient.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: left top;
}
a:link {
	color: #8BA725;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #8BA725;
}
a:hover {
	text-decoration: underline;
	color: #003300;
}
a:active {
	text-decoration: none;
	color: #8BA725;
	}
.lightgreentext {
	color: #8BA725;
}
/************** feature styles *****************/

.feature{
	padding: 0px

}
html>body .feature {height: auto;}

.feature h3{
	
	padding: 10px 0px 2px;
}

.feature img{
	float: right;
	padding: 0px 0px 10px 10px;


}

/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 10px;

}

.story h3{
	
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;

}
.maintable {
	background-attachment: fixed;
	background-image: url(../images/gradient.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	width: 750px;
}

