body {
	margin: 0px;
	background-image: url();
	background-color: #EFF4C4;
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.sub {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #0E7943;
}

.contentbg {
	background-color: #FEFEFE;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #C2DE8D;
	border-left-color: #C2DE8D;
}
.verticalline {
	background-image: url(../images/line.gif);
	background-repeat: repeat-y;
}
.mainlinks {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
	display: block;
	padding-left: 12px;
	line-height: 24px;
	height: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DBDFD1;
}

.mainlinks:hover {
	
	color: #56912F;
}

.horizontalline {

	background-image: url(../images/line2.gif);
	background-repeat: repeat-x;
}
.greentxt {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #2E7F03;
	line-height: 18px;
	display: block;
	height: 18px;
	padding-left: 15px;
	background-image: url(../images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.footer {
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	padding-top: 23px;
	padding-left: 22px;
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.pagetitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	color: #56912F;
}

.border {
	border: 1px solid #E3E3E3;
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #3D3D3D;
	width: 200px;
}
.btn {
	border: 1px solid #E3E3E3;
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #6B8593;
	background-color: #E6EDF1;
	width: 95px;
	height: 25px;
}
