/* basic formatting styles */
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	line-height: 18px;
}
#header h1 a {
    text-decoration: none;
}
a, a:visited {
    color: #6e9700;
	text-decoration: underline;
}
h1 {
    font-size: 24px;
	line-height: 28px;
}
h2 {
    font-size: 14px;
}
h3 {
	color: #b57c00;
	font-size: 12px;
	margin: 12px 0px -12px 0px;
}
#body_content_right h3 {
	margin: auto;
}
#menu_container {
	background: #A5B60B;
}
#menu {
	background: #c4d340;
}
#menu li {
	list-style: none;
}
#menu li.selected, #menu li.selected a, #menu li a:hover, #menu li ul, #menu li:hover { 
	background: #a5b60b;
}
#menu li a {
	padding: 11px 8px 11px 9px;
	-webkit-padding-start: 8px;
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: white;
}
#menu li.last a {
	-webkit-padding-start: 9px; /* grr */
}
#menu li.selected a, #menu a.on, #menu a:hover {
}
#menu li ul li a {
	color: #edf797;
	font-size: 11px;
	font-weight: normal;
}
#menu li ul li.selected a, #menu li ul li a.on, #menu li ul li a:hover {
	color: white;
}

#footer {
    font-size: 10px;
	background: #c4d340;
	padding: 0px 23px;
	width: 884px;
	margin-left: 10px;
	line-height: 40px;
}
#footer * {
	color: #2f2f2f;
}

#tagline {
	padding: 17px 23px;
	background: #2f2f2f;
	color: white;
}
#tagline {
	font-size: 17px;
	position: relative;
}
#tagline h1 {
	margin-top: 0px;
	font-weight: normal;
	width: 770px;
}
#tagline em {
	font-style: normal;
	color: #e5d399;
}
#tagline a.link_band {
	position: absolute;
	top: 50%;
	margin-top: -11px;
	right: 0px;
	height: 22px;
	line-height: 22px;
}
#tagline a#justgive_link {
    position: absolute;
    right: 6px;
    top: 6px;
    bottom: auto;
}
#body {
	background: #565656;
}
#body_content_left {
	background: #f4f2ed;
	padding: 10px 20px 20px 20px;
}
#body_content_left_footer {
	background: #2f2f2f;
	height: 40px;
	margin-top: 30px;
}
#body_content_right {
	background: #565656;
	color: white;
	padding: 56px 0px 30px 10px;
}

.main_content h1 {
	background: #2f2f2f;
	color: white;
	font-size: 15px;
	line-height: 21px;
	padding: 0px 10px;
	margin-bottom: 0px;
	display: inline-block;
	font-weight: normal;
}
.main_content h2 {
	padding: 4px 11px;
	display: inline-block;
	font-weight: normal;
}

a.link_band {
	min-width: 33px;
	height: 21px;
	line-height: 21px;
	padding: 0px 4px 0px 10px;
	text-align: right;
	background: #9a9e82;
	display: inline-block;
	float: right;
	color: white;
	text-decoration: none;
	font-size: 12px;
}
.no_side_image {
	padding-top: 40px !important;
}
#body_content_right #side_image {
	margin-bottom:10px;
}
#body_content_right_text {
	background: #f4f2ed;
	color: black;
	padding: 10px 10px;
}
.errorExplanation h2 {
	margin: 0px;
	padding: 0px;
}
p.summary {
	font-size: 120%;
}