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: #e9ceb7;
	background: #b56116;
	border-left: 5px solid #c78f5c;
	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_international.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: #AF5E16;
	display: block;
	width: auto;
	text-decoration: none;
	background: #e6d7ba;
	padding: 4px 10px;
}
#leftColumn #navi a:hover,#leftColumn #navi a:focus {
	color: #FFFFFF;
	background: #B96317;
}
#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: #B56116;
	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: #dfc286 url("../img/bg_orange.gif") repeat-y;
}
#middleColumn .highlightBox {
	width: 199px;
	float: right;
	border: 1px solid #daba77;
	background: #ebd29f;
	color: #000000;
	margin-bottom: 4px;
	margin-left: 16px;
}
#middleColumn .highlightBox strong {
	font-weight: bold;
	color: #a65812;
}
#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;
}