.news_item_listing {
	clear: both;
	margin: 10px 0px 30px 0px;
}
.news_item_listing a,.news_item_listing a:link, .news_item_listing a:visited {
	text-decoration:none;
	color:#006ea1;
}
.news_item_listing a:hover, .news_item_listing a:active {
	text-decoration:underline;
}
a.news_item_read_more,a.news_item_read_more:link,a.news_item_read_more:visited {
	text-decoration:none;
	color:#006ea1;
}
a.news_item_read_more:hover,a.news_item_read_more:active {
	text-decoration:underline;
}
a.news_list_return,a.news_list_return:link,a.news_list_return:visited {
	text-decoration:none;
	color:#006ea1;
}
a.news_list_return:hover,a.news_list_return:active {
	text-decoration:underline;
}
.news_item_listing h2, .news_item_title {
	font-size:1.3em;
}
.news_item_listing p {
	margin-top:0;
	text-align:justify;
}
.news_item_listing_separator {
	clear: both;
	margin:0;
	width:100%;
	height:20px;
	background:url(/images/news/spacer_swirl.gif) no-repeat;
	background-position:top center;
}
.news_item_image {
	display:block;
	float:right;
	width:90px;
	height:90px;
	margin:0 10px 5px 0px;
	background-repeat:no-repeat;
	background-color:#ffffff;
	background-position:center center;
	border:5px solid #e6e6e6;
}

div.news_item_date {
	display:block;
	float:left;
	width:46px;
	margin:0 10px 5px 5px;
	padding:0;
	color:black;
	text-align:center;
	text-transform:uppercase;
	background:#ffffff;
	border:1px solid #bebebe;
}

.news_item_date span.news_item_weekday,
.news_item_date span.news_item_month,
.news_item_date span.news_item_day,
.news_item_date span.news_item_year {
	display: block;
}

.news_item_date span.news_item_month {
	padding: 3px 3px 3px 3px;
	font-size: 10px;
	line-height: 10px;
	color: white;
	font-weight: bold;
	background-color:#cc3333;
}

.news_item_date span.news_item_day {
	font-family:"American Typewriter",Georgia,Times,serif;
	font-size:20px;
	font-weight:normal;
	padding:3px 3px 0px 3px;
}

.news_item_date span.news_item_year {
	font-size:10px;
	line-height:10px;
	padding:2px 5px 3px 5px;
}

.news_item_date_text {
	font-size:0.9em;
	color:#999999;
	padding:0 0 2px 0;
	text-transform:capitalize;
}

/* to hide the calendar style date */
div.news_item_date {
	/* display:none; */
}
div#body div.news_item h2, h2#news_item_title {
	font-size:1.3em;
}