body {
	background: white;
	font-size: 10pt;
}

h2,
hr {
	display: none;
}
#content h2,
#content hr {
	display: block;
}

#header {
	height: 14pt;
	margin-bottom: 10pt;
	border-bottom: 1px solid silver;
}

#header h1 {
	float: left;
	padding-top: 30pt;
	font-size: 13pt;
}
#header h1 a {
	text-decoration: none;
	color: black;
}

#header #logo	{
	float: right;
	margin: 0 0 1em 1em;
}

#wrapper #content a {
	color: black;
	text-decoration: underline;
}

.wrapper {
	margin-bottom: 1em;
}

.skip,
.noPrint,
#secondaryContent,
#mainBanner,
#search,
#breadcrumbs,
#mainMenu,
#subMenu,
#topMenu,
#daughterSites,
#themeMenu,
#footer,
#rssfeeds {
	display: none;
}


/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */
.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;	width: 0;
	position: absolute;	overflow: hidden;
}
span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}

