.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;
	font-size:24px;
	margin:0;
	width: 400px;
}

.newsStoryImg {
	position: relative;
	width:430px;
	height:302px;
	padding: 0px 0px 15px 0px;
	margin: 0px;
	clear: both;
}

/* Transparent box in image */

.newsStoryImg .stepIn {
	/*position: absolute;
	top: 280px;
	right: -6px;*/
	width: 430px;
	height: 62px;
	margin-top: 5px;
}

.newsStoryImg .stepIn .leftPadding {
	background-color: #000000;
  filter:alpha(opacity=80);
  opacity:0.8;
  -moz-opacity:0.8;
	width: 10px;
	height: 62px;
	float: right;
	margin-right: 0px;
	padding-bottom: 3px;
}

.newsStoryImg .stepIn  p.transbox{
	font-family: Arial, "Simplified Arabic", Georgia, Times, serif;
	margin-right: 0px;
	padding-right: 0px;
	line-height: 1.37em;
	display: block;
	font-size: 12px;
	padding: 6px 10px;
}

@media all and (min-width:0px) {
	body:not(:root:root) .newsStoryImg p.transbox { padding: 2px 0px 5px 4px; }
}

.newsStoryImg img {
	text-align:center;
	border: solid #d1d0cc 1px;
	background-color: #ffffff;
	padding: 5px;
}

.newsStoryContent p {
	font-size:16px;
	font-weight:bold;
	font-family:"Simplified Arabic", Arial, Arial, sans-serif;
}

.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;
}
	


