/* Printer-fiendly stylesheet */

/* Print Structure */
#sec, #ter, #pri, #inner {float:none;}
html>body #inner {width:auto;}
#sec, #ter, #nav, #ft ul {display:none;}
#outer, #innerpagewrap, #wrap {border-width:0;}
/* END Print Structure */

/* Print theme */
body * { /* Makes everything monotone for easy printing */
background-color:#fff;
color:#000;
font-family: georgia, times new roman;
}

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

#masthead, #ftwrap { /* Adds top and bottom borders to masthead and footer to visually delimit them */
border-top: 1px solid #000;
border-bottom: 1px solid #000;
padding:0.5em;
}
#masthead {
padding-top: 20px;
padding-bottom: 20px;
}
#masthead #printlogo { display: block; width: 298px; height: 87px; }
#masthead #logo, #skiptocontent, #utilitywrap, #banner, #breadcrumbs, #ftnav {
display: none;
}
acronym {
border-bottom: none;
}
hr {
border: 1px solid #fff;
border-top-color: #000;
height: 1px;
overflow: hidden;
background: #fff;
}
/* END Print theme */

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