/* -----------------------------

Title : print.css
Author : Erickson Barnett

----------------------------- */

/* uncomment the rule below and add any id which you do not want to print 
 #mainnav, #sidebar, #message, #mininav, .more, #flash  {
	display: none;
} */

img a, img, a {
    border: none;
}

.slide div {
	display: block;
}

/* 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;
}

#main-content h1 {
	display: none;
}

.sIFR-alternate {
	width: 100% !important;
	height: 100% !important;
	margin: 4px 0 !important;
	line-height: 1.2em !important;
	position: relative !important;
}

#main-content h3 {
	margin: 4px 0;
}

div.sections {
	display: block !important;
}

ul li {
	list-style: disc
}