body {
 margin: 0;
 background-image: url(../../../images/body_background_color.png);
}
.topNav a {
 font-size: 12px;
 font-weight: bold;
 font-family: arial, sans, Lucida Console, Arial, Helvetica, Times New Roman;
 text-decoration: none;
}

.topNav a:link, .topNav a:visited {
  color: #ffffff;
}
.topNav a:hover, .topNav a:active {
  color: #000000;
}

#topBody {

}
#bottomBody {

}
#footerBody {
  width: 1002px;
  height: 70px;
  background-image: url(../../../images/body_footer_background.png);
  background-repeat: no-repeat;
  font-size: 10px;
  color: #000000;
  font-family: sans, Lucida Console, Arial, Helvetica, Times New Roman;
  font-weight: bold;
}
#footerBody a:link, #footerBody a:visited {
  color: #000000;
  text-decoration: none;
}
#footerBody a:hover, #footerBody a:active {
  color: #ffffff;
  text-decoration: none;
}

 .adminNavSelected {
  font-size: 18px;
  text-decoration: underline;
  color: #8d942e;
  margin-bottom: 7px;
  display: block;
 }
 .adminNavNotSelected {
  font-size: 18px;
  text-decoration: none;
  margin-bottom: 7px;
  display: block;
 }
 #adminBodyMain td,
 #adminBodyMain div,
 #adminBodyMain span,
 #adminBodyMain li {
  font-size: 16px;
 }
 
 
 
 


