/* stylesheet for print friendly pages
================================================ */

/* from required.css */

/* general
=========================================== */
body {
    width: 575px;
    margin: 0;
    color: #000;
    background: #fff;
	font: x-small Verdana, Sans-serif;
	voice-family: "\"}\"";
	    font-size: small;
	}
	html>body { font-size: small;
  }
div, img, form { 
    margin: 0;
    border: 0;
    padding: 0;
  }
input, select, textarea {
    font: 75% Verdana, Sans-serif;
  }
li {
    list-style-image: url(../images/bullet.gif);
    list-style-type: circle;
    margin-bottom: 3px;
    margin-top: 2px;
  }  
li.redarrow {
    list-style-image: url(../images/red_arrow.gif);
    list-style-type: disc;
  }  
  

/* header 
=========================================== */
#header {
    height: 94px;
    width: 575px;
    color: #000;
  }
#logo {
    float: left;
    width: 239px;
    height: 94px;
  }
#breadcrumb {
    background: #dbdbdb;
    width: 545px;
    height: 20px;
    margin: 0 20px 0 20px;
  }
.breadcrumbcontent {
    margin: 0 0 0 20px;
    vertical-align: top;
    font-weight: bold;
    color: #000; 
    padding-top: 2px;
  }
  
  
/* navigation
=========================================== */

.padleft15 {
    padding-left: 15px;
  }  


/* footer
=========================================== */
#footer {
    width: 575px;
    border-top: solid #ccc 1px;
    margin-bottom: 5px;
    clear: both;
    text-align: right;
  }
.footerBody {
    width: 565px;
    margin: 5px 10px 5px 0;;
    color: #666;
    font-size: smaller;
  }
  

/* headings and text
=========================================== */
h1 {
    color: #000;
    font-size: 100%;
    margin: 0 0 5px 0;
  }
h2 {
    color: #333;
    background: #ccc;
    font-size: 100%;
    padding: 2px 0 2px 0;
  }
/*
h5 {
    color: #000;
    font-size: 100%;
    margin: 0 0 0 0;
  }
*/
.smaller {
    font-size: smaller;
  }  
    
  
/* links
=========================================== */
a { color: #c33; }

a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }

.topnav {
    color: #666;
    font-weight: bold;
  }
a.topnavon {
    color: #c00;
    font-weight: bold;
  }  
a.topnav {
    color: #666;
    font-weight: bold;
  }
  
  
/* other
============================================ */
.nospeak {
    speak: none;
  }
.padright {
    padding-right: 8px;
  }   
.notop {
    padding-top: 0;
    margin-top: 0;
  } 
  
  
/* headings and text
============================================ */
p.break{ border-top: solid #ccc 1px; }

.breadcrumbon { color: #333; }
.red { color: red; }
.quoter { 
    font-size: smaller;
    font-style: normal;
  }

  
/* forms
=========================================== */
.form {
    width: 400px; 
    background-color: #eee; 
    border: 1px solid #333; 
    padding: 5px; 
    margin: 0px auto;
  }
div.row {
    clear: both;
    padding-top: 4px;
  }
span.required {
    color: #c00;
    vertical-align: top;
  }
div.row span.label {
    float: left;
    width: 140px;
    text-align: right;
  }
div.row span.field {
    float: right;
    width: 250px;
    text-align: left;
  } 
div.spacer {
    clear: both;
  }  
  
  
/* layout 
=========================================== */
.topleft {
    float: left; 
    margin-bottom: 10px;
  }
.right { float: right; }
.alignBot { vertical-align: bottom; }  
.alignTop { vertical-align: top; }
.blockspace { display: block; }
.inlinespace { display: inline; }
.centre { text-align: center; }
.right { text-align: right; }


/* misc 
=========================================== */
ul, ol { padding: 0; }
ul.casestudy { margin: 0 10px 0 25px; } 
.warning { background: #ddd; }

  
/* from inside3col.css */
/* content columns
========================================== */
#allContent {
    width: 575px;
  }
#centreCol {
    margin-left: 10px;
    padding: 25px 10px 15px 10px;    
  }

  
/* stuff to hide
============================================ */
#searchcontainer {
    display: none;
  }  
#helperholder {
    display: none;
  }
#headerImage {
    display: none;
  }
#rightCol {
    display: none;
  }
#leftCol {
    display: none;
  }
#subnav {
    display: none;
  }
  
.navitem {
    display: none;
  }
.noprint {
    display: none;
  }
.imgthumb {
    margin-left: 5px;
    border: solid 1px #ccc;
  }
.imgscreen {
    border: solid 1px #ccc;
  }  
  
#standardsNote {
    display: none;
  }
#pageNotes {
    display: none;
  }