/* Printer-fiendly stylesheet */

/* Print Structure 
#sec, #ter, #pri, #inner {float:none;}
html>body #inner {width:auto;}*/
#content { margin: 0; }
.thankYouInstructions, #crumbs, #top, #panel, #header, #searchBlock, #supplement, #sepbot {display:none;}
#printHeader {
	display:block;
}
/* #outer, #innerpagewrap, #wrap {border-width:0;}
END Print Structure */

/* Print theme */
body * { /* Makes everything monotone for easy printing */
background-color:#fff;
color:#000;
}

a, a:link, a:visited { /* Removes formatting on all links */
text-decoration:none;
background-color:inherit;
color:inherit;
}

#printHeader, #footer { /* Adds top and bottom borders to masthead and footer to visually delimit them */
border:1px solid #000;
border-width:1px 0;
padding:0.5em;
}

img {border:none;}

#utilityandclient, #nav, #messagingbtncontainer, p.more {display:none;}

/* END Print theme */

/* Win/IE6 and below fixes */
* html #printHeader, * html #footer {
/* \*/
margin-top:	1em;
/* */
}
/* END Win/IE6 and below fixes */
