/*   CSS for SCAC webpages. Commenced 16 January 2009     */
/*   By T Fuller 9447 4545            */
/*   This is the PRINT style sheet    */
/*   Modifies the styles from the screen style    */
/*   Last update 16 January 2009         */


/* #### Remove elements not wanted in a printed version #####*/

.LeftMenu {
display: none; 
}

.LeftColumn {
width: 0%;
display: none;
 }


.MenuTable {
display: none;
 }

.BottomMenu {
display: none;
 }

 /* ###### Ensure the content spans the full page width still to do #######*/

div.content {
width: 100%; 
margin: 0; 
float: none;
}

