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

h1, h2, h3, h4, h5 {
	color: #000;
}

li {
	color: #000;
}

a:link, a:focus, a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color:#003300;
	text-decoration: underline;
}


#body-content-header {
	background-image: none;
}

#body-content-body {
	background-image: none;
}

#body-content-footer {
	background-image: none;
}

#body-content-body .bodycopy {
	color: #000;
	font-size: 110%;
	
}

#sidebar {
	color: #000;
	/*font-size: 16px;*/
}

#sidebar h2 {
	background: url(../images/bg-sidebar-h2.jpg) no-repeat center top;
	/*height: 32px;*/
	padding: 5px 0px 3px 5px;
	color: #000;
	/*border-top: 1px solid #4c6079;*/
}



.accessibility-notice {
	background-image: url(../images/bg-accessibility-notice.gif);
	background-repeat: no-repeat;
	width: 160px;
	height: 38px;
	position: absolute;
	top: -32px;
	left: -38px;
	color: #FFF;
	font-size: 11px;
	text-transform: lowercase;
	padding: 0px;
	text-align: center;
	}

.accessibility-notice p {
	padding: 0px;
	margin: 0px;
	margin-left: -20px;
	margin-top: -7px;

}


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

.latest-media-buttons a:hover {
	color: #ce9842;
	text-decoration: underline;
}
