/* ============ */
/* print styles */
/* mostly a matter of showing and hiding elements */

table.site tr.banner                   { display: none; }
table.site tr.nav1                     { display: none; }
table.site tr.width_row                { display: none; }
table.site tr.content td.left_nav      { display: none; }
table.site tr.content td.left_nav2     { display: none; }
table.site tr.content td.content_right { display: none; }
table.site tr.above_footer             { display: none; }
table.site tr.footer                   { display: none; }

table.site tr.content td.print_logo {
  display: block; 
  padding: 20px 10px 20px 10px;;
  color: #999999;
  text-align: center;
  vertical-align: top;
  font-size: 80%;
}

table.site {
  width: 100%;
}

table.site tr.content td.content_middle { 
  width: 100%;
}


