/* Styles for screen media */

/* @import url("master.css"); */

/* CSS for a basic Print Version of any page */
html, body {
color:#111111;
/* font-family:Georgia, "Times New Roman", Times, serif; */
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:18px;
	}
	
/* set up the page */
#topnav {display:none;}
div#sidebar {display:none;}
#footer {display:none;}

/* make it look printer-ready */
#wrap {width:605px;margin:0 auto;}	
div#brand {display:block;}
div#brand img {width:605px;}
div#maintext {
	display:block;
	float:right;
	width:605px;
	}
div#maintext h2 {display:block;font-size:16px; margin-top:20px;}
div#maintext h2 img {display:none;}
.print {display:block;}	
.noprint {display:none;}
.subhead {display:inline;}