/* 
Print layout: */
@page {
  size: auto;   /* auto is the initial value */
  margin: 5%;
}

body , .maincontainer {width:600px; background-color:#FFFFFF; background-image:url(/images/sep.gif);}

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 }
   
   
   
   #staticbuttons , #right , #footer , #left , #motto , #fullpage  , #header , #gator , #halfpage {display:none;}
   
   #center { padding:100px 0px 0px 0px; width:100%; height:auto; overflow:visible;}
   #actcontent , .scroll { width:100%; height:auto; overflow:visible;}
   
   #logo {position:absolute; width:99px; height:76px; overflow:hidden; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='/images/contentimages/image_20_4_81.jpg'); margin:12px 0px 0px 15px; z-index:990;}
   #logo[id] { background-image:url(/images/contentimages/image_20_4_81.jpg);}