/* 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, a:link, a:visited { /* Removes formatting on all links */
text-decoration:none;
background-color:inherit;
color:inherit;
}

#ftwrap { /* Adds top and bottom borders to masthead and footer to visually delimit them */
border-top:1px solid #000;
border-width:1px 0;
padding:0.5em;
}

h1 {font-size:18pt; margin-top:25px;}
h2 {font-size:15pt;}

#masthead_inner #logo #brocklogo, #masthead_inner #logo #brocklogo img {border:none; outline:none;}
#utilityandsearch, #links, #mainnav, body#home .grid-2 .first a, body#home .grid-2 .second a, #ftwrap p span, #pri img, body#secondary .grid-2 .second .pad .ternav, body#secondary .grid-2 .second .pad h3, #crumbs, #pageutility a, body.perfbase ul.normalize li.last a, .sidebar, ul.faq {display:none;}

#pri blockquote {border-left:1px solid #000; padding-left:20px;}

dl#spaced dd {margin-bottom:12px;}

ul.normalize li {margin-bottom:12px;}

/* END Print theme */

/* Win/IE6 and below fixes */
* html #ftwrap {
/* \*/
margin-top:	1em;
/* */
}
/* END Win/IE6 and below fixes */
