@charset "utf-8";
/* CSS Document */

.articlesHome .articlesWrapper {
	padding: 5px;
}

.articleBox {
	margin: 10px;
	margin-bottom: 5px;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 8px;
}
.articleBox .articleTitle {
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 110%;
}
.articleBox .articleTitle a, .articleBox .articleTitle a:hover, .articleBox .articleTitle a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.articleBox .articleTitle a:hover {
	color: #3F3F3F;
}
.articleBox .readmore a, .articleBox .readmore a:hover, .articleBox .readmore a:visited {
	color: #333333;
	font-weight: bold;
}
.articleBox .readmore a:hover {
	color: #666666;
}

.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: 90%;
}
.mainArticle .theDate:before {
	content: "Posted on: ";
}