/* print.css */

@media print {

#body {line-height:14px; color:#000;}
#punwrap { 
  width: 98% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  }

#brdtitle {
  margin: 0px !important;
  padding: 0px !important;
  text-align: left !important;
  height: 70px !important;
  }
  
#brdtitle img {
  height: 70px;
  }
  
#brdtitle h1 {
  margin: 0 !important;
  padding: 0 !important;
  color:#000;}

.box{color:#000}

div#brdwelcome { display: none }

div.blockmenu { display: none }

div#brdmenu { display: none }

div.box { 
  border-style: none !important;
  padding: 0 !important;
  }

div.blockform { 
  margin: 0 !important;
  }
  
#brdgrouptitle { display: none }

#brdmod { display: none }

#brdaction { display: none }

#brdtoc { display: none }

#brdfooter { display: none }

}
