﻿/*******************************************************************/
* print.css
* Daniel Bonebrake
* 
* This file is makes the pages printer friendly by only printing
* the content section of the webpage. 
/*******************************************************************/

.screenOnly{display: none;}
.logo{display:none;}
.crumbs{display:none;}
.width99{display:none;}
#mleft{display:none;}
#mright{display:none;}
#tagline{display:none;}
#sidebar{display:none;}
#foot{display:none;}
