/*****************************************************************************************
 *			Standard print styles
 ****************************************************************************************/
 
/* remove all background colors and images, set all text to black */
* {
 background-image: none !important;
 background-color: transparent !important;
 color: black !important;
}



/*****************************************************************************************
 *			Main document sections layout
 ****************************************************************************************/
/* remove all margins and padding from body */
body {
 width: 100%;
 margin: 0;
 padding: 0;
 text-align: left;
}

/* remove all margins, padding and borders from #page */
body #page {
 width: 100%;
 margin: 0;
 padding: 0;
 border: none;
 text-align: left;
 min-width: none;
 max-width: none;
}

/* center the header on the page */
#page #header {
 margin-left: auto;
 margin-right: auto;
}

body.homeSection #header #sectionHeader h1 {
	display: none !important;
}

/* make the content full width with no padding or borders */
#page #content {
 border: 0;
 width: 100%;
 margin: 0;
 padding: 0;
}

/* hide the primary nav */
#page #primaryNavigation {
	display: none;
}

/* hide the secondary nav */
#page #secondaryNavigation {
	display: none;
}



/*****************************************************************************************
 *			Header layout / styles
 ****************************************************************************************/

#header #searchBox {
	display: none;
}



/*****************************************************************************************
 *			Footer layout / styles
 ****************************************************************************************/



/*****************************************************************************************
 *		 	Content styles for standard (X)HTML elements
 ****************************************************************************************/



/*****************************************************************************************
 *			Miscellaneous generic styles
 ****************************************************************************************/
 
 /************************
 * sIFR
 ************************/
/* 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;
}