/* =========================================================
    edweb_print.css : print styles for edweb subpages
       last updated : 3 august 2004 [matt brooks]
   ========================================================= */

body {
 background: #fff;
 font-size: 11pt;
 }

#header {
 border-bottom: none;
 }

#headerfill {
 display: none;
 }

#headerlogo {
 position: absolute;
 top: 0px;
 left: 0px;
 height: 150px;
 }

#headermain {
 position: absolute;
 top: 0px;
 left: 170px;
 height: 150px;
 background: transparent;
 }

#menu {
 display: none;
 }

#content {
 position: absolute;
 top: 151px;
 left: 0px;
 width: 100%;
 padding: 10px 0;
 }

#news1, #news2 {
 float: none;
 width: 100%;
 margin: 0;
 padding: 0;
}

#footer {
 color: #000;
 background: transparent;
 border-top: none;
 }

p.mainhead {
 font-size: 18pt;
 }

h1 {
 font-size: 15pt;
 }

h2 {
 font-size: 12pt;
 }

p.breadcrumb {
 display: none;
 }

acronym, abbr, .tooltip {
 border-bottom: none;
 }

a {
 color: #003;
 background: transparent;
 text-decoration: none;
 }

/* print URLs of links immediately after link text */

#content a:after {
 content: " ("attr(href)")";
 font-size: 10pt;
 color: #000;
 background: transparent;
 }
