/* Print style sheet for Bridgeforum */
/*************************************/

/* Disable navigation features that make no sense on paper */
#toc         { display: none; }
#banner      { display: none; }
#funcbar     { display: none; }
.breadcrumbs { display: none; }
.fallback    { display: none; }
.noprint     { display: none; }

/* Try and make what's left look pretty */
#footer {border-top: thin solid black; border-bottom: none; position: static; }

h1 { text-align: center; }
a  { text-decoration: none; color: black; }
a:hover { color: black; }
a:visited { color: black; }


#content { padding-left: 5em; margin-right: 0px; }
#content .banner {text-align: center;}
#content .agendatimes
{
  border-bottom: 1px solid black;
  border-top:    1px solid black;
  font-weight:   bold;
}


h1,h2,h3,h4,h5,h6 {font-family: helvetica, arial, sans-serif}

h2 {margin-left: -2.5em;}
h3 {margin-left: -1.25em;}
h4 {margin-left: -0.5em; }


