/*Reset All*/
* {
	padding: 0px;
	margin: 0px;
}

/*Body Color*/
body {
	margin: 0px;
	padding: 0px;
	background: #ffffff url(img/bg.gif) repeat-x;
}

a, a:hover {
	text-decoration: none;
}

/*Font formating*/
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #898989;
}


/*Wrap*/
#wrap {
	width: 936px;
	padding: 0px 8px;
	margin: 0px auto;
	background: #ffffff url(img/wrapBackground.gif) no-repeat top center;
}

/*TopHeader*/
.topHeader {
	 background: url(img/topBackground.gif) repeat-x;
	 height: 83px;
}

	.topHeader h1 {
		padding-left: 19px;
		padding-top: 22px;
	}

/*Menu Holder*/
.menuHolder {
	background: url(img/menuHolderBackground.gif);
	background-repeat: repeat-x;
	height: 43px;
}
/*Content Holder*/
.contentHolder {
	background: #ffffff url(img/contentBackground.gif) repeat-x;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #ebebeb;
}

/* News Holder*/
.news {
	padding: 20px 10px;
}
	.news h1 {
		font-size: 20px;
		font-weight: normal;
		letter-spacing: -0.6px;
		padding-bottom: 10px;
	}
		.news h1 a, .news h1 a:hover {
			color: #93b200;
			text-decoration: none;
		}
		
	.news h2 {
		font-size: 14px;
		font-weight: normal;
	}
		.news h2 a, .news h2 a:hover {
				color: #767676;
				text-decoration: none;
			}
		
	.news .date {
		font-size: 10px;
		color: #9dc10e;
		margin-bottom: 6px;
	}
	
	.news .desc {	
		margin-bottom: 18px;
	}
		.news .desc a, .news .desc a:hover {
			text-decoration: none;
			color: #767676;
		}

/* News List & News Page*/
.title {
	margin-bottom: 4px;
}

	.title h1{
		font-size: 16px;
		font-weight: normal;
	}
	
	.title h1 a, .title h1 a:hover {
		color: #6a9c27;
		font-weight: bold;
	}
	
	.title span {
		font-size: 10px;
	}
	
	.details {
		color: #000000;
		font-weight: bold;
	}
/*Header Holder*/
.headerHolder {
	
}
	.headerHolder img {
		padding-top: 30px;
	}

/* Footer */
.footer {
	width: 936px;
	margin: 0px auto 30px auto;
	border-top: 3px solid #f5f5f5;
	padding-top: 10px;
	text-align: center;
	color: #898989;
}
	.footer  a {
		color: #898989;
		text-decoration: none
	}
	.footer a:hover {
		color: #8dc73f;
		text-decoration: underline
	}
	
/* Clear Float Fix Problem */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

	
.txtform{	
	border:1px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 1px 3px;
	width: 260px;
}

.button{
	border:1px solid #666666;
	font-weight: bold;
	padding: 1px 3px;
	background: #ffffff;
}

.LinkStyle3, LinkStyle3:hover {
		color: #6A9C27;
		font-weight: bold;
		padding: 4px;
}