@charset "utf-8";
/* CSS Document */

/** LEFT NAV **/
#left {
	z-index:1;
	min-height: 500px;
	clear:left;
	float:left;
	width:210px;
	margin-bottom:10px
}

.listHeader {
	background:url("/images/ListHeaderBlue.gif") no-repeat;
	width:194px;
	height:26px;
	padding:7px 0 0 6px;
	color:#ffffff;
	font-weight:bold;
	font-size:115%;
	margin:5px 0 0 0;
}
* html .listHeader {
	width:200px;
	height:33px;
}
#navLeft ul {
	margin:0px;
	padding:0px;
}
#navLeft li {
	background:url("/images/ListItemBlue.gif") repeat-x;
	width:190px;
	min-height:22px;
	padding:5px 0 0 10px;
	list-style: none;
	font-weight:bold;
}
* html #navLeft li {
	height:27px;
	width:200px;
}
#navLeft a {
	background:url("/images/listItem.gif") no-repeat;
	margin:0;
	display:block;
	min-height:15px;
	padding:0 0 0 20px;
	text-decoration: none;
	color:#004375;
}
#navLeft a:hover {
	background:url("/images/listItemHover.gif") no-repeat;
	margin:0;
	padding:0 0 0 20px;
	display:block;
	min-height:15px;
	text-decoration: none;
	color:#000;
}

