/* styles for printout only */
/* set colours, clear backgrounds */
* {color: black !important;  background: white !important;}

/* make links look like plain text */
:link,:visited {text-decoration: none;}

/* hide navigation completely */
#contentsec, #helps, #helps2{display: none;}
#footer #fcol1_, #footer #fcol3_, #footer p#bot {display: none;}
#social_bookmark, div.youtube, .adobe, .googlemaplink, hr {display: none;}
.prevnext, .localnav, #subnav, .noprint {display: none;}

/*line separations*/
#content p {line-height: 115%;}

/* font details */
body {
  font-size: 12pt;
  font-family: "Times New Roman", Times, serif;
}

/* clear borders */
#header, #content, #footer, #content h2{border: none;}

/* set up appropriate margins & padding  */
body {margin: 0 0.05in;}

#header, #content, #footer{
  margin: 1em 0.5in;
  padding: 0;
}

#logo img {
  position: relative;
  float: left;
  margin-right: 100px;
  margin-left: 20px;
}

#content h2{
  margin: 0;
  padding:  0  0 0 0;
}
#content #introsect h2{
  clear: both;
}

#content p{margin:  0  0 1em 0;}

#content ul{list-style-type: disc;}

#footer p {padding-left: 0;}

#footer p span{
  display: none;
  padding-left: 1em;
}

#footer p.webdev{
  font-weight: normal;
  font-size: 80%;
  padding: 0;
}

#footer li {
  display: inline;
  list-style-image: none;
}



