/* CSS Document */html, body { height:100%; padding:0; margin:0px; font-family:Verdana, Arial, Helvetica; background:url('images/bgtile5.png'); overflow:hidden; }div#body_div { height:100%; width:800px; position:relative; overflow:hidden; margin:auto; /* makes it possibe to make the page 800px wide and centered */ }div#header_div    { position:absolute; left:0;  right:0; top:0;  width:auto;  height:119px; overflow:hidden; /* background:url('images/heading_01.jpg')  no-repeat; */ }div#header_div img { }div#link_div   { position:absolute; top:119px; width:100%; height:28px; overflow:hidden; background-color:#336699; }div#content_div  {	position:absolute;	left:0px;	right:0px;	top:147px;	bottom:0;	height:auto;	overflow:auto;	background:url('images/greenbg.gif');}div.page { padding:6px 30px 20px 30px; }@media print{	html, body { background:none; height:auto; overflow:visible; }	div#body_div { overflow:visible; height:auto; width:7in; }	div#header_div { position:relative; overflow:visible; width:100%; /* display:list-item; list-style-image:url('images/heading_01.jpg'); list-style-position:inside; letter-spacing:-1000em; font-size:2pt; color:#fff; */ }	div#header_div img { width:100%; }	div#link_div { display:none; }	div#content_div { position:relative; overflow:visible; width:100%; padding:0; top:0; }	div.page { padding:0; }	a { text-decoration:none; color:#000; }}