/* Printer-fiendly stylesheet */

/* Print Structure */
#sec, #pri, #inner {float:none;}
html>body #inner {width:auto;}
#sec, #nav, #ft ul, #global, #splash, #sec, p.skip {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:normal 1em "Times New Roman", Times, serif;
}

.screenhide {
display:block; /* Shows the img logo */
}

#masthead h1, #masthead div {
display:none; /* Hides the text version */
}

h2,h3,h4,h5,h6 {font-size:100%;}
h2, body.homepage h3 {font-size:114%;}
h1,body.homepage h2 {font:normal 197% "Times New Roman", Times, serif;}
strong,b,h2,h3,h4,h5,h6,#pri legend {font-weight:bold;}

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:1px solid #000;
border-width:1px 0;
padding:0.5em;
}

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
display:none !important;
height:0;
width:0;
position:absolute;
overflow:hidden;
}

span.sIFR-alternate {
visibility:visible !important;
display:block !important;
position:static !important;
left:auto !important;
top:auto !important;
}

/* END Print theme */

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