/* web.css	K. J. Turner	11/05/10 */

html, body {margin:0; padding:0; border:0;}

a:active {
  color:red;
}

a:hover {
  color: white;
  background: #B1D8FF;
  text-decoration: none;
}

a:link {
  color:blue;
}

a:visited {
  color: #005000;
}

body {
  color:#000000;
  background-image: url("../image/vellum.gif");
  text-align: center;
  margin:30px 0;
}

h1 {
  color: #0000CC;
  font-weight: bold;
  font-size: xx-large;
}

h2 {
  color: #0000CC;
  background: #B1D8FF;
  font-size:x-large;
}

h3 {
  color: #0000CC;
  background: #B1D8FF;
  font-size: large;
}

hr {
  background: #B1D8FF;
  height: 0.5ex;
}

p {
  margin: 0;
  padding: 8px;
}

p.centre {
  margin: 0;
  padding: 8px;
  text-align: center;
  font-size: large;
  font-weight: bold;
}

p.indent {
  margin-left: 2em;
}

span.current {
  background-image: url(../image/rarrow.gif);
  background-position: 5% 50%;
  background-repeat: no-repeat;
  color: gray;
  display: block;
  padding-bottom: 2px;
  padding-left: 20px;
  padding-top: 2px;
}

span.group {
  color: blue;
  padding-bottom: 2px;
  padding-left: 0px;
  padding-top: 2px;
}

#banner {
  height: 110px;
}

#banner h1 {
  text-align: center;
  margin: 0;
  padding-top: 2px;
}

#banner img {
  margin-bottom: -2px;
  padding: 10px;
  text-align: left;
  margin-left: 10px;
  float: left;
}

#content {
  background-image: url("../image/vellum.gif");
  margin-left: 13em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  padding-top: 0.5em
}

#footer {
  clear: both;
  text-align: center;
  padding: 1em;
}

#nav {
  font-weight: bold;
  float: left;
  padding-left: 0px;
  padding-top: 0.5em;
  width: 12em;
}

#nav a {
  background-image: url(../image/rarrow.gif);
  background-position: 5% 50%;
  background-repeat: no-repeat;
  color: #0000CC;
  display: block;
  padding-bottom: 2px;
  padding-left: 20px;
  padding-top: 2px;
}

#nav a:hover {
  background-image: url(../image/whiterarrow.gif);
  background-color: blue;
  background-position: 5% 50%;
  background-repeat: no-repeat;
  color: white;
  display: block;
  padding-left: 20px;
  padding-top: 2px;
}

#nav p {
  margin-top: 0;
  padding-top: 1em
}

#wrapper {
  background-image: url("../image/vellum.gif");
  margin: 0 auto;
  min-width: 800px;
  text-align: left;
  width: 98%;
}

