/* Set the background */
BODY		{ 
		  background: gray;
		  color: black;
		}

/* Set the default text style */
P		{ color: black;
		}

/* Set the link style */
A		{ color: black;
		}

/* Set the IMG style */
IMG		{ border: 0;
		}

/* Make the title box look pretty */
.title		{
		  color: black;
		}

/* The menu specs */
.sideBox { 
  border-style: solid;
  border-width: 1px;
  width: 10em;
  margin-top: 5mm;
}

.sideBox div {
  font-weight: bold;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  padding: 0.5ex 0.5em 0.5ex 0.75em;
}

.sideBox a, .sideBox a:hover, .sideBox span {
  color: lightblue;
  text-decoration: none;
  line-height: 1.25em;
  display: block;
  padding: 1.25ex 0.5em 1.25ex 0.75em;
}

.sideBox h5 {
  color: black;
  line-height: 1.25em;
  padding: 1.25ex 0.5em 1.25ex 0.75em;
}

.sideBox .thisPage {
  font-weight: bold;
}

/* Left hand side */
.LHS {
  margin-left: 2.5mm;
  float: left;
  clear: left;
}

.RHS {
  margin-right: 2.5mm;
  float: right;
  clear: right;
}

/* The main body properies */
#bodyText {
  text-align: justify;
  line-height: 1.5em;
  margin: 10mm 5mm 0 11em;
  padding: 0 1em 1ex 1em;
}

#bodyText p {
  padding-bottom: 2ex;
}

#bodyText a {
  text-decoration: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

#bodyText a:hover {
  border-bottom: none;
}

#bodyText .topOfPage {
  font-size: 90%;
  font-weight: bold;
  font-variant: small-caps;
  text-decoration: none;
  border: none;
  padding-left: 1ex;
  padding-right: 1ex;
  float: right;
}

