/* ###### Body Text ###### */

body {
  background-color: #FFF;
  font-family: verdana, tahoma, helvetica, arial, sans-serif;
  font-size: 8pt;
  margin: 0;
  background-repeat: repeat;
  background-attachment: scroll;
}

h1, h2, h3 {
  color: #000;
}

h1 {
  font-weight: normal;
  text-align: center;
  font-size: 225%;
  padding-top: 0.2ex;
  padding-bottom: 0.2ex;
}

h2 {
  font-weight: normal;
  text-align: center;
  font-size: 185%;
  padding-top: 0.3ex;
  padding-bottom: 0;
}

ul{
	position: relative;
	line-height: 1.75em;
	font-size: 99%;
	padding-left: 2.5ex;
	margin: 1.2ex;
}

li{
	padding: .5ex;
}

img {
  border: none;
}

#bodyText {
  text-align: justify;
  line-height: 1.5em;
  padding: .5em;
}

#bodyText table{
  font-size: 90%;
  line-height: 1.5em;
  padding: .5em;
}

#bodyText td{
  padding: .5em;
  border: 1px solid;
  border-color: #CCC;
}

#bodyText p {
  padding-left: 2ex;
  padding-right: 2ex;
}

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

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

.smallCaps {
  font-variant: small-caps;
}

/* ###### Header ###### */

#upperMenuBar {
  height: 2.1em;
  background-color: #7C9978;
}

#upperMenuBar a {
  font-size: 90%;
  text-decoration: none;
  padding-left: 0.8ex;
  padding-right: 1.6ex;
}

#upperMenuBar a:hover {
  text-decoration: underline;
}

.LHS {
  position: absolute;
  color: #FFF;
  left: 1.7mm;
  top: 1ex;
}

.RHS {
  position: absolute;
  right: 0.6mm;
  top: 0.9ex;
}

#header {
  font-size: 335%;
  height: 1.45em;
  padding-left: 4mm;
  background-color: #33CC66;
}

#lowerMenuBar {
  background-color: #99FF99;
  height: 1.55em;
  padding: 0.5ex;
  text-align: center;
}

#lowerMenuBar a {
  text-decoration: none;
  color: #0033FF;
  padding-left: 0.75ex;
  padding-right: 1.5ex;
}

#lowerMenuBar a:hover {
  text-decoration: underline;
}

#upperMenuBar .highlight, #lowerMenuBar .highlight {
  /* See: color-scheme.css */
}


/* ###### Side Boxes ###### */

.sideMenuBox{
  background-color: #7C9978;
  width: 122px;
  height: 849px;
  margin-right: 1em;
  padding: 0em;
  text-align: center;
  float: left;
  clear: left;
}

.sideStrip{
  background-color: #7C9978;
  width: 122px;
  height: 1200px;
  margin-right: 1em;
  padding: 0em;
  text-align: center;
  float: left;
  clear: left;
}

.sideBreak{
  background-color: #7C9978;
  width: 122px;
  height: 200px;
  margin-right: 1em;
  padding: 0em;
  text-align: center;
  float: left;
  clear: left;
}

.sideMenuBox div {
  color: white;
  background-color: #6487DC;
  font-weight: bold;
  padding: 0.5ex 0 0.5ex 0.5ex;
}

.sideMenuBox a {
  font-weight: bold;
  text-decoration: none;
  display: block;
  border: none;
  padding: .2ex .2ex;
}

/* ###### Footer ###### */

#footer {
  background-color: #336633;
  font-size: 90%;
  margin-top: 0em;
  padding: 1.5ex 2.1mm 2.1ex 2.1mm;
  clear: left;
}

#footer div {
  text-align: right;
  line-height: 1.45em;
}

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

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

.footerLHS {
  float: left;
  clear: left;
}