.latest_articles {
	display: block;
	clear: both;
}
.latest_articles h2 {
	font-size: 18px;
	color: #036;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}
.latest_articles a {
	display: block;
	text-decoration: none;
	font-size: 15px;
	color: #0066CC;
}
.latest_articles a:hover {
	text-decoration: underline;
}
.latest_articles .snippet {
	display: block;
	clear: both;
	color: #333;
	font-size: 12px;
	margin-bottom: 3px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
.article_categories {
	display: block;
	clear: both;
}
.article_categories h2 {
	font-size: 18px;
	color: #036;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 20px;
	display: block;
}
.article_categories a {
	display: block;
	text-decoration: none;
	font-size: 16px;
	width: 33%;
	float: left;
	color: #0066CC;
	font-weight: bold;
}
.article_categories a:hover {
	text-decoration: underline;
}
.mcbox-article {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.mcbox-article a {
	text-decoration: none;	
}
.mcbox-article a:hover {
	text-decoration: underline;
}
