/* Specific Things Stuff */


#topHeader {
  width: 790px;
  background-color: #3A6C3D;
  background-image: url(/images/topbg.gif);
  background-repeat: no-repeat;
  background-position: bottom-left;
  border-right: 1px solid #ffffff;
}

#mainLogo {
  margin-left: 5px;
}

#topLinks {
  margin: 10px 20px 0px 0px;
  font-size: 8pt;
  font-weight: bold;
  line-height: 1.6em;
}

#topLinks A {
  color: #ffffff;
}


#topMenu {
  border: 1px solid #ffffff;
  border-width: 1px 0px;
}

#topMenu TD {
  text-align: center;
  border-right: 1px solid #ffffff;
}

#topMenu TD A {
  display: block;
  color: #000000;
  background-color: #C9A82F;
  font-size: 10pt;  
  font-weight: bold;
  padding: 8px 4px 8px 4px;
}

#topMenu TD A:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #596D52;
}

.menuSelected {
  color: #ffffff;
  background-color: #596D52;
}

#sideMenu {
  border: 1px solid #ffffff;
  border-width: 0px 1px 1px 0px;
}

#sideMenu A {
  color: #ffffff;
}

#mainContent {
  width: 600px;
  border: 1px solid #ffffff;
  border-width: 0px 1px 1px 0px;
  padding: 15px;
}

#bottomFooter {
  font-size: 7pt;
  margin-top: 10px;
  text-align: center;
  padding: 5px 0px;
}

#bottomFooter A {
  color: #c0c0c0;
}


