@charset "UTF-8";

@media print
{

  body { font-size: 10pt; }
 
  html { height: auto; margin-bottom: 0; }

  #topnav, #nav, #search { display: none; }

  .menu { display:none; }	
	
  body a[href^="http:"],
  body a[href^="https:"] {
	    padding-left: 0;
    	background-image: none;
  }
    
  .print { position: static; left: 0; }

  .noprint { display:none !important; }


  h1,h2,h3,h4,h5,h6 { page-break-after:avoid; }

  #col1_content:before, #col2_content:before, #col3_content:before {
    content: "";
    color:#888;
    background:inherit;
    display:block;
    font-weight:bold;
    font-size:1.5em;
  }
  
  
  #col1, #col1_content { float:none; width: 100%; margin: 0; padding: 0; border: 0; }
  #col2 { display:none; }
  #col3 { display:none; }
  
}

