#Introduction {
	margin: 6px 0 16px 0;
}

#Introduction p {
	font-size: 17px;
	color: #246622;
	line-height: 1.6em;
}

#PageCopy p {
	font-size: 13px;
	line-height: 1.5em;
}

#News {
	float: right;
	position: relative;
	width: 419px;
	margin-left: 30px;
}

#NewsImage {
	position: absolute;
	right: 0;
	_right: -1px;
	width: 119px;
	height: 243px;
	overflow: hidden;
}

#NewsHead {
	height: 23px;
	overflow: hidden;
	background: #99a752 url(../images/base/news_head_bg.png);
	border-bottom: 1px solid #FFF;
}

#NewsHead h2 {
	margin: 0;
	color: #FFF;
	padding: 3px 0 0 15px;
	font-size: 13px;
	font-weight: bold;
}

#NewsCopyWrap {
	min-height: 180px;
	_height: 180px;
	background: #FFF url(../images/base/news_copy_bg.png) no-repeat;
}

#NewsItems {
	width: 270px;
	padding: 10px 0 20px 15px;
}

#NewsItems div {
	padding-bottom: 6px;
	margin-bottom: 10px;
	background: transparent url(../images/base/dotline_h.png) repeat-x scroll bottom;
}

#NewsItems h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 3px 0;
	color: #666633;
}

#NewsItems p {
	font-size: 12px;
	line-height: 17px;
}

#NewsItems .Date {
	color: #000;
	font-weight: normal;
}

#NewsItems a {
	color: #000;
	font-size: 11px;
	padding-right: 9px;
	background: transparent url(../images/base/link_arrow.png) no-repeat scroll right;
	border-bottom: 1px dotted #666;
}



