@charset "utf-8";
#leftnav {
	height: 443px;
	width: 288px;
	background-image: url(/images/nav_left.jpg);
	background-repeat: no-repeat;
	margin-left: 15px;
	float:left;
}
#leftnav a {
	font-family: Helvetica;
	font-size: 14px;
	text-decoration: none;
	color: #003366;
	font-weight: bold;
}
#leftnav a:hover {
	font-family: Helvetica;
	font-size: 14px;
	text-decoration: none;
	color: #1B949D;
	font-weight: bold;
}
#leftnav table {
	width:220px;
	margin-left:25px;
}
