.newsWrapper {
	background-color: #5B0A26;
	width: 500px;
	height: 332px;
	margin-top: 10px;
}
.newsTop {
	width: 485px;
	height: 18px;
	padding-top: 6px;
	padding-right: 0px;
	padding-left: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	padding-bottom: 6px;
	background-color: #0667AC;
}
.newsTop a {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
.newsTop a:hover {
	font-size: 12px;
	color: #666;
	text-decoration: none;
}
.newsContent {
	width: 500px;
	height: 302px;
}
.newsArticles {
	float: left;
	width: 370px;
	height: 302px;
	background-color: #5B0A26;
}
#homeFirstImage {
	width: 370px;
	height: 210px;
}
#homeFirstintro {
	width: 350px;
	height: 72px;
	background-color: #0667AC;
	padding: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
}
#homeFirstintro a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: underline;
}
#homeFirstintro a:hover {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #CCC;
	text-decoration: none;
}
.newsHeadlinesFrame {
	margin-left: 370px;
	width: 129px;
	height: 302px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	background-color: #0667AC;
}
.newsHeadlinesFrame .headline {
	padding: 5px;
	border-top: #CCC 1px solid;
}
.newsHeadlinesFrame H3 {
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	font-weight: lighter;
}
.newsHeadlinesFrame A {
	display: block; 
	height: 40px; 
	color: #FFF; 
	text-decoration: none;
}
.newsHeadlinesFrame A:hover {
	color: #333;
	text-decoration: none;
}
