body {
	color: #000000;
	font-size: 10pt;
  	font-family: verdana, "Trebuchet MS", tahoma; 
  	margin: 0;
  	padding: 0;
}
h1 {
	color: #550000;
  	background-color: transparent;
  	font-family: verdana, helvetica, sans-serif;
  	font-size: 175%;
  	font-weight: bold;
  	font-style: italic;
  	text-align: left;
  	margin: 1em 0 0 0;
  	padding:  .5em 0 0 0;
  	border-top: 1px solid rgb(216,210,195);
}
h2 {
	color: #550000;
  	background-color: transparent;
  	font-family: verdana, helvetica, sans-serif;
  	font-size: 175%;
  	font-weight: bold;
  	font-style: italic;
  	text-align: left;
  	margin: 1em 0 0 0;
  	padding: 1em 0 0 0;
}
h3 {
	color: #222;
	background-color: transparent;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 125%;
	font-weight: normal;
}
h4 {
	color: #550000;
	background-color: transparent;
	font-family: helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
}
.tdborder {
	border: 1px solid #A0A0A0;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.tdborder2 {
  	border-top: 1px solid rgb(216,210,195);
  	border-bottom: 1px solid rgb(216,210,195);
  	border-left: 1px solid rgb(216,210,195);
  	border-right: 1px solid rgb(216,210,195);
}
th {
  background-color: #BAB6A6;  
  color: #000;
  font-family: times;
  font-size: 12pt;
  font-weight: bold;
}
.menu {
  color: white;
  background-color: black;
  font-size: 10pt;
  text-align: center;
  margin: 0;
  padding: 0.5ex 0;
}
.menu a {
  color: white;
  background-color: black;
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  padding: 0 1ex;
}
.menu a:hover {
  color: black;
  background-color: white;
}

.leftSideBar {
  width: 10.0em;
  float: left;
  clear: left;
}
.leftSideBar .sideBarTitle {
  color: #000;
  background-color: #BAB6A6;  
  font-family: times;
  font-size: 12pt;
  font-weight: bold;
  margin: 0;
  padding: 0.8ex 1ex;
}

.leftSideBar ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0 0 1em 0;
  padding: 0;
}
.leftSideBar li {
  margin: 1ex;
  padding: 0 0 1.25ex 0.75ex;
}
.leftSideBar a {
  color: rgb(75,75,75);
  background-color: transparent;
  text-decoration: none;
}
.leftSideBar a:hover {
  color: rgb(0,0,0);
  font-weight: bold;
  background-color: transparent;
  text-decoration: none;
}
.leftSideBar .sideBarText {
  color: #BAB6A6;
  background-color: transparent;
  line-height: 1.25em;
  margin: 1ex 0.25ex 1.5em 0.75ex;
  padding: 0;
  display: block;
}
.leftSideBar .sideBarText a {
  text-decoration: underline;
}
.leftSideBar .sideBarText a:hover {
  text-decoration: none;
}
.leftSideBar .thisPage {
  color: rgb(64,64,64);
  background-color: transparent;
  font-weight: bold;
}

.footer {
  color: black;
  background-color: #BAB6A6;
  font-size: 70%;
  text-align: center;
  line-height: 1.25em;
  margin: 0;
  padding: 1em 4mm 1em 4mm;
  clear: both;
}
.footer a {
  color: black;
  background-color: transparent;
  text-decoration: underline;
  font-weight: bold;
}
.footer a:hover {
  text-decoration: none;
}