/* *********** left nav ************ */
.leftnavTxtHi {
  font-weight: normal;
  font-family: trebuchet, trebuchet ms, sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  display: block;
  visible: false;
  margin: 0px 0px 0px 8px;
}

a.leftnavTxtHi {
  text-decoration: none;
}

a.leftnavTxtHi:hover {
  text-decoration: underline;
}

.text {
  font-weight: normal;
  font-family: trebuchet, trebuchet ms, sans-serif;
  color: #666666;
  font-size: 12px;
}

a.text {
  color: #be1c17;
  text-decoration: none;
}

a.text:hover {
  text-decoration: underline;
}

.textlink {
  font-weight: normal;
  font-family: trebuchet, trebuchet ms, sans-serif;
  color: #666666;
  font-size: 12px;
}

a.textlink {
  color: #be1c17;
  text-decoration: none;
}

a.textlink:hover {
  text-decoration: underline;
}

.leftnavTxtLo {
  font-weight: normal;
  font-family: trebuchet, trebuchet ms, sans-serif;
  color: #9a9999;
  font-size: 14px;
  display: block;
  visible: false;
  margin: 0px 0px 0px 8px;
}

a.leftnavTxtLo {
  text-decoration: none;
}

a.leftnavTxtLo:hover {
  text-decoration: underline;
}

.imageText {
  font-weight: normal;
  font-family: trebuchet, trebuchet ms, sans-serif;
  color: #9593a1;
  font-size: 18px;
  display: block;
  visible: false;
  margin: 14px 0px 0px 14px;
}

.redTextBold {
  font-weight: bold;
  color: crimson;
}

/* *********** text ************ */
h1 {
  font-weight: normal;
  font-family: trebuchet, trebuchet ms, sans-serif;
  color: #ae0902;
  font-size: 30px;
  line-height: 22px;
  margin-bottom: 2px;
  letter-spacing: -.5px;
  display: block;
  visible: false;
}

h2 {
  font-weight: normal;
  font-family: trebuchet, trebuchet ms, sans-serif;
  color: dimgray;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 2px;
  letter-spacing: -.5px;
  display: block;
  visible: false;
}

h3 {
  font-weight: bold;
  font-family: trebuchet, trebuchet ms, sans-serif;
  color: #ae0902;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 2px;
  letter-spacing: -.5px;
  display: block;
  visible: false;
}

body {
  font-family: trebuchet ms, trebuchet-ms, trebuchet, verdana, arial, sans-serif;
  font-weight: normal;
  color: #666666;
  font-size: 12px;
  line-height: 18px;
  visible: false;
}

.quoteDiv {
  font-family: trebuchet ms, trebuchet-ms, trebuchet, verdana, arial, sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  background-color: maroon;
  color: white;
  width: 175px;
  border: 1px solid gray;
  padding: 5px 5px 5px 5px;
}

.bodybkg {
  height: 250px;
  background-position: top;
  background-repeat: repeat-x;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-image: url("images/background.jpg");
}

p {
  font-family: trebuchet ms, trebuchet-ms, trebuchet, verdana, arial, sans-serif;
  font-weight: normal;
  color: #666666;
  font-size: 12px;
  line-height: 18px;
  visible: false;
}

UL, LI {
  list-style-image: url(images/arrow_bullet.jpg);
  font-family: trebuchet ms, trebuchet-ms, trebuchet, verdana, arial, sans-serif;
  font-weight: normal;
  margin: 0px 0px 0px 8px;
  padding: 2px 0px 0px 0px;
  color: #666666;
  font-size: 12px;
  line-height: 18px;
  visible: false;
}

.more {
  color: #666666;
  font-size: 15px;
}

.footer {
  font-family: trebuchet ms, trebuchet-ms, trebuchet, verdana, arial, sans-serif;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  line-height: 14px;
  color: #868686
}

a.footer {
  font-family: trebuchet ms, trebuchet-ms, trebuchet, verdana, arial, sans-serif;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  color: #868686
}

a.footer:hover {
  text-decoration: underline;
  color: #444444;
}