/* print styles - Author: me */


#content { 
align: left;
background-color: #fff; 
width: 100%; 
border: none; 
float: none; 
position: static;
}

#container {
align: left;
width: 100%; 
margin-left: 5%;
margin-right: 5%;
float: none; 
position: static;
}

#navigation, #footer, .noprint { display: none; }

body, p, td, th, ul, a { 
background-color: #fff; 
color: #000; 
font-family: "Times New Roman", Garamond, serif; 
font-size: 12pt; 
}





/* End of CSS Tabs */

