/* 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 */
#nav, #subnav,.backtotop {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;
}

#content h2{
  margin: 0;
  padding:  0  0 0 0;
}

#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;
}
/* get rid of opacity - causes real problems with printing */
#content {
  opacity: 1;
  /*filter: alpha(opacity=100); */
}

/* forcing IE to display these things */
/*#content ul, #content p, h2, h3 {
  position: relative;
}*/



