
/****** !!!!!!!!!!!!!!!!!! TOO MANY ARTICLES BREAKS THE VERTICAL LIMIT 
/****** OF THE BACKGROUND COLUMNS */

h1.newsTitle
{
	
	margin-bottom  : 0px;
}


.newsList
{
	background : #fff;
	padding-right : 20px;
	padding-top : 20px;
	margin-right : -10px;	

}



.newsList h3
{
	/*float		: right;*/
	font-style : italic;
}

.newsBody
{
	clear		: right;
	padding-bottom: 30px;
}

/*targets the date tag*/
.newsList h3 + h3
{
	color 			: #FDB913;
	font-size		: 14px; 
	font-weight		: normal;
	font-style		: italic;	
	float			: right;
	margin-top		: -2em;
}


.newsList li
{
	border-bottom	: 1px solid #ccc;	
	margin-right	: 10px;	
	padding			: 0;
	margin-bottom	: 30px;
	list-style-type	: none;
	list-style-image: none;
}


.newsList li img
{
	border 			: 3px solid 	#ccc;
	margin-bottom	: 20PX;
}





