h1 {}
#leftColumn h1 {
	font-size: 140%;
	font-weight: bold;
	color: #896C59;
}
h2 {}
h3 {}
#middleColumn
{
	width: 267px;
	background: #dfc286 url(../img/bg_orange.gif) repeat-y;
}
#rightColumn
{
	width: 267px;
	background: #bec882 url(../img/bg_green.gif) repeat-y;
}
#rightColumn .contentPad {
	padding: 17px;
}

#middleColumn .ulArrow a,#middleColumn .ulArrow a:visited {
	color: #c96d1b;
	text-decoration: none;
	border-bottom: 1px dotted #a25b1b;
}
#rightColumn .ulArrow a,#rightColumn .ulArrow a:visited {
	color: #9a830e;
	text-decoration: none;
	border-bottom: 1px dotted #716008;
}
#leftColumn .ulArrow a:hover,#leftColumn .ulArrow a:focus,#middleColumn .ulArrow a:hover,#middleColumn .ulArrow a:focus,#rightColumn .ulArrow a:hover,#rightColumn .ulArrow a:focus {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
}