/* Print CSS file - displays the page as it should look on paper */
#heading p, #banner div.photos, .nav_wrap, #sidebar, #footer
{
display: none !important;
}

#content {
width: 100% !important;
}

#heading h1 span, #heading h1, #banner h2, #banner h2 span {
position: relative !important;
width: auto !important;
height: auto !important;
}

*
{
color: #000 !important;
font-family: Arial, Tahoma, Verdana, sans-serif !important;
}

a
{
text-decoration: underline !important;
}

h1
{
text-align: center !important;
font-size: 28pt !important;
margin: 0 0 10pt 0 !important;
}

h2 {
text-align: center !important;
font-size: 16pt !important;
margin:  0 10pt 0 !important
}

h3 {
font-size: 16pt !important;
}

h4
{
font-size: 14pt !important;
}

p, ul, li
{
font-size: 11pt !important;
}

li {
margin-bottom: 8px !important;
}

h5
{
font-size: 14pt !important;
margin-bottom: 26pt !important;
}

h6
{
font-size: 10pt !important;
}