/* ##### Left Side Bar ##### */

.leftSideBar {
float: left;
clear: left;
font-family: verdana;
font-size: 14pt;
list-style-type: none;
line-height: 20px;
}

.leftSideBar .sideBarTitle {
  color: rgb(255,255,255);
  background-color: rgb(153,51,51);
  font-weight: bold;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.leftSideBar {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.leftSideBar {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.leftSideBar a {
  color: rgb(255,255,255);
  background-color: rgb(153,51,51);
  text-decoration: none;
  list-style-type: none;
}

.leftSideBar a:hover {
  color: rgb(255,255,255);
  background-color: rgb(153,51,51);
  text-decoration: none;
  list-style-type: none;
}

.leftSideBar .sideBarText {
  color: rgb(255,255,255);
  background-color: rgb(153,51,51);
  list-style-type: none;
  line-height: 20px;
  margin: 0;
  padding: 0;
  display: block;
}

.leftSideBar .sideBarText a {
  text-decoration: underline;
  list-style-type: none;
}

.leftSideBar .sideBarText a:hover {
  text-decoration: none;
  list-style-type: none;
}

.leftSideBar .thisPage {
  color: rgb(255,255,255);
  background-color: rgb(153,51,51);
  font-weight: bold;
  list-style-type: none;
}
