.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #000000;
}
.boldtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #000000;
	font-weight: bold;
}
.greentext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #003300;
	font-weight: bold;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #003300;
	list-style-type: disc;
}
.padding {
	padding: 20px;
}
.heading {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	color: #78A22F;
}
.navup {
	


}
.navdown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #003300;
	background-repeat: repeat;
	background-position: center;
	padding: 3px;
	font-weight: bold;

}
.navsub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7C9353;
	font-weight: bold;
	background-color: #D8EBB7;
	background-repeat: repeat;
	padding: 3px 15px 3px 25px;
}
a:link {
	color: #003300;
	text-decoration: none;
}
a:visited {
	color: #003300;
	text-decoration: none;
}
a:hover {
	color: #003300;
	text-decoration: underline;
}
a:active {
	color: #003300;
	text-decoration: underline;
}

/*** Used For Drop Down Effect ***/
#formStack {
	position: relative;
	visibility: visible
}
#aboutUs  {
	position: relative;
	display: none;
	width: 189px;
}
#scheme1,#scheme2,#scheme3,#faq1,#faq2,#faq3,#faq4,#faq5,#faq6  {
	position: relative;
	display: none;
}

/*** Used For Left Main Nav ***/	
a.navdown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #003300;
	background-repeat: repeat;
	background-position: center;
	padding: 3px;
	font-weight: bold;
	text-decoration: none;
}
a.navdown:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #003300;
	background-repeat: repeat;
	background-position: center;
	padding: 3px;
	font-weight: bold;
	text-decoration: none;
}
a.navdown:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #003300;
	background-repeat: repeat;
	background-position: center;
	padding: 3px;
	font-weight: bold;
	text-decoration: none;
}

/*** Used For Left Sub Nav ***/
a.navup {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #ABC57D;
	background-repeat: repeat;
	background-position: center;
	padding: 3px;
}	
a.navup:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #ABC57D;
	background-repeat: repeat;
	background-position: center;
	padding: 3px;
}
a.navup:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #ABC57D;
	background-repeat: repeat;
	background-position: center;
	padding: 3px;
}
.left-nav ul { margin: 0px; padding: 0px }
.left-nav ul li { list-style-type: none; margin: 0px; padding: 0px 0 0 0; }
.left-nav ul li a { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF;	font-weight: bold; display: block; margin: 0px; border-bottom: solid 1px #fff;  background-image:  url(images/arrow_lt.gif); background-repeat: no-repeat; background-position: middle left; padding: 3px 0 5px 18px; }
.left-nav ul li a:hover { background-color: #003300; }
.left-nav ul li a:active { background-color: #003300; }
.left-nav ul li a:selected { background-color: #003300; }
.left-nav ul li ul li a { display: block; margin: 0px; border-bottom: solid 1px #fff; background-color: #D8EBB7;  background-image:  url(images/arrow_dk.gif); background-repeat: no-repeat; background-position: middle left; color: #003300; }
.left-nav ul li ul li a:hover { color: #fff; }

