@charset "utf-8";
/* CSS Document */

.newsListWrapper {
	padding: 10px;
}
.newsListWrapper .newsItem {
	border-bottom: 1px solid #B0AFAF;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.newsListWrapper .newsItem .newsTitle {
	padding: 3px;
	font-weight: bold;
	padding-left: 5px;
	font-size: 110%;
	text-transform: uppercase
}
.newsListWrapper .newsItem .shortdesc {
	padding: 5px;
}

.newsListWrapper .newsItem .shortdesc .newsImage {
	float: left;
	margin-right: 10px;
	width: 157px;
	height: 75px;
	display: none;
}
.newsListWrapper .newsItem .shortdesc .newsImage {
	border: 4px solid #AFAFAF;
}
.newsListWrapper .newsItem .shortdesc .readmore a, .newsListWrapper .newsItem .shortdesc .readmore a:hover, .newsListWrapper .newsItem .shortdesc .readmore a:visited {
	color: #AA0000;
	font-weight: bold;
}

.mainArticle {
	padding: 15px;
}

.errorNotice {
	margin: 10px;
}

.backArticles {
	padding: 10px;
	background-color: #FCFCFC;
	border: 1px solid #CFCFCF;
}
.mainArticle h2 {
	margin: 0;
	padding: 0;
	padding-bottom: 8px;
	margin-bottom: 5px;
}
.mainArticle .theDate {
	font-size: 85%;
}
.mainArticle .theDate:before {
	content: "Posted on ";
}