#newsTemplate {
	float: left;
}

#newsTemplate .background {
	background-color: #FFF;
	margin-top: 0px;
	padding-top: 10px;
	padding-left: 10px;
}
#newsTemplate .title {
	font-size: 130%;
	font-weight: bold;
	color: #FFF;
	background-color: #6F66A6;
	padding-left: 5px;
	padding-right: 15px;
}
#newsTemplate .headline {
	font-weight: bold;
	font-size: 120%;
	padding-left: 10px;
	color: #6F66A6;
}

.highlightRght {
	float: right;
	width: 180px;
	font-size: 120%;
	font-weight: bold;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 5px;
}
#newsTemplate p {
	padding-bottom: 10px;
	font-size: 90%;
}

.cite {
	font-size: 60%;
}
#newsTemplate .subHead {
	font-size: 90%;
	font-weight: bold;
	padding-left: 10px;
	color: #000;
	padding-top: 10px;
}
#newsTemplate .date {
	font-size: 90%;
	color: #666;
	padding-right: 20px;
}
#newsTemplate .article {
	padding-bottom: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-top: 10px;
}
#newsTemplate .link {
	font-size: 80%;
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
}
#newsTemplate .articleBrief {
	padding-bottom: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-top: 10px;
	font-size: 90%;
}
