div#leftNavBlock
{
	float: left;
}
div#leftColumn a
{
	line-height: 22px;
	background: url(/Images/listIcon.png) no-repeat left;
	float: left;
	text-align: left;
	clear: left;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 15px;
	white-space: nowrap;
	font: bold 1.0em/22px Arial;
	color: #333;
	text-decoration: none;

	display: block;
}
div#leftColumn a:hover
{
	color: #e01b4b;
}
div#leftColumn div#newsBlock
{
	float: left;
	clear: left;
	width: 175px;
}
div#leftColumn div#newsBlock p
{
	color: #ee2024;
	margin: 12px 20px 12px 12px;
	font: normal 0.85em Arial;
}
div#leftColumn div#newsBlock p a
{
	display: inline; 
	float: none; 
	font: normal 1.0em/normal Arial;
	margin: 0px;
	padding: 0px;
	white-space: normal;
	color: #ee2024;
}
div#leftColumn div#newsBlock p a:hover
{
	color: #3878bd;
}
.rss{
	background-image: url(/Images/rssbutton.gif);
	background-position: left top;
}
