/* STORY.CSS

This CSS defines how a story will look when it gets printed.
*/
#pgaStoryPrintBanner {
	display			: block !important;
}

#pgaMainBorderDiv { 
	border-right		: 0px solid #FFFFFF !important; 
	border-bottom		: 0px solid #FFFFFF !important; 
	border-left			: 0px solid #FFFFFF !important; 
}


#pgaHeader, #pgaNavigation, #navigation, #pgaSearchBar, #pgaMNavSub, #pgaContent #pgaLeftPanel, 
#pgaContent #pgaRightPanel,#pgaContent .pgaStoryQuickLinks, #pgaBodyTopImg , #headerWrapper {
	display			: none !important;
}

#pgaCenterPanel #ctrContent, #pgaFooter { 
	width			: 565px; 
}

.ctrColLeftCell, .ctrColRightCell { 
	text-align		: center; 
	width			: 47%;
}







