body{
  margin: 0px;
  font: 13px Arial, Tahoma, Helvetica, sans-serif;
  overflow-x: hidden;
}


/*Tables*/
.TableMain{
  width:100%;
}

.TDContent{
  background-color:#3A3A3A;
  height:481px;
}

.TDLogo{
  width:850px;
  background-color:white;
}

.TDTopMiddle{
  width:100px;
  background-color:white;
}



/*Simple*/
.BgrWhite{
  background-color:white;
}

.NoBorder{
  border: none;
}


/*Images*/
.ImageLeft{
  position: absolute;
  top: 215px;
  left: 107px;
}

.BannerBottom{
  position: absolute;
  top: 482px;
  left: 107px;
}



/*Navigation*/
.Navigation{
  position: absolute;
  top: 188px;
  left: 107px;
  width: 100%;
}

.Navigation_Top_Item{
  float: left;
  height: 21px;
  width: 147px;
  font: 12px Tahoma, Arial, Helvetica, sans-serif;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  background-color:#d5d5d5;
}

.Navigation_Top_Item_Bold{
  float: left;
  height: 21px;
  width: 147px;
  font: 12px Tahoma, Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  background-color:#d5d5d5;
}

.Navigation_Spacer{
  height:5px;
}

.LnkNavigation{
  text-decoration: none;
  color: black;
}

#Sub1, #Sub2, #Sub3, #Sub4, #Sub5{
  background-color: #d5d5d5;
  padding: 10px;
  z-index: 300;
  position: absolute;
  top: 209px;
  visibility: hidden;
}

#Sub1 a, #Sub2 a, #Sub3 a, #Sub4 a, #Sub5 a{
  color: black;
  text-decoration: none;
  line-height: 18px;
}

#Sub1 a:hover, #Sub2 a:hover, #Sub3 a:hover, #Sub4 a:hover, #Sub5 a:hover{
    font-weight: bold;
}


/*Content*/
.Content{
  position: absolute;
  top: 230px;
  left: 137px;
  width: 600px;
  color: #BCBCBC;
}

.Content a{
  color: #BCBCBC;
  text-decoration: underline;
}

.Content table{
  line-height: 12px;
}


