/* CSS Document */

#mainnav {
	width: 160px;
	float: left;
	width: 157px;
	/*border: 1px solid blue;*/
}

navleftcontainer {
	width: 157px;
	background-color: #c3d5ed;
	float: left;
	margin-bottom: 10px;
	width: 157px;
	clear: both;
	/*border: 1px solid blue;*/
}

.navleftsubheader {
	font: 10px/14px Arial,Verdana,Geneva;
	color: #a81414;
	font-weight: bolder;
	margin-left: 9px;
	padding-bottom: 5px;
	background-color: #c3d5ed;
	width: 148px;
}

.navleftcontent {
	width: 157px;
	background-color: #c3d5ed;
	
	margin-left: 9px;
	
	width: 148px;
	border-top: 1px solid #b0b0b0;
	/*border: 1px solid blue;*/
}

.navleftcontent  a:link, .navleftcontent a:active {
	font: 10px/14px Arial,Verdana,Geneva;
	line-height: 18px;
	color: #666;
	text-decoration: none;
	padding-left:10px;
}
.navleftcontent  a:visited {
	font: 10px/14px Arial,Verdana,Geneva;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
	padding-left:10px;
}

.navleftcontent  a:hover {
	font: 10px/14px Arial,Verdana,Geneva;
	line-height: 18px;
	color: #a81414;
	text-decoration: none;
	padding-left:10px;
	text-decoration: underline;
	
}