html {
  height: 100%; 
  max-height: 100%; 
  padding: 0;
  margin: 0; 
  border: 0; 
  background: #fff; 
  font-family: "Lucida Grande", Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 13px;
  color: #333;
  /* hide overflow:hidden from IE5/Mac */ 
  /* \*/ 
  overflow: hidden; 
  /* */ 
}

body {
  height: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 0;
  margin: 0;
  border: 0;
  text-align: center;
  background: #fff;
}

img {
  border: 0;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  text-decoration: underline;
  color: #000;
}

#content {
  position: absolute;
  z-index: 1;
  width: 811px;
  top: 160px;
  bottom: 20px;
  left: 50%;
  margin-left: -405px;
  padding: 0 5px;
  overflow: auto;
  text-align: left;
  background: url(templates/shared/bg_content.jpg) repeat-y;
}
* html #content { top:0; right:0; bottom:0; height:100%; max-height:100%; width:822px; overflow:auto; position:absolute; z-index:1; border-top:160px solid #fff; border-bottom:20px solid #fff; }

#content #navigation {
  position: absolute;
  width: 160px;
  padding: 10px;
  z-index: 5;
}

* html #content #navigation { width: 180px; }

#content #column {
  position: absolute;
  width: 550px;
  padding: 10px 30px;
  border-left: solid #bce4f6 180px;
  z-index: 4;
}

* html #content #column { width: 780px; }

#header {
  position: absolute;
  z-index: 5;
  display: block;
  margin: 0;
  top: 0;
  left: 0;
  width: 810px;
  height: 160px;
  left: 50%;
  margin-left: -405px;
  overflow: hidden;
  background: url(templates/shared/bg_header.jpg) no-repeat;
  text-align: left;
}


#footer {
  position: absolute;
  z-index: 5;
  display: block;
  margin: 0;
  bottom: 0;
  left: 0;
  width: 810px;
  height: 16px;
  left: 50%;
  margin-left: -405px;
  padding: 4px 5px 0px 5px;
  overflow: hidden;
  font-size: 10px;
  text-align: center;
  color: #fff;
  background: url(templates/shared/bg_footer.jpg) repeat-y;
}

* html #footer { height: 20px; }

#branch_selector {
  margin: 122px 0px 0px 185px;
  padding: 0;
  color: #fff;
}

#branch_selector a {
  display: block;
  float: left;
  padding: 0 4px;
  font-weight: bold;
  line-height: 14px;
  color: #fff;
  border-right: solid 1px #fff;
}

#branch_selector .last {
  border: 0;
}

#navigation ul {
  margin: 0 0 45px 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #4984b6;
}

#navigation li {
  display: block;
  margin: 0;
  padding: 5px 0 5px 10px;
  line-height: 15px;
  border-bottom: 1px solid #4984b6;
  font-weight: bold;
}

#about {
  float: left;
  margin: 0 0 0 40px;
  font-size: 14px;
  line-height: 21px;
}

.clearer {
  width: 400px;
  height: 0px;
  clear: left;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
  border: solid 1px #9fc8eb;
}

h1 {
  font-size: 18px;
  font-weight: 400;
  color: #333;
  padding: 0;
  margin: 8px 0;
}

td {
  font-size: 11px;
}

th {
  font-size: 11px;
  color: #fff;
  text-align: left;
  background: #4984b6;
}

.copylabel {
  font-weight: bold;
}

.remark {
  padding: 5px;
  background: #bce4f6;
}