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


/* ----- top navigation and flash wrapper ----- */

#flashHolderSub {
	width:555px;
	float:left;
	display:inline;
}

#leftNavHolder {
	width:214px;
	margin:0 20px 0 0;
	float:left;
	display:inline;
}

/* ----- left navigation area ----- */

#leftNav {
width:210px;
border:2px solid #616161;
background-color:#eff0f0;
}

#leftNav h1 {
color:#333;
background-color:#e1e2e3;
padding: 5px;
font-weight:normal;
}

#leftNav li {
color:#616161;
padding:0 5px;
margin:5px;
border-bottom:1px dashed #999;
line-height:20px;
list-style:none;
}

/* ----- text links in body text ----- */

#leftNav a {
	color: #616161;
	text-decoration:none;
}

#leftNav a:hover {
	color: #01BCE3;
	text-decoration:underline;
}

#leftNav a:visited {
	color: #616161;
	text-decoration:none;
}

#leftNav a:active {
	color: #616161;
	text-decoration:none;
}
