
body{
  background-image: url(/images/body-background.gif);
  background-repeat: repeat-x;

}

#accessbar-box {
  background-color: #2b86bb;
  margin: 0px;
  height:18px;
}
#accessbar-box ul {
  margin: 0px 0px 3px 5px;
}
#accessbar-box li {
  display: inline;
  margin-right: 6px;
  color: #fff;
  line-height:1.1em;
}
#accessbar-box a {
  color: #fff;
  font-size: 0.8em;
}

#top-box {
  background-image: url(/images/top_bg_montage04.jpg);
  background-repeat: repeat-x;
  width: 760px;
  height: 120px;
}
#top-logo {
  float: left;
}
#top-home_button {
  width: 5.3em;
  float: right;
  margin: 67px 27px 0px 0px;
  background-color: #2b86bb;
}
#top-home_button_leftcorner {
  float: left;
}
#top-home_button_rightcorner {
  float: right;
}

#main-box {
  width: 771px;
  margin: 0px;
}

#leftmenu-box {
  clear: both;
  float: left;
  background-color: #ffff99;
  margin: 5px 0px 0px 0px;
  width: 131px;
}

#leftmenu-box ul {
  margin:0px;
  padding:0px;
  list-style: none;
  text-align: right;
}
#leftmenu-box li {
  padding: 5px 5px 5px 0px;
  border-top: 1px solid #fff;
}
#leftmenu-box li li {
  padding: 4px 0px 3px 0px;
  border-top: 0px;
}

#body-box {
  float: left;
  width: 610px;
  margin: 5px 0px 15px 15px;
}

#homepage-contents_box {
  float: left;
  width: 319px;
  margin-right: 10px;
}
#homepage-latest_news_box {
  float: left;
  width: 285px;
}
#homepage-latest_news_title_bar {
  width: 285px;
  height: 1.7em;
  background-color: #2b86bb;
}
.homepage-latest_news_title {
  float: left;
  width: 269px;
  color: #CCFFFF;;
  font-weight: bold;
  padding:3px;
  margin: 0px;
}
#homepage-latest_news_contents {
  clear: both;
  border: solid 1px #2b86bb;
  background-color: #ffff34;
  padding: 5px;
}
#homepage-latest_news_contents ul {
  margin:0px 0px 0px 20px;
  padding: 0px;
  list-style-image: url(/images/arrow_bullet01.gif);
}
#homepage-latest_news_contents li {
  padding: 0px 5px 5px 5px;
}

.contactus-left_contact_info {
  width: 300px;
  float: left;
}

.form-left_box {
  width: 100px;
  float: left;
  padding: 3px;
}
.form-right_box {
  padding: 3px;
}
.form-submitbox {
  margin-left: 103px;
  padding: 3px;
}

#footer-box {
  clear: both;
  width: 760px;
  margin-top: 15px;
  text-align: center;
}
#footer-box li {
  display: inline;
  margin-right:15px;
}