/* styles for print version (applied on top of styles.css) */

body {
	font:11pt Verdana, Arial, Helvetica, sans-serif; /* use points for print */
	background: none;
	}

/* % values fill width of printed page */
#col-one {
display: none;
width: 0px !important;
	}
#col-two-three {
	width:75%; /* was 540px */
	}
#col-two {
	width:65%; /* was 380px */
	}
#col-three {
	width:33%; /* was 150px */
	}

legend {
	display:none; /* ie (pc) fix - was pushing #col-one down */
}
#footer { display: none; }
#topnav { display: none; }
#menu { display: none; }
#searchform{display:none;}
#bottomLink{display:none;}
#search_line { display: none; }

