#PrintMe{
	display: block;
}
#ScreenMe{
	display: none;
}
#sfWebDebug, #LoginForm, #indicator{
	display: none !important;
}g

/********************************************************/
/**                                                    **/
/**    only print the main regions here, no header,    **/
/**    no footer, no left or right sidebars            **/
/**                                                    **/
/********************************************************/

body, #wrapper, #headerZone{color: #000000 !important; background-color: #FFFFFF !important; background-image: none !important;}
/* header Zone                 */
#headerZone{display: none !important;}
/* main Zone                   */
#mainZone{float: none;}
	/* Left Navigation             */
	#LeftNav{display: none !important;}
	/* Main Content                */
	#MainContent{float: none; position: absolute; top: 0px; left: 0px; width: 98%;}
		/* Title                       */
		#Alerts{display: none !important;}
		#MainContentTitle{display: block; width: 90%;}
		#MainContentNavigation{display: none;}
		/* Main                        */
		#MainContentMain{display: block; width: 100%;}
			#MainContentMain a{text-decoration: underline;}
			#MainContentMain #left-tabs{display: none;}
			#MainContentMain #test-content {display: none;}
/* Right Navigation            */
	#RightNav{display: none !important;}
/* footer Zone                 */
#footerZone{display: none !important;}