td {font-family: lucida grande; size: 11px; border-width: thin;}



/*    The Following Styles Build the Roll-Over Effect for the left hand menu */


#leftcolumn{ float:left; width:250px; padding: 2px; padding-left: 2px; padding-right: 2px; height:400;}
#leftcolumn a
{
	background-color: #003399;
	display: block;
	width: 100%;
	text-decoration: none;
	font-weight: bold;
	font-family: lucida grande;
	font-size: 11pt;
	border: solid;
	border-width: 1px;
	border-color: #ffffff;
	padding: 2px;
	color: #ffcd32;
} 
#leftcolumn a:hover
{
	background-color: #0033FF;
	font-weight: bold;
	color: FFCD32;
}