body {
  background-color: #23406C;
  margin: 10px;
  min-width: 780px;
  text-align: center;
}
#wrapper {
  width: 775px;
  height: 521px;
  text-align: left;
}
#banner {
  width: 775px;
  height: 136px;
  background: url(../image/banner_bg.jpg) no-repeat top center;
  background-color: #4E77B5;
}
#banner_home {
  width: 775px;
  height: 136px;
  background: url(../image/banner_bg_home.jpg) no-repeat top center;
  background-color: #4E77B5;
}
#menuTop {
  list-style: none;
  padding: 0px;
  margin: 0px;
  font: bold 0.8em verdana;
  width: 270px;
  padding-top: 3px;
  margin-left: 490px;
}
#menuTop li {
  display: block;
  float: left;
  width: 135px;
  margin: 0px;
  padding: 0px;
}
ul#menuTop li a {
  display: block;
  border: 1px solid #788FC2;
  color: #fff;
  text-decoration: none;
  background: #414773;
  height: 63px;
}
#menuTopContainer>ul#menuTop li a {
  width: auto;
}
ul#menuTop li#active a {
  background: #788FC2;
  color: #fff;
}
ul#menuTop li a:hover, ul#navlist li#active a:hover {
  color: #fff;
  background: #788FC2;
  border: 1px solid #414773;
}













#contentWrapper {
  height: 385px;
  background: url(../image/body_bg.jpg) no-repeat bottom center;
}

#contentWrapper_home {
  height: 385px;
  background: url(../image/body_bg_home.jpg) no-repeat bottom center;
}

.scroll {
  font: 0.8em/1.3em verdana;
  text-align: left;
  overflow: auto;
  width: 95%;
  height: 96%;
  margin: 4px 1px 2px 4px;
  background-color: #fff;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  padding: 4px 4px 0px 4px;
}

#introduction {
  text-align: left;
  width: 95%;
  margin: 4px 1px 2px 4px;
  padding: 210px 4px 0px 4px;
}

#right {
  float: right;
  width: 470px;
  height: 322px;
  margin-right: 10px;
}
html>body>#wrapper>#contentWrapper>#right {
  float: right;
  width: 475px;
  height: 337px;
  margin-right: 25px;
}

#left {
  float: left;
  width: 200px;
  margin-left: 10px;
}
html>body>#wrapper>#contentWrapper>#left {
  float: left;
  width: 200px;
  margin-left: 20px;
}
.clear {
  clear: both;
}



#copyright {
  margin-left: 20px;
  width: 700px;
  height: 16px;
  border-top: 1px solid #999;
  font: 0.7em verdana;
  color: #777;
}
/* copyright [IE] */
#copyright p {
  padding: 3px 0px 0px 0px;
}
/* copyright [remaining agents] */
html>body>#wrapper>#copyright p {
  padding: 0px;
}
#copyright a {
  font-weight: bold;
  color: #788FC2;
}
#copyright a:hover {
  color: #788FC2;
  text-decoration: none;
}

h1 {
  font: bold 1.5em/1.0em verdana;
}
h2 {
  font: bold 1.2em/1.0em verdana;
}
h3 {
  font: italic 0.8em/1.2em verdana;
}
p, #text {
  font: 0.8em verdana;
}
