body  {
	font: 14px Tahoma, Arial, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333;
	background-color: #ffffff;
	background-image: url(../images/green_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

a:link, a:visited {
	text-decoration: underline;
	font-weight: normal;
	color: #85AB11;
	outline: none;
}

a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #85AB11;
}



h1 {
	padding: 0;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	vertical-align: bottom;
	color: #85AB11;
	text-align: left;
	width: 100%;
		
}

h2, .contentheading {
	padding: 0;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 18px;
	vertical-align: middle;
	color: #7B9154;
	text-align: left;
	font-weight: bold;
		
}


h4 {
	font-family: Tahoma, Arial, sans-serif;
	color: #333;
		
}

h3, table.moduletable th{
	margin: 0;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 18px;
	text-align: left;
	color: #85AB11;
	padding: 0;
	font-weight: bold;
		
}

a.readon {
	display: block;
	float: right;
	line-height: 14px;
	font-size: 12px;
	text-decoration: none;
	padding: 1px 2px 1px 2px;
	font-weight: bold;
	color: #000000;
}

a.readon:hover {
	color: #333;
}


hr {
	border: none 0;
	border-top: 1px dashed #85AB11;/*the border*/
	width: 100%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
	text-align: center;
}

.imgBorder {border: 3px solid #000000;}
.imgBorder a:hover {border: 3;solid #000000}


