/* CSS Document */

.news_item {
	margin: 10px;
	font-size: 1em;
	text-align: left;
	height: 80px;
}

.news_item .header {
	background-image: url(../images/news_item_header_bg.gif);
	background-position: right;
	background-repeat: no-repeat;
	color: #5A7646;
	height: 16px;
	font-weight: bold;
	font-size: 0.9em;
}

.news_item .news_img {
	float: left;
	margin-right: 10px;
	width: 80px;
	height: 80px;
	text-align: center;
}

.news_item .news_img img {
	border: 1px solid #C1C1C1;
}

.news_item p {
	color: #464646;
	font-size: 0.9em;
	font-weight: bold;
}

.news_item a {
	font-size: 1.1em;
	font-weight: bold;
}

#newsletter {
	font-size: 1em;
	text-align: left;
	padding-left: 2px;
}

#newsletter .header {
	color: #5A7646;
	height: 16px;
	font-weight: bold;
	font-size: 0.9em;
}

#newsletter .news_img {
	float: right;
	margin-left: 10px;
}

#newsletter .news_img img {
	border: 1px solid #C1C1C1;
}

#newsletter p {
	color: #464646;
	font-size: 0.9em;
	font-weight: bold;
}

#newsletter a {
	font-size: 1.1em;
	font-weight: bold;
}

.news_header p {
	font-size: 1.2em;
	font-weight: bold;
}

.news_header a {
	float: right;
}

#article_header p {
	color: #5A7646;
	height: 16px;
	font-weight: bold;
	font-size: 0.9em;
}

#article_header a {
	float: right;
}

#article_header h2 {
	color: #0033FF;
	font-size: 1.6em;
}

#article_text {
	clear: both;
}

/* News Article Images */

#article_images {
	margin: 0 auto;
}

#article_images td {
	width: 130px;
	height: 130px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#article_images td img {
	border: 5px solid #D1D1D1;
	vertical-align: middle;
	margin: 5px;
}
