A.leftNav
{
	color: rgb(0,0,0);
	text-decoration: none;
}

A.leftNav:visited
{
	color: rgb(0,0,0);
	text-decoration: none;
}

A.leftNav:hover
{
	text-decoration: none;
	color: rgb(255,0,0);
}

#leftNavColumn
{
	height: 500px;
	width: 140px;
	background: rgb(185,206,194);
	border-right: rgb(0,102,51) 1px solid;
}

DIV.leftNavLink
{
	font-weight: bold;
	width: 100%;
	height: 30px;
	margin-left: 3px;
	margin-right: 3px;
	line-height: 30px;
	padding-left: 2px;
	vertical-align: middle;
	border-bottom: black 1px solid;
}

SPAN.leftNavLink
{
	vertical-align: middle;
	padding-left: 3px;
}

IMG.leftNavLink
{
	margin-top: 7px;
	float: left;
	background: rgb(153,171,162);
}  