@charset "UTF-8";
/* CSS Document */

body A:link {
  color:#333333;
}
body A:visited {
  color:#333333;
}
body A:active {
  color:#333333;
}
body A:hover {
  color:#ffcc00;
}
.main_container {
  width:900px;
  height:100%;
}
.main_container .header {
  width:1000px;
}
.main_container .header .logo {
  width:238px;
  float:left;
}
.main_container .header .utility_nav {
  width:357px;
  float:right;
  text-align:right;
}
.main_container .header .utility_nav .text_header{
  font-style:normal;
  font-weight:bold;
  color:#cc9900;
}
.nav {
  background-color: #333333;
  border: solid 1px #000000;
  margin-top: 1px;
}
.nav  #navcontainer ul{
  padding:0px;
  margin-left:11px;
  margin-top:0px;
  color: #ffffff;
  float: left;
  width:500px;
  font-family: arial, helvetica, sans-serif;
  font-weight:bold;
}
.nav  #navcontainer ul li {
  display: inline;
}
.nav  #navcontainer ul li a{
  padding: 4px 19px;
  color: #ffffff;
  text-decoration: none;
  float: left;
}
.nav  #navcontainer ul li a:hover{
  background-color:#cccccc;
  color:#000000;
}
.middle_content {
  background-color:#ffffff;
  width: 830;
}
.gree_box_wide {
  width:800px;
  height:auto;
}
.green_box_wide .green_middle_wide{
  width:800px;
  background-image:url(/images/green_leaderbd_middle.jpg);
  background-repeat:repeat-y;
}
.green_box_wide .green_bottom_wide{
  width:800px;
  height:26px;
  background-image:url(/images/green_leaderbd_bottom.jpg);
  background-repeat:no-repeat;
}
.green_box  {
  width:401px;
  height:auto;
}
.green_box .green_top{
  width:401px;
  height:29px;
  background-image:url(/images/box_green_header.jpg);
  background-repeat:no-repeat;
}
.green_box .green_middle{
  width:401px;
  background-image:url(/images/box_green_middle.jpg);
  background-repeat:repeat-y;
}
.green_box .green_bottom{
  width:401px;
  height:26px;
  background-image:url(/images/box_green_bottom.jpg);
  background-repeat:no-repeat;
}
.gray_box {
  width:401px;
  height:auto;
}
.gray_box .gray_top{
  width:401px;
  background-image:url(/images/box_gray_header.jpg);
  background-repeat:no-repeat;
}
.gray_box .gray_window_middle{
  width:401px;
  background-image:url(/images/gray_window_middle.jpg);
  background-repeat:repeat-y;
}
.gray_box .gray_window_bottom{
  width:401px;
  height:29px;
  background-image:url(/images/gray_window_bottom.jpg);
  background-repeat:no-repeat;
}
.gray_box .gray_middle{
  width:401px;
  background-image:url(/images/box_gray_middle.jpg);
  background-repeat:repeat-y;
}
.gray_box .gray_bottom{
  width:401px;
  height:29px;
  background-image:url(/images/box_gray_bottom.jpg);
  background-repeat:no-repeat;
}
