body { 
  font-family: Verdana, Tahoma, Arial, sans-serif; 
  font-size: 96%; 
  vertical-align: top; 
  text-align: left; 
  color: #FFFFFF;
  background-color: #000000;
}
#page {
  position: relative;
  width: 756px;
  margin: 0px auto;
  left: 0px;
  top: 0px;
}
#page ul {
  margin: 16px;
  padding: 0px;
}
#header {
  width: 756px;
  height: 439px;
  z-index: 0;
}
#content {
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 10px;
  float: right;
  width: 756px;
  padding: 0px;
  z-index: 1;
}
#content_left {
  float: left;
  width: 168px;
  height: 600px; 

  z-index: 1;
}
#content_right {
  margin-top: 0px;
  margin-left: 30px;
  margin-bottom: 10px;
  float: right;
  width: 558px;
  padding: 0px;
  z-index: 1;
}
#menu_inside {
  float: left;
  width: 144px;
  height: 274px; 
  margin-right: 40px;
  margin-bottom: 25px;
  padding-left: 20px;
  padding-top: 50px;

  font-weight: bold;
  background-image: url(images/menu2.jpg);
  background-repeat: no-repeat;
  z-index: 1;
}
#menu_inside_tall {
  float: left;
  width: 144px;
  height: 274px; 
  margin-right: 40px;
  margin-bottom: 80px;
  padding-left: 20px;
  padding-top: 50px;

  font-weight: bold;
  background-image: url(images/menu2.jpg);
  background-repeat: no-repeat;
  z-index: 1;
}
#menu_left {
  float: left;
  width: 144px;
  height: 274px; 
  margin-bottom: 25px;
  padding-left: 20px;
  padding-top: 50px;

  font-weight: bold;
  background-image: url(images/menu2.jpg);
  background-repeat: no-repeat;
  z-index: 1;
}

#footer {
  float: left;
  width: 756px;
  font-size: 80%;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  color: #8EC63D;
}
/********************** IMAGE STYLES *********************************/
img { 
  behavior: url(iepngfix.htc); 
}
img.photo_on_right {
  float: right;
  margin: 5px 10px 15px 20px;
}
img.photo_on_right2 {
  float: right;
  margin: 5px 10px 15px 90px;
}
img.photo_on_right_bottom {
  float: right;
  margin: 5px 0px 0px 20px;
}
img.photo_on_right_bottom2 {
  float: right;
  margin: 5px 0px 0px 0px;
}
img.photo_on_left {
  float: left;
  margin: 5px 20px 15px 0px;
  border: 0px;
}
img.photo_centered {
  margin: 0px auto;
}
img.dropcap {
  position: relative;
  top: -7px;
  float: left;
}
img.bullet_leaf {
  float: left;
  margin-left: -32px;
  margin-bottom: 0px;
}
img.bullet_leaf2 {
  float: left;
  margin-top: 5px;
  margin-left: -15px;
  margin-bottom: 5px;
}
img.no_border {
  border: 0px;
}
/********************** LIST STYLES *********************************/
ul {
  list-style-type: disc;
}
li {
  display: list-item; 
}
ul.list_special {
  margin-top: 0px;
  margin-bottom: 0px;
}
li.no_bullets {
  list-style-type: none;
  display: list-item; 
  padding-top: 5px;
  line-height: 120%; 
  margin-left: 22px;
}
li.list_special {
  list-style-type: disc;
  display: list-item; 
  padding-top: 5px;
  line-height: 120%; 
  margin-left: 22px;
}
li.list_special2 {
  list-style-type: disc;
  list-style-position: inside;
  display: list-item; 
  padding-top: 5px;
  line-height: 120%; 
}
/********************** TEXT STYLES *********************************/
.highlight {
  color: #8EC63D;
}
.heading {
  font-size: 110%;
  font-weight: bold;
  color: #8EC63D;
}
.right {
  text-align: right;
}
.centered {
  text-align: center;
}
/********************** TABLE STYLES *********************************/
.centered_table {
  border: 1px;
  border-style: solid;
  border-color: #FFFFFF;
  text-align: center;
}
.centered_cell {
  border: 1px;
  border-style: solid;
  border-color: #FFFFFF;
  text-align: center;
  padding: 10px;
}
/********************** LINK STYLES *********************************/
a {
  font-size: 90%;
  text-decoration: none;
}
a.inline {
  font-size: 100%;
  color: #429D94;
}
a.uwd {
  font-size: 100%;
  text-decoration: none;
  color: #8EC63D;
}
a:hover {
  color: #00756C;
}

