﻿/*****  Remove unwanted elements from the printed version *****/
/*****  Hide the navigation bars from the page            *****/
#navbar, #navmenu {
    display: none;
}
/*****  Make the page content fit the whole page  *****/
#header, #container, #pagetitle, #block0, #block1, #block2, #block3, #blk01, #footer, .pageDescription {
    width: 97%; margin: 0; float: none;
}
