<!--
@media all {
	#content_header {
		float: left;
		width: 800px;
		height: 170px;
		background-image: url(/images/home/content_header.jpg);
		background-repeat: no-repeat;
		background-position: 0px -41px;
		border-bottom: 10px solid #7d7d7d;
		}
	#content_col1 {
		float: left;
		width: 570px;
		padding-bottom: 2px;
		}
	#content_col2 {
		float: left;
		width: 230px;
		background-color: #cccccc;
		min-height: 440px;
		}
	#content_headline {
		padding: 30px;
		font-size: 12px;
		}
	div.content_subcol {
		float: left;
		width: 189px;
		}
	div.csubcol_heading {
		font-family: Tahoma, Verdana, Arial;
		font-size: 14px;
		font-weight: bold;
		padding-bottom: 6px;
		color: #333333;
		text-align: center;
		}
	div.csubcol_image {
		width: 124px;
		height: 84px;
		border: 2px solid #333333;
		margin-left: auto;
		margin-right: auto;
		background-color: #755f54;
		text-align:center;
		padding: 4px;
		}
	img.csubcol_image {
		max-width: 120px;
		max-height: 80px;
		border: 2px solid #ffffff;
		}
	div.csubcol_article {
		min-height: 200px;
		}
	#news_cntnr {
		padding: 20px;
		color: #333333;
		}
	#news_heading {
		font-family: Tahoma, Verdana, Arial;
		font-size: 16px;
		font-weight: bold;
		}
	a.news_topic {
		display: block;
		font-family: Tahoma, Verdana, Arial;
		font-size: 14px;
		font-weight: bold;
		color: #333333;
		margin-top: 20px;
		text-decoration: none;
		}
	a.news_topic:hover {
		color: #000000;
		text-decoration: underline;
		}
	div.news_headline {
		font-family: Arial, Verdana, Tahoma;
		font-size: 11px;
		padding-top: 4px;
		padding-bottom: 8px;
		border-bottom: 3px dashed #ffffff;
		}
	#lnkArchives {
		margin-top: 60px;
		text-align: right;
		}
	a.lnkArchives {
		font-family: Arial, Verdana, Tahoma;
		font-size: 11px;
		color: #333333;
		}
	a.lnkArchives:hover {
		color: #000000;
		}
	a.lnkArticleMore {
		color: #333333;
		font-weight: bold;
		text-decoration: none;
		}
	a.lnkArticleMore:hover {
		color: #000000;
		text-decoration: underline;
		}	
	div.article {
		padding-top: 6px;
		padding-left: 20px;
		padding-right: 20px;
		color: #333333;
		}
	a.article_title {
		display: block;
		font-family: Tahoma, Verdana, Arial;
		font-size: 14px;
		font-weight: bold;
		color: #333333;
		text-decoration: none;
		padding-bottom: 6px;
		}
	a.article_title:hover {
		color: #000000;
		}
	div.article_excerpt {
		font-family: Arial, Verdana, Tahoma;
		font-size: 12px;
		}
	}
//-->