@charset "utf-8";
/* CSS Document */

/* First, specify what to do first, before all ales. */

img {
	display:none;
}

/* This style sheet changes the web page to try to make is more sutiable to print */

#divID-pageHeaderImages { display:none;}

#divID-pageHeaderNavigation {display:none; }

#divID-pageHeaderNavigationBottomCorners {display:none; }

/* For Firefox, the padding-bottom and margin-top paramaters improve the on-screen appearance, but the print version does not need them. */
.div-PageMidsection {

	padding-bottom:0px; 

	margin-top:0px;
}




#divID-leftSidebar {display:none; }

#divID-localContentArea {

	margin-top:0px;
	margin-left:0px; 
	
}

#divID-pageFooter {display:none; }

#divID-pageLastSaved {display:none; }

#divID-pageFooterCornersBottom {display:none; }

.p-topic {margin-left:0px;}

/* Finally, specify styles to apply last, after all others. */

/* Use the universal selector to change all color values to black */
* { color:#000000 !important;}

/* For browsers which comply with newer CSS standards, print out the href terget. I've commented it out for now because it creates a mess in Firefox.*/

/* a:after { content: "  (   " attr(href)"   )   ";} */


