@charset "utf-8";
/* CSS Document */

#container {
	width: 960px;
}
.header_logo,
.header_area {
  background-image:url(/skin/custom/bg_head.jpg);
  background-repeat: repeat-x;
  background-position: center top;
  background-color: transparent;
}
.header_logo a {
  margin: 12px 0 0 10px;
}
.header_area {
  vertical-align: top;
}
#btn_login {
  float: right;
  margin: 20px 20px 0 0;
}
#btn_logout {
  float: right;
  margin: 0 10px 0 0; 
}
.globalmenu {
  border-top: 1px #ffffff solid;
  background-image:url(/skin/custom/main_bg.gif);
  background-repeat: repeat-y;
  background-position: center top;
  padding: 8px 0 4px 2px;
}
.globalmenu li {
  display: inline;
  margin: 0 7px 0 5px;
}
.menu {
  background-color: #fff7e6;
  height: 65px;
  border-bottom:10px solid #fff;
}
#content {
  width: 960px;
  margin:0;
}
.bodylayout {
  margin: 0 auto;
}
.outerbox {
  border: 0px none;
  margin: 0 auto 8px auto;
}
.leftcol .outerbox,
.leftcol2 .outerbox {
  background-color: #fff7e6;
  padding: 0 2px 8px 2px;
}
.leftcol .outerbox h2,
.leftcol2 .outerbox h2 {
  background-color: #fff7e6;
  border-bottom: 1px dotted #cccccc;
  margin:  0 0 5px 0;
  padding: 5px 0;
}
.leftcol table.ca {
  width: 200px;
  background-color: #ffffff;
}
.leftcol2 table.ca {
  width: 210px;
  background-color: #ffffff;
}

.middlecol h2 {
  background-image:url(/skin/custom/bg_c_col_h.gif);
  background-repeat: none;
  background-position: center top; 
}
.newsdiv h3 {
  background-image:url(/skin/custom/bg_r_col_h.gif);
  background-repeat: none;
  background-position: center top; 
}


.footer_area {
  width: 960px;
  background-color: #ffffff;
  color: #333;
  font-size: 85%;
  line-height: 200%;
  text-align: center;
  clear: both;
  float: none;
  margin: 20pt 0 0 0;
}

/* FonSizeChange 20100303 */
.header_area .fsc {
  float: right;
  width: 235px;
  margin: 16px 19px 0 0;
}
.header_area .fsc a:hover
{
  text-decoration: none;
  background-color: #3398CC;
}
