/* Mine Safety - May 2010 */
/* The display:none property will the id and remove it from the screen and print when the print option has been selected */
#menu {display:none;}
#footer {display:none;}
/*#rightsec {display:none;}*/
/* The width has been change to 100%, due to the right section being removerd from print (never print links), so this will allow the content to fill the entire page */
#main_text {float:left; width:100%;}
