	.content .news {
		font-size: 12px;
		text-align: left;
		padding: 10px 10px 0 10px;
	}
	
	.content .news .newsheadline {
		font-weight: bold;
		text-align: left;
		text-decoration: none;
		background-color: #930D0D;
		color: #E0E0E0;
		padding: 2px;
		font-size: 16px;
		font-style: italic;
		display: block;
		overflow: hidden;
		clear: none;
	}
	
	.content .news .newsheadline a {
		font-weight: bold;
		text-align: left;
		text-decoration: none;
		background-color: #930D0D;
		color: #E0E0E0;
		padding: 2px;
		font-size: 16px;
		font-style: italic;
	}
	
	.content .news .newsheadline a:hover {
		font-weight: bold;
		text-align: left;
		text-decoration: none;
		background-color: #930D0D;
		color: #E0E0E0;
		padding: 2px;
		font-size: 16px;
		font-style: italic;
	}
	
	.content .news .readmore {
		background-color: #DCDCDC;
		padding: 2px;
		clear: left;
		margin-bottom: 1px;
		text-align: right;
	}
	
	.content .news .newsblurb,
	.content .news .newsblurb p {
		display: block;
		overflow: hidden;
		padding: 2px 0;
		line-height: 120%;
		
	}
	/*
	.content .news .newsblurb p {
		margin-left: 205px;
	}
	*/
	.content .news .headlineimg {
		float: left;
		padding-left: 0;
		margin-left: 0;
		margin-right: 5px;
		margin-bottom: 2px;
	}
	
	.content .news p {
		text-align: justify;
		line-height: 150%;
	}
	
	.content .news img {
		margin: 10px;
	}
	
	.content .newsblurb .caption,
	.content .news .caption {
		text-align: center;
		font-style: italic;
	}
	
	.content .news .heading {
		font-weight: bold;
		padding-top: 20px;
		text-decoration: underline;
	}
	
	.content .news table {
		border: 0;
	}
	
	.content .news td {
		border: 0;
	}

	.content .news li {
		padding: 3px 0;
	}
