/*******************************
News
********************************/
#newsheadlines_main
{
	/*border: 1px solid red;*/	
	float: left;	
	width: 860px;
	padding: 0 0 20px 35px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	font-size: 90%;
}

#newsheadlines_main h2
{
	margin: 0 0 10px 0;
}

#newsheadlines_main p
{
	color: #666666;
	line-height: 1.5em;
	font-size: 90%;
	font-family:Arial, Helvetica, sans-serif;
}
.story{
font-size:90%;
line-height:1.5em;}
/*******************************
Article headers
********************************/
#newsheadlines_main .story h3 a
{
	font-size: 80%;
	color: rgb(178,52,63);
	text-decoration: underline;
	font-weight: normal;
}

#newsheadlines_main p
{
	margin: 0 0 20px 0;
}

#newsheadlines_main .date
{
	font-style: italic;
	margin: 0;
	margin-bottom:20px;
}

/*******************************
News story
********************************/
#newsstory_main
{
	margin: 0 0 0 35px;
}

#newsstory_main h2
{
	text-transform: none;
}

#newsstory_main .date
{
	font-style: italic;
	margin: 0 0 20px 0;
}

#newsstory_text img
{
	float:right;
	margin:5px;
	border:1px solid #CCCCCC;
}