/* 
Print layout: */
@page {
  size: auto;   /* auto is the initial value */
  margin: 5%;
}

body , #wrapper {width:auto;}

h1, h2, h3,
   h4, h5, h6    { page-break-after: avoid; page-break-inside: avoid }
   blockquote,
   pre           { page-break-inside: avoid }
   ul, ol, dl    { page-break-before: avoid }
   
   
   
   #top-menu, #menu , #logolink, #footer, #homeimage , #logo , #homelander , #hometitles { display:none;}
   
   
  
    body.contentbg { background: url(/images/sep.gif) no-repeat;}
	body.landerbg { background: url(/images/sep.gif) no-repeat;}
	body.homebg { background: url(/images/sep.gif) no-repeat;}
	
	.leftcol   { float:none;  width:auto; display:block; display:none; }
	.centercol { float:none;  width:auto; display:block;}
	.rightcol  { float:none;  width:auto; display:block;}
	
	.calendar  { width:auto; }
	.highlight { width: auto;}
	
	.submenu , #contenttop { display:none;}
