#leftColumn, .leftBox { 
	padding: 10px;
	margin: 120px 0 0 40px;
	width: 125px;
	font-size: 11px;
	
	border: 1px solid #CCCCCC;
	text-align: left;
	float: left;
	line-height: 1em;
	clear: left;
	
}

* html #leftColumn, *html .leftBox {  /* This is the Tan hack */
	width: 179px;
	w\idth: 150px; }
	
#leftColumn h2, h2 .leftBox {
	padding: .5em 0;
	margin: 0;
	font-size: 12px;
	font-size: 1.5em;
	font-weight: normal;
	color: #666666;
}
#leftColumn ul, .leftBox ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#leftColumn ul li, .leftBox ul li {
	margin: .2em 0 .5em;
	padding-left: 15px;
	background: transparent url(/images/arrow.gif) 3px 4px no-repeat;
}
#leftColumn a:link, #leftColumn a:visited, .leftBox a:link, .leftBox a:visited {
	/*color: #c18d43;
	color: #7cb33c;*/
	color: #07519a;
}
#leftColumn ul a:hover, .leftBox ul a:hover {
	text-decoration: none;
}

