ul.newsList {
	list-style-type: none;
	padding: 0;
	margin:0;
	line-height:13px;
}
ul.newsList li {
	padding: 10px 0;
	background-repeat: repeat-x;
	background-position:bottom right;
	background-image: url("/images/interface/backgroundDottedVerticalLine.gif");
	display: block;
	clear:both;
	width: 570px;
	/*overflow:hidden;*/
}
ul.newsList li h3 a {
	color: #cc0066;
	text-decoration:none;
	font-size: 15px;
}
ul.newsList li h3 a:hover {
	text-decoration:underline;
}
p.date {
	color: #999999;
	padding:0;
}
ul.newsList li p.link, ul.newsList li p.link a {
	padding:0;
}
ul.newsList li p{
	width:570px;
}
.newsSubtitle {
	text-transform: none;
	color: #cc0066;
	padding-bottom: 20px;
	display:block;
	font-weight:bold;
	font-size:14px;
}
h1.newsTitle {
	padding-top:20px;
	padding-bottom:0;
}

.shareThis {
	padding: 10px 0;
	background-repeat: repeat-x;
	background-position:top right;
	background-image: url("/images/interface/backgroundDottedVerticalLine.gif");
	display: block;
	clear:both;
}
.newsStory img {
	float:right;
	margin: 0px 0 20px 20px;
	border:1px solid #999999;
}
