body{
  width: 776px;
  margin: 4px auto 0px auto;
  position: relative;
}
img {
  border: 0px;
  margin: 0px;
  padding: 0px;
}
div#mail{
   float: left;
   margin-left: 20px;
}
img#topImg{
   width: 776px;
   height: 92px;
}
div#topMenu{
  text-transform: uppercase;
  height: 42px;
  margin-top: -5px;
  font-size: 13px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: 900;
}
div.topM{
  text-align: center;
  float: left;
  margin-top: 10px;
  margin-left:10px;
  width: 103px;
  height: 21px;
  color: white;
}
div#chosen{
 color: #900000;
 background: url(../imgs/On.gif) no-repeat;
 padding-top: 2px;
}
div.topM a{
   color: white;
   display: block;
   background: url(../imgs/Off.gif) no-repeat;
   padding-bottom: 6px;
   padding-top: 2px;
}
div.topM a:hover{
   color: #900000;
   background: url(../imgs/On.gif) no-repeat;
}
div#mainContent{
   font-family: Geneva, Arial, Helvetica, san-serif;
}
div#footer{
    white-space: nowrap;
    width: 315px;
    margin: 20px auto 0 auto;
    border-top: solid 1px gray;
    padding-top: 3px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
span.bottomM{
  border-left: solid 1px;
  padding-left: 5px;
  font-size: 11px;

}
span#bottomHome{
  border-left: solid 0px;
}
a {
  text-decoration: none;
}
span.bottomM a {
   color: gray;
}
span.bottomM a:hover{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-weight: bolder;
}
div#first{
 margin-top: 8px;
 margin-bottom: 8px;
 font-weight: 900;
}
div#sign{
   margin-top: 12px;
   margin-bottom: 5px;
   font-weight: 500;
   font-style: italic;
}
div#leftMenu{
   width: 120px;
   margin-top: 10px;
   margin-left: 5px;
   float: left;
   font-family: Geneva, Arial, Helvetica, san-serif;
   font-weight: 900;
   font: small-caption;
   font-variant: small-caps;
   font-size: 12px;
   letter-spacing: 1px;
}
div#leftMenu a{
  display: block;
  text-decoration: none;
  margin: 0 3px 0 0;
  padding: 1px 10px 1px 35px;
  border-right: 1px solid #C67878;
  color: #A11010;
}
div#leftMenu a:visited{

}
div#leftMenu a:hover{
  background-color: #E3B9B9;
  border-right: solid 7px #A11010;
  padding-right: 7px;
  margin-right: 0px;
  color: white;
}
div#leftMenu h4{
  background-color: transparent;
  color: #8F1515;
  margin: 0 3px 0 0;
  padding: 4px 0 0;
  border-right: 1px solid #C67878;
  border-bottom: 2px solid #C67878;
  font-size: 13px
}
div#leftMenu span#current {
  display: block;
  text-decoration: none;
  margin: 0 3px 0 0;
  padding: 1px 10px 1px 35px;
  border-right: 1px solid #A11010;
  background-color: rgb(100%,92%,90%);
  border: solid 1px #A11010;
  border-right: 4px solid;
  padding-right: 7px;
  color: #A11010;
 }


