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

#header img {
	margin: 16px 0 0 25px;
	border: none;
}

#fixedlinks A {
	color: white;
}

#search form {
	padding: 10px 0 0 20px;
	margin: 0;
	text-align: left;
}

#content_heading h1 {
	margin: 0;
	padding: 20px 0 0 10px;
	font-size: 22px;
	line-height: 24px;
	font-weight: bold;
	color: white;
}

#content {
	line-height: 19px;
}
#content A {
	color: black;
}
#content h2 {
	font-size: 140%;
	line-height: 150%;
}

#content blockquote {
	margin: 10px;
	padding: 10px;
	background: #f6f6f6;
	border: 1px solid #ddd;
	font-style: italic;
}
#content .caption {
	text-align: right;
	padding-bottom: 0;
	margin-bottom: 0;
}


#quicklinks A {
	margin-bottom: 10px;
}

.newsitem {
	border-bottom: 1px solid #dcdcdc;
}
#news {
	line-height: 16px;
}
#news h2 {
	margin: 5px 0 0 0;
	padding: 5px 0 5px 0;
	font-size: 12px;
	text-transform: uppercase;
	color: #e62619;
	border-bottom: 1px solid #dcdcdc;
}
#news h3 {
	margin: 5px 0;
	padding: 0;
	font-size: 12px;
	color: black;
}
#news p {
	font-size: 11px;
	margin: 0 0 10px 0;
	padding: 0;
}
#news A {
	color: #e21e10;
}

#footer p {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 10px;
}
#footer A {
	color: black;
}
#footer_bottom {
	color: #333;
}
#footer_bottom A {
	color: #333;
}
#footer h2 {
	color: #666;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
}
