body  {
  margin: 0;
  padding: 186px 0px 0px 0px;
  background: #fff;
}

div#TopFixed {
  width: 95%;
  height: 186px;
  position: absolute;
  top: 0px;
  left: 2.5%;
  background: #fff;
}

div#TopLogo {
  top: 0px;
  height: 120px;
  width: 310px;
  left: 0px;
  position: absolute;
  z-index: 0;
  /* float: left;*/
}

div#TopRight {
  height: 120px;
  width: 630px;
  top: -4px;
  right: 0px;
  position: absolute;
  z-index: 99;
  /* text-align: right;
  white-space: nowrap;
  float: right; */
  overflow: auto;
}

table#TopTable {
  top: 0px;
  height: 120px;
  width: 100%;
  border: 0px;
  padding: 0px;
}

div#TopNavigation {
  height: 24px;
  width: 75%;
  top: 2px;
  /* left: 0px;*/
  position: relative;
  /* clear: both; */
  padding-top: 6px;
  float: left;
}

div#TopSubNavi {
  height: 30px;
  width: 75%;
  top: 4px;
  right: 0px;
  position: relative;
  /*clear: both;*/
  float: right;
}

div#MainBody {
  width: 95%;
}

td#MainImgCol {
  width: 120px;
  border-right: 2px solid white;
}

div#MainTextArea {
  width: 754px;
}

div#MainText {
  text-align: left;
}

div#Foot {
  width: 95%;
  position: relative;
}

div#FootNavi {
  height: 23px;
  width: 75%;
  left: 25%;
  position: absolute;
  float: right;
  clear: both;
  margin-top: 2px;
  padding-top: 7px;
  text-align: center;
}

div#FootCopy {
  height: 23px;
  width: 75%;
  left: 0px;
  /* top: 2px; */
  position: absolute;
  float: left;
  margin-top: 34px;
  padding-top: 7px;
  margin-bottom: 2px;
  text-align: center;
}

@media screen {
  body>div#TopFixed  {
    position: fixed;
  }
}
