.newsStoryContent {
	width: 440px;
	float: left;
	padding: 3px 5px 15px 5px;
	margin: 0 auto;
}

.newsStoryContent h2{
	color:#000;
	background-image:none;
	padding: 5px 0px 6px 0px;
	margin:0;
	font-size:24px;
}

.newsStoryImg {
	
	width:430px;
	height:302px;
	padding: 0 0 15px;
	clear:both;
}

/* Transparent box in image */

.newsStoryImg .stepIn {
	/*position: absolute;
	margin-top: -45px;*/
	padding: 6px;
	width: 430px;
	margin-top: 5px;
	text-align: left;
	/* height:62px; */
}

.newsStoryImg .stepIn .leftPadding {
	background-color: #000000;
		/* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.8;
  /* for Mozilla */
  -moz-opacity:0.8;
	width: 10px;
	height: 62px;
	float: left;
}

.newsStoryImg p.transbox{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	display: block;
	font-size:12px;
	font-weight:bold;
	padding: 8px 10px;
}

@media all and (min-width:0px) {
	body:not(:root:root) .newsStoryImg p.transbox { padding: 2px 4px 5px 0px; }
}

.newsStoryImg img{
	text-align:center;
	border: solid #d1d0cc 1px;
	background-color: #ffffff;
	padding: 5px;
}

.newsStoryContent p{
	font-size:13px;
	font-family:Georgia;
	 
	
}

.newsStoryContent p.highlight{
	font-size:13px;
	font-weight:bold;
	padding-top: 10px;
}

.spacer {
	border-bottom: dotted #666666 1px;
	margin: 0px 15px 0px 15px;
	font-size: 0px;
}
	


