/* 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;
}

a#logo {font-size:20pt;}
h1 {font-size:16pt;}
h2 {font-size:14pt;}
h3 {font-size:12pt;}

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;
}

a#skip,
#masthead ul,
#nav,
img,
.sidebar_hr,
body#home .first h2,
.empty,
#textnav,
#ft ul,
#ft a#forakerlink,
.nopr,
.sidebar a,
.col.doubleborder.two,
.col.doubleborder.three,
body.credentials .sidebar h3.first,
body.credentials .sidebar ul,
body.directory .sidebar ul {display:none;}

fieldset {border:none;}

label {display:block;}

/* END Print theme */

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