/* PrintMediaType
	Print media overrides.
	Since IE6 default margins are 0.75 (instead of 0.25), then lets assume
	that 670px is about the maximum printable width for everyone. 
 */
BODY { background-color:white; }
#SiteOutSide { width:670px; overflow:hidden; vertical-align:top; }

#SiteLogo { overflow:hidden; }
#SiteHeadAds { overflow:hidden; visibility:hidden; display:none; width:0px; height:0px; }
#SiteTabs { overflow:hidden; visibility:hidden; display:none; width:0px; height:0px; }
#SiteMyFav { overflow:hidden; visibility:hidden; display:none; width:0px; height:0px; }
#SiteBreadCrumbs { overflow:hidden; width:512px; display:block; background-color:white; border:dotted thin black; }

#SiteSideBarLeft { overflow:hidden; visibility:hidden; display:none; width:0px; height:0px; }
#SiteMyArea { overflow:hidden; visibility:hidden; display:none; width:0px; height:0px; }

#SiteContentWell { overflow:hidden; width:476px; display:block; }
#SiteSectionHeader { overflow:hidden; width:476px; display:block; }

#SiteSideBarRight { overflow:hidden; visibility:hidden; display:none; width:0px; height:0px; }
#SiteSectionRightArea { overflow:hidden; visibility:hidden; display:none; width:0px; height:0px; }

#SiteFooterArea { overflow:hidden; visibility:hidden; display:none; width:0px; height:0px; }
#SiteDecorativeBottom { overflow:hidden; visibility:hidden; display:none; width:0px; height:0px; }
