/*
-----------------------------------------------
FT Lab Print Styles
Author:   Adriana Palazova
Version:  10 May 2007
last rev.:18 Sept 2008
----------------------------------------------- */
body {
  background: white;
  font-size: 12pt;
  line-height:16pt;
   }
#header, #wrapper, #content {
  width: auto;
  margin: 0 2%;
  padding: 0;
  border: 0;
  float: none !important;
  color: black;
  background: transparent none;
   }
#header h1, div#content {
  width: auto;
  margin: 0.5em 5% 1em 5%;
  padding: 0.5em 0;
  border-top: 1px solid #2c5eac;
  }
#header h1 {
  display:block;
  margin-top:0;
  padding-top:0;
  border:none;
  font-size: 12pt;
  }
#headlft {
  display:none;
  }
.logo {
  display:none;
  }
ul#banner {
  display:none;
  }
.topright {
  display:none;
}
#sidecol {
  display:none;
  }
a:link, a:visited {
   color: #2c5eac;
   background: transparent;
   font-weight: bold;
   text-decoration: none;
   }
#home #content h3 {
  display:block;
  margin-top:10px;
  padding-top:10px;
  border:none;
  font-size: 12pt;
}
#wrapper h2 {
  margin-left:0;
  margin-bottom:18pt;
}
li {
  margin-bottom:12pt;
}
#team li {
  margin-bottom:3pt;
}
ul ol {
  margin-top:12pt;
  }
address {
    margin-left:0;
    }
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   font-weight: normal;
   color:#2c5eac;
   text-decoration:none;
   }
#content a[href^="/"]:after {
   content: "";
   }
#content a[href^="doc/"]:after {
   content: "";
   }
#content a[href^="mailto"]:after {
   content: "";
   }
/* static position and width:auto; for absolutely positioned .scroll in base.css */
#wrapper {
   position:static; 
   width:auto;
  }
.scroll {
   position:static; 
   width:auto;
   text-align:justify;
   line-height:14pt;
   }
#links .scroll, #team .scroll {
 text-align:left;
 }  
/* Footer
----------------------------------------------- */
#footer {
  display:none;
  }
/* Credits
----------------------------------------------- */
#credits {
  display:none;
  }


