a, a:link, a:visited, a:active {
	color: #c96d1b;
	text-decoration: underline;
}
a:hover,a:focus {
	color: #000000;
	text-decoration: underline;
}
h1 {
	font-size: 140%;
	color: #F8F5F3;
	background: #896C59;
	border-left: 5px solid #B49A89;
	padding: 9px 17px 7px 12px;
	margin-bottom: 0px;
	text-transform: uppercase;
}
h2 {
	font-size: 120%;
	font-weight: bold;
	color: #763f0e;
}
#header {
	background: #FFFFFF url(../img/bg_header.jpg) no-repeat right top;
}
#leftColumn #navi li {
	border-bottom: 1px solid #d4c5a9;
}
#leftColumn #navi a,#leftColumn #navi a:visited {
	font-weight: bold;
	text-transform: uppercase;
	color: #896C59;
	display: block;
	width: auto;
	text-decoration: none;
	background: #e6d7ba;
	padding: 4px 10px;
}
#leftColumn #navi a:hover,#leftColumn #navi a:focus {
	color: #FFFFFF;
	background: #896C59;
}
#leftColumn #navi li.navHere a,#leftColumn #navi li.navHere a:visited,#leftColumn #navi li.navHere a:hover,#leftColumn #navi li.navHere a:focus {
	background: #F0DDB7;
	color: #896C59;
	text-decoration: none;
}
#leftColumn #navi li.thirdLvl,#leftColumn #navi li.thirdLvlHere {
	border-bottom: 1px solid #fcf9f2;
}
#leftColumn #navi li.thirdLvl a,#leftColumn #navi li.thirdLvl a:visited {
	font-weight: normal;
	text-transform: none;
	color: #444444;
	display: block;
	width: auto;
	text-decoration: none;
	background: #f6efe1;
	padding: 4px 10px;
}
#leftColumn #navi li.thirdLvl a:hover,#leftColumn #navi li.thirdLvl a:focus {
	color: #000000;
	background: #EEE6D0;
}
#middleColumn
{
	background: #DFD0B7 url(../img/bg_brown.gif) repeat-y;
}
#middleColumn .highlightBox {
	width: 199px;
	float: right;
	border: 1px solid #D5C09F;
	background: #F2ECE1;
	color: #000000;
	margin-bottom: 4px;
	margin-left: 16px;
}
#middleColumn .highlightBox strong {
	font-weight: bold;
	color: #775E4D;
}
#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;
}
