/* Print Style Sheet - Overrides information on regular style sheet.
   Style will go into effect whenever a user attempts to print.      */


/* The following page information will
   be displayed in a print-friendly
   manner.                               */
   
#container {position: static; width: 100%; }
#content { position: static;  margin: 0; width: 100%:}


/* The following page information will
   be selectively not displayed.       */
   
#banner { display: none; }
#left { display: none; }
.content_title { display: none; }
#content_navbar { display: none; }
#navigation_change { display: none; }
#footer { display: none; }
#filtered { display: none; }
.leftcell { width: 0; }
.currentday_month { display: none; }
.currentday { display: none; }
.no_print { display: none; }