﻿/*****  Remove unwanted elements from the printed version *****/
/*****  Hide the navigation bars from the page            *****/
#navigation, #headerMenu {
    display: none;
}
/*****  Make the page content fit the whole page  *****/
#page, #content, #header, #footer {
    width: 98%; margin: 0; float: none;
}
/*****  Remove the page border ****
#pagecontent {
    border: none 0px #ffffff;
}*/