

#leftcolumn ul {
	
	width: 323px;
	list-style: none;
	margin-bottom: 15px;
}

#leftcolumn ul li {
	
	display: block;
	text-align: right;
	
}

#leftcolumn ul li a {
	
	height: 27px;
	color: #b38807;
	padding-right: 15px;
	padding-top: 14px;
	font-size: 12px;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #e5e5e5;
	
}

#leftcolumn ul li a:hover {
	
	background-image: url(images/OrangeNavBG.gif);
	background-color: #b38807;
	color: #ffffff;
	text-decoration: underline;
}

#contentarea h1 {
		color: #b38807;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 15px;
	
}

#contentarea a {
		color: #b38807;

	
}