@charset "UTF-8";
/* CSS Document */

a:link, a:focus, a:visited {
	color: #ce9842;
	text-decoration: none;
}

a:hover {
	color: #ce9842;
	text-decoration: underline;
}
#inner-wrapper a:hover {
	color: #04723f;
	text-decoration: underline;
}


li {
	color: #666;
}


#body-content-header {
	background-image:url(../images/bg-body-content-header.jpg);
	background-position: center;
}

#body-content-body {
	background-image:url(../images/bg-body-content-body.jpg);
	background-repeat: repeat-y;
}

#body-content-footer {
	background-image:url(../images/bg-body-content-footer.jpg);
	background-position: -1px 0px;
}
.accessibility-notice {
	display: none;
}
