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

body {
	font:70% Arial, Helvetica, Verdana, sans-serif; /* use points for print */
	}

/* % values fill width of printed page */
#wrapper {
	width:960px; /* #wrapper = #col-one + 10px + #col-two-three */
	background:#FFFFFF;
	}
#col-one {
	width:180px;
	float:left;
	display:none;
}
#col-two-three { /* #col-two-three = #col-two + 10px + #col-three */
	width:760px;
	float:right;
	}
#col-two {
	width:531px;
	float:left;
	}
#col-three {
	width:229px;
	float:right;
	display:none;
}

legend {
	display:none; /* ie (pc) fix - was pushing #col-one down */
}
#footer{display:none;}
#header{background:none;  border:0px;}
ul#ul_header{display:none;}
#toplogo{border:0px;background:white;}

#col1marg1, #col3marg1{border:0px;}
#innerwrapper{
	width: 940px;
	margin-left: 10px;
}
#body3col{
	width: 940px;
background:white;
	border-bottom: 1px solid #E1E1E1;

}
#body3col-5lines{background:white;}
#gap_36px{height:36px;width:531px;float:left;display:inline;}

