/* News Short Display */

body {
	font-family: Arial, Helvetica, sans-serif;
}

.news-date {
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

.news_short_container {
	width: auto;
	margin-bottom: 15px;
	clear: both;
}

.news_short_container .title {
  text-align: left;
	font-weight: bold;
	color: #025B2B;
}

.news_short_container .date {
	font-style: italic;
	margin-bottom: 10px;
}

.news_short_container .readmore {
	text-align: right;
}

.news_short_container img {
	float: left;
	margin: 0px 0px 10px 0px;
	border: 0px solid #000;
}

.article_thumbs{
padding-left: 2px;
}

.article_thumbs img{
border: 0px;
}

td.news_img {
	padding: 0px;
}
.news_img img {
	border: 0px solid #000;
	margin: 0px;
	border-top: 1px solid #FFF;
}

.news_short_container_descript{
text-align: left;
}

/* News Long Display */

#news_long_container {
	width: auto;
	margin-bottom: 15px;
}

.header1{
	/*background: #6f8d5b;*/
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 0px;
	text-align: left;
	font-weight: bold;
}

.header2{
/* background:#6f8d5b; */
background:#F0F4ED;
font-weight: bold;
}

.header3{
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
}

#news_long_container .title {
	font-weight: bold;
	color: #025B2B;
}

#news_long_container .date {
	font-style: italic;
	margin-bottom: 25px;
}

#news_long_container .news_long_thumb {
	width: 175px;
	padding: 5px;
	float: right;
	text-align: center;
}

.news_long_thumb img{
	border: 6px solid #EAEEED;
	margin-bottom: 10px;
}

#news_long_container .article-backbutton {
	text-align: center;
	clear: both;
	margin-top: 15px;
}

/* Misc */

.article-errmsg {
	color: #804040;
}

.article-backbutton {
	text-align: center;
	margin-top: 25px;
	clear: both;
}

.article-pageLinks{
font-size: 11px;
font-family: arial;
font-weight: none;
}

.article-pageLinks img{
border:0;
}




