@charset "utf-8";
/* CSS Document */

.newsDiv {
	width:500px;	
}

.newsItemDiv {
	margin: 24px 0 24px 0;
}

.newsContent {
	width:288px;
	float:left;
}

.newsPhoto {
	width:200px;
	float:right;
	margin-left:12px;
}

.newsTitle {
	font-weight:bold;
}

.newsDate {}

.newsContent {}

.newsRule {}

.homePageNewsDiv {
	width:240px;	
}

.homePageNewsDiv {
	margin: 12px 0 12px 0;
}

.homePageNewsTitle {
	font-weight:bold;
}

.homePageNewsDate {}

.homePageNewsDescription {}

.homePageNewsLink {}


.news-left {
	width: 225px;
	float: left;
}

.news-right {
	width: 600px;
	float: left;
}
	

.news-top {
	width: 905px;
	background: url(/images/news-top.png) left top no-repeat;
	color: #fff;
	padding: 25px 15px 5px 15px;
	font-size: 14px;
}

	.news-top a { color: #fff; text-decoration: none; font-weight: bold; }
	.news-top a:hover { color: #FF0; text-decoration: underline; }

	.news-top h1 { font-size: 18px; font-weight: bold; color: #fff; line-height: 25px; }

.news-bot {
	width: 935px;
	height: 50px;
	background: url(/images/news-bot.png) left top no-repeat;
	color: #000;
	font-size: 14px;
	margin: 0 0 10px 0;
}

.news-row {
	padding: 4px;
}

.news-date { font-size: 11px; font-style: italic; color: #fff; padding: 5px; }

