/* This is the news stylesheet file containing rules for the NEWS section and it's content. For main rules see main file. */

/* Rules for the NEWS section */
#news {
	clear: left;
	overflow: hidden;
	height: auto;
	border-top: 5px solid White;
	background-color: #f1f1f1;
	width: 700px;
	display: block;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}

/* Rules for the NEWSITEM module in the NEWS section followed by the link rules and paragraph spacing reset. */
.newsItem {
	background-color: transparent;
	display: block;
	width: 130px;
	height: auto;
	float: left;
}
.newsItem a, .newsItem a:visited {
	font: bold 8pt Arial, sans-serif;
	color:#C63100;
	text-decoration:underline;
}
.newsItem p {
	padding: 0px;
	margin: 0px;
	margin-top: 15px;
}

.newsTitle {
	font: bold 8pt Arial, sans-serif;
	color: #c63100;
}
.newsDate {
	font: 8pt Arial, sans-serif;
	color: #7F7F7F;
}

/* The dotted line seperating the modules */
.line {
	background-color: transparent;
	background-image: url(../gfx/dotted.gif);
	width: 1px;
	overflow: hidden;
	height: 170px;
	border-left: 6px solid #f1f1f1;
	border-right: 5px solid #f1f1f1;
	float: left;
}
