/* CB300 COLORS
   Green:  #0F725F
   Purple: #825CA3
   Black:  #34302A
   White:  #F1F6F2
*/

/* GENERAL FORMATING */

body {
  background-color: #F1F6F2;
  font-size: small;
  font-family: verdana, arial, helvetica, sans-serif;
  color: #34302A;
  margin: 5px;
  }
h1 {
  font-weight: bold;
  font-size: large;
  color: #0F725F;
  }
h2 {
  font-weight: bold;
  font-size: medium;
  color: #0F725F;
  margin: 0px 0px 5px 0px;
  }
h3 {
  font-weight: bold;
  font-size: medium;
  color: #0F725F;
  margin: 0px 0px 10px 0px;
  }
p {
  font-size: small;
  text-align: justify;
  margin: 0px 0px 10px 0px;
  padding: 0px;
  }
li {
  text-align: justify;
  }
.content dt {
  padding: 5px 0px 5px 0px;
  }

/* LINK FORMATING */

a {
  font-weight: bold;
  }
img a {
  border: 2px;
  }
a:link img, a:visited img {
  border: 2px solid #F1F6F2;
  }
a:hover img {
  border: 2px solid #825CA3;
  }
a:link {
  color: #0F725F;
  text-decoration: none;
  }
a:visited {
  color: #3CA591;
  text-decoration: none;
  }
a:hover {
  color: #825CA3;
  text-decoration: underline;
  }
a:active {
  color: #0F725F;
  }

/* TABLE FORMATING */

th {
  font-weight: bold;
  text-align: center;
  color: #F1F6F2;
  background-color: #0F725F;
  }
.rowcolor {
  background-color: #C1DEC1;
  }

/* NAVIGATION BLOCK */

#navList dl {
  margin: 0px;
  padding: 0px;
  }
#navList dt {
  margin: 0px;
  }
#navList dt a {
  display: block;
  padding: 5px;
  background-color: #0F725F;
  color: #F1F6F2;
  text-decoration: none;
  width: 156px;
  }
#navList dt a:hover {
  background-color: #99CC99;
  color: #0F725F;
  }

/* BODY FORMATING */

#navAlpha {
  /* unused for now */
  }
.sticker {
  margin: 20px 0px 20px 0px;
  padding: 5px 5px 0px 5px;
  border-top: 1px solid #0F725F;
  border-left: 1px solid #0F725F;
  text-align: center;
  }
.content {
  clear: both;
  margin: 15px 0px 0px 15px;
  padding: 5px 10px 0px 10px;
  border-top: 1px solid #0F725F;
  border-left: 1px solid #0F725F;
  }
.indent {
  margin-left: 15px;
  }
#footer {
  font-size: x-small;
  color: #666666;
  text-align: center;
  padding-top: 20px;
  }

