#leftcol {
	height: 1059px;
	width: 160px;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	top: 0px;
	position: absolute;
	z-index: 30;
	background-image: url(../images/leftcol/navbg.jpg);
	background-repeat: repeat-y;
	background-color: #EAEAFF;
	left: 0px;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#leftcol h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #990000;
	font-size: 12px;
	height: 18px;
	width: 160px;
	text-indent: 8px;
	margin: 0px;
	vertical-align: middle;
}
.leftnavbox {
	color: #000000;
	width: 160px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 10px;
}
.leftnavbox  a {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	display: block;
	list-style-position: inside;
	list-style-type: square;
}
.leftnavbox  a:link {
	color: #333333;
	text-decoration: none;
}
.leftnavbox  a:visited {
	color: #333333;
	text-decoration: none;
}
.leftnavbox  a:hover {
	color: #000000;
	background-color: #FF9900;
	text-decoration: underline;
}
#leftcol img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

