@charset "UTF-8";

/* Style Sheet for Homepage   */
/* by Graham Waugh            */

/* Style for subpages         */

body {
  color: black;
  background-color: white;
  font-family: sans-serif;
}

div.hr {
  text-align: left;
  margin: 15px 5px 15px 5px; /* top right bottom left */
  padding: 0px;
  border: 0;
  min-width: 800px;
  height: 2px;
  background-color: black;
  font-size: 0; /* ie6 min height workaround */
  clear: both;
}

div.content {
  margin: auto 15px auto 15px;
  min-width: 800px;
}

div#subpage_banner img {
  float: left;
  margin: 5px 20px 10px 5px;
}

div#subpage_banner span {
  font-family: "courier new", courier, monospace;
  font-weight: bold; 
}

div#subpage_banner span.large {
  font-size: 40px;
}

div#subpage_banner span.small {
  font-size: 30px;
}
