h2 {
	margin: 20px 0;
}

#menuBar {
	background-color: #7B0217;
}

#menuBar a {
	background-image: url('../images/icons/arrow_red.png');
}

#menuBar a.active, #menuBar a:hover {
	background-color: #44020E;
}


#main {
	color: #702E05;
	padding: 0;
}

.bgcolor1 { background-color: #9E0923; }
.bgcolor2 { background-color: #DB576C; }
.bgcolor3 { background-color: #E7DEDF; }
.bgcolor4 { background-color: #D04C33; }
.bgcolor5 { background-color: #EC1818; }
.bgcolor6 { background-color: #702E05; }

.color1 { color: #9E0923; }
.color2 { color: #DB576C; }
.color3 { color: #E7DEDF; }
.color4 { color: #D04C33; }
.color5 { color: #EC1818; }
.color6 { color: #702E05; }

a.sectionMore {
	color: #702E05;
	font-size: 11px;
	background: url('../images/icons/arrow_brown.png') no-repeat 1px 1px;
	padding-left: 17px;
	line-height: 16px;
}

#leftColumn {
	float: left;
	width: 900px;
}

#middleColumn {
	width: 620px;
	padding: 0 0 0 20px;
	font-size: 11px;
	float: left;
}

#rightColumn {
	float: right;
}

.box {
	height: 220px;
}

.text {
	padding-right: 20px;
}

.text li {
	padding: 2px 0;
}
.text p {
	margin: 9px 0;
}

.verticalLinks a {
	color: #702E05;
}

.verticalLinks a:hover {
	text-decoration: underline;
}

a.year {
	display: block;
	font-size: 13px;
	font-weight: bold;
	margin: 15px 0 0 0;
	background: #eee;
	padding: 3px;
}



#sideMenu {
	background: url('../images/backgrounds/leftmenubg.png') repeat-x;
	width: 250px;
	padding: 10px 0 50px 10px;
	min-height: 550px;
	float: left;
}

#sideMenu a {
	background: url('../images/icons/arrow_red.png') no-repeat 1px 3px;
	padding-left: 17px;
	padding-bottom: 4px;
	line-height: 16px;
	font-size: 12px;
	color: #702E05;
	display: block;
}

#sideMenu a.active {
	font-weight: bold;
}

#sideMenu .submenu {
	margin-left: 20px;
}

#sideMenu .submenu a {
	padding-left: 10px;
	background: url('../images/icons/subarrow_red.png') no-repeat 1px 6px;
}

.bBlack { border: 1px solid #000; padding: 1px; color: #000; }

.authorities { width: 180px; float: left; margin-bottom: 40px; }
.authorities img, .empty { border-bottom: 3px solid #9e0923;  padding: 0 2px; width: 120px; height: 160px; }
.authorities p { font-size: 10px; }
/*
.borderC img { border: 1px solid #702e05; }
.authorities p { font-size: 10px; color: #9e0923; }
.borderC p { color: #702e05; }
*/
.authorities span { font-size: 12px; font-weight: bold; }

.indented { margin-left: 25px; }
ol.loweralpha { list-style: lower-alpha outside none; }

