#content .news-list-container {
	border-top: none;
}
.news-sortheader {
	display: block;
	clear: both;
	margin-bottom: 5px;
	border-bottom: solid 1px #AAA;
	overflow: hidden;
	color: #FFF;
	background-color: #105CB6;
	font-weight: bold;
	padding: 3px 5px;
	
}
.news-sortheader-date, .news-list-date {
	float: left;
	width: 100px;
}
.news-sortheader-date {
	width: 95px;
}
.news-sortheader-title, .news-list-title {
	float: left;
	width: 350px;
}
.news-sortheader-author, .news-list-author {
	float: right;
	width: 200px;
}
.news-sortheader-author {
	width: 195px;
}

.news-links {
	clear: both;
	display: block;
	float: left;
	margin-left: 100px;
}

.news-list-author {
	display: block;
	color: #666;
}
.press-subheader {
	clear: left;
	display: block;
	margin-left: 100px;
	float: left;
}
.news-list-date {
	display: block;
	line-height: 1.6em;
}
.news-list-title {
	display: block;
}
.news-list-title h4 {
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 0px;
}
.news-list-title h4 a {
	text-decoration: none;
}
.news-list-title a {
	display: block;
}

.news-list-category {
	color: #888888;
	margin-bottom: 0.5em;
}
.news-list-item {
	border: none;
	border-bottom: 1px dotted #777777;
	padding-bottom: 3px;
	margin-bottom: 2px;
	clear: both;
}

.news-list-item p {
	padding: 0px;
	margin: 0px;
}
