/*<?php header("Content-type: text/css"); ?>*/
#news {
	float: right;
	width: 62%;
	margin-right: 2em;
	margin-top: 2em;
}
.article {
	color: #111111;
	border-bottom: 2px dotted #cccccc;
}
.article a {
	background-color: #ece00f;
	border-bottom: 2px dotted #666666;
	text-decoration: none;
	color: #111111;
}
.article h1 {
	font-size: 113%;
	margin-bottom: .25em;
	line-height: 1.2em;
}
.article_key_image {
	text-align: center;
	background-image: url(/news/images/interface/bg_image.gif);
	background-repeat: repeat;
	padding-top: 1em;
	border-bottom: 2px dotted #cccccc;
}
.article_key_image img {
	border: 2px solid #ecf8fe;
	border-bottom: none;
}
.article_title {
	padding-bottom: .5em;
	padding-left: 1em;
	padding-right: .75em;
	padding-top: .25em;
	border-bottom: 2px dotted #cccccc;
	margin: 0;
	background-image: url(/news/images/interface/bg_title.gif);
	background-repeat: no-repeat;
}
.article_body {
	/*background-color: #ecf8fe;*/
	margin: 0;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: .35em;
	padding-bottom: .35em;
	font-size: .9em;
	/*background-image: url(/news/images/interface/bg_body.gif);*/
	background-image: url(../images/interface/bg_intro_paragraph.gif);
	background-position: bottom;
	background-position: right;
}
.article_text {
	font-size: 84%;
	line-height: 1.7em;
}
.article_key_paragraph {
	font-size: 135%;
}
.article_date {
	font-size: 90%;
	background-image: url(/news/images/interface/bg_date.gif);
	background-repeat: no-repeat;
	padding-bottom: .5em;
	padding-right: .5em;
}
.article_navigation {
	padding-top: .5em;
	padding-bottom: 3.5em;
	clear: both;
}
.article_navigation img {
	margin-right: 1.5em;
	border: none;
}
.article_navigation a {
	border: none;
	background-color: #ecf8fe;
}
#news_months {
	float: left;
	text-align: right;
	width: 23%;
	font-size: 90%;
	margin-top: 1.5em;
	line-height: 1.2em;
}
#news_months ul {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
	padding-right: .25em;
	border-right: 2px dotted #666666;
	text-align: right;
	margin: 0;
}
#news_months a {
	color: #000000;
	text-decoration: none;
	padding: 0 .1em .05em .5em;
}
#news_months a:hover {
	color: #000000;
	background-color: #ece00f;
}
#news_months .active {
	color: #000000;
	background-color: #ece00f;
}
.news_features {
	width: 20%;
	float: left;
	font-size: 70%;
	background-image: url(/images/interface/bg_intro_paragraph.gif);
	background-repeat: no-repeat;
	padding: 1em 1em 1em 2em;
	margin-top: 2.5em;
	margin-left: 1.75em;
}
.news_features h2 {
	text-transform: lowercase;
	color: #ffffff;
	font-size: 135%;
	margin-top: .5em;
}
.news_features .intro_paragraph {
	font-size: 120%;
	color: #cc0000;
	line-height: 1.25em;
}