body {
  background-repeat: repeat-y;
  background-color: #bfcedd;
  text-align: center;
  color: #003c76;
  font-family: Trebuchet MS;
  font-size: 11px;
}

a {
  text-decoration: none;
  color: 003c76;
}
a img {
  border: 0px;
}

#shadow_frame {
  margin: auto;
  width: 866px;
  background-image: url(../images/shadow_right.gif);
  background-repeat: repeat-y;
  text-align: left;
}
#frame {
  width: 860px;
  border: 1px solid gray;
}
#shadow {
  width: 866px;
  height: 4px;
}

#header {
  position: relative;
  width: 860px;
  height: 110px;
}
#navi {
  float: left;
  position: relative;
  width: 780px;
  top: 24px;
  text-align: right;
}
.navi_link {
  line-height: 16px;
}

#language {
  float: left;
  overflow: hidden;
  position: relative;
  width: 80px;
  height: 16px;
  top: 24px;
}
.lang_link {
  padding-left: 16px;
  background-image: url(../images/language.jpg);
  background-repeat: no-repeat;
  line-height: 16px;
}
.lang_sublink {
  padding-left: 16px;
}

#logo {
  position: absolute;
  left: 40px;
  top: 22px;
}

#center {
  width: 860px;
  background-repeat: no-repeat;
  background-color: #ffffff;
}
#indent {
  padding-top: 207px;
  padding-left: 40px;
}

#menu_layer {
  width: 804px;
  height: 26px;
  padding-left: 16px;
  background-image: url(../images/menu_edge.gif);
  background-repeat: no-repeat;
}
#menu {
  width: 804px;
  height: 26px;
}

#content {
  width: 780px;
  padding: 18px 20px 10px 20px;
  line-height: 1.3em;
  font-size: 11px;
  color: #000000;
}
#content ul {
  padding-left: 16px;
}
#content h1 {
  margin: 4px 0px;
  color: #003c76;
  font-size: 20px;
  line-height: 12px;
}

#content_left {
  float: left;
  width: 232px;
  padding-right: 15px;
  border-right: 1px solid #bebebe;
}
#content_center {
  float: left;
  width: 234px;
  padding: 0px 14px;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #bebebe;
}
#content_right {
  float: left;
  width: 232px;
  padding-left: 15px;
  border-left: 1px solid #dcdcdc;
}

.csc-fdfx_2cols_pi1-header {
  margin: 0px;
}
.csc-firstHeader {
  margin: 4px 0px;
  color: #003c76;
  font-size: 20px;
  line-height: 12px;
}

.align-center {
  text-align: center;
}

#footer {
  width: 860px;
  height: 38px;
}
#c_line {
  position: relative;
  left: 40px;
  top: 21px;
  width: 820px;
  text-align: center;
  color: #ffffff;
}
#c_line a {
  color: #ffffff;
}

.float_left_end {
  clear: left;
  height: 0px;
}

