body
{
  background-color: #D7DAA8;
  margin: 0px;
  padding: 0px;
}
#topNav
{
  font-size: 11px;
  background-color: #B6B55E;
  width: 750px;
  height: 35px;
  white-space: nowrap;
  padding-left: 10px;
  padding-top: 4px;
  margin: 0px;
  padding: 0px;
  border-top: 2px solid #C6C250;
}
#topNavMsg
{
  color: #B6B55E;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  letter-spacing: 4px;
}
#botNav
{
  font-size: small;
  background-color: #B6B55E;
  width: 750px;
  height: 20px;
  white-space: nowrap;
  padding-left: 10px;
  padding-top: 4px;
  margin: 0px;
  padding: 0px;
  border-top: 2px solid #C6C250;

}
#botNavMsg
{
  color: #B6B55E;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  letter-spacing: 4px;
}
/* THEME SPECIFIC CLASS */
#topNav li 
{
  float: left;
  padding: 0px;
  margin: 0px;
}
#botNav li 
{
  float: left;
  padding: 0px;
  margin: 0px;
}
/* THEME SPECIFIC CLASS */
#topNav li a
{
  display: inline;
  height: 15px;
  width: 0px;
}
#topNav li.lastLink
{
  position: absolute;
  right: 0px;
  display: block;
  border-left: none;
}
#botNav li a
{
  display: inline;
  height: 15px;
  width: 0px;
}
#botNav li.lastLink
{
  position: absolute;
  right: 0px;
  display: block;
  border-left: none;
}

/* THEME SPECIFIC CLASS */
/* adjust the width of the last nav element when the space is changed */
#topNavWrapper
{
  height: 95px;
  width: 750px;
  position: relative;
  margin: 0px;
  padding: 0px;
}
#botNavWrapper
{
  position: relative;
  margin: 0px;
  padding: 0px;
}
#topNav li a, #botNav a
{
  color: #2E1288;
  text-decoration: none;
}
#topNav li a
{
  font-size: 110%;
}
#topNav li a:hover, #botNav a:hover
{
  color: #AE6A2D;
}
.mainLink a 
{
  padding-right: 15px;
}
#wrapper 
{
  padding: 0px;
  margin: 0px;
  text-align: left;
  width: 750px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #C6C250;
}
#topwrapper 
{
  width: 750px;
  height: 100px;
  margin: 0px;
  padding: 0px;
  background-color: #ffffff;
}
a 
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-decoration: none;
  font-weight: bold;
  color: #2E1288;
  letter-spacing: 3px;
  border: none;
}
/* Links */
a:link 
{
  color: #07335C;
}
a:visited 
{
  color: #0C0C86;
}
a:hover 
{
  color: #2898FE;
}
a:active 
{
  color: #888541;
}
#topNav img 
{
  margin-left: 15px;
}
#topNav a 
{
  margin-left: 5px;
}
#botNav img 
{
  margin-left: 5px;
}
#botNav a 
{
  margin-left: 10px;
}
/* instructions for the img tags */
img 
{
  border: 0px;
  padding: 0px;
}
