/* content-pane */
/* content */
div#content div.news {
	position: relative; 
	width: 380px; 
	float: left;
}
div#content div.news div img{
	padding-bottom:3px;
}

div#content div.news div.header {
	position: relative; 
	font-weight: bold;
}

div#content div.news table.news {
	position: relative;
	font-size:12px;
	padding-left:20px;
}

div#content div.news table.news td {
	position: relative;
	line-height: 1.3em;
	padding: 3px 0px;
}

div#content div.news table.news td.date {
	white-space: nowrap; 
	color: #4C5600;
}

div#content div.news table.news td.headline {
	padding-left: 17px;
	padding-right: 17px;
}
/* end content */
/* end content-pane */

/******************************************************************************************************
/*HOMEPAGE RE-DESIGN*/
#hp-news #news {
	position: relative; 
	float: left;
	width:740px;
}
#hp-news #news div img{
	padding-bottom:3px;
}

#hp-news #news div.header {
	position: relative; 
	font-weight: bold;
}

#hp-news #news table.news {
	position: relative;
	font-size:12px;

	width:740px;
	
}

#hp-news #news table.news td {
	position: relative;
	line-height: 1.3em;
	padding: 3px 0px;
}

#hp-news #news table.news td.date {
	white-space: nowrap; 
	color: #4C5600;
	padding-left:20px;
	width:75px;
}

#hp-news #news table.news td.headline {
	padding-left: 17px;
	padding-right: 17px;
}

