body {
  margin: 0px;
  padding: 0px;
  background-color: #FFFFFF;
  color: #373737;
  font-size: 9pt;
  font-family: Arial, Verdana;
  background-image: url('images/top_bg.gif');
  background-repeat: repeat-x;
}

form {
  margin: 0px;
}

a {
  color: #91BE1A;
}

a:hover {
  color: #91BE1A;
  text-decoration: none;
}

p, ul, li {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  list-style-type: none;
  margin: 0px;
  padding-left: 5px;
}

li {
  background-image: url('images/bz.gif');
  background-repeat: no-repeat;
  background-position: 0px 5px;
  padding-left: 12px;
}

p, td, textarea {
  font-family: Arial, Verdana;
  font-size: 9pt;
}

h1 {
  font-family: Arial, Verdana;
  font-size: 14pt;
  color: #91BE1A;
  font-weight: bold;
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #D1D1D1;
  margin-bottom: 20px;
  text-align: left;
}

h2 {
  font-family: Arial, Verdana;
  font-size: 12pt;
  color: #91BE1A;
  font-weight: bold;
  margin-top: 20px;
  padding-bottom: 8px;
  border-bottom: 1px solid #D1D1D1;
  margin-bottom: 10px;
  text-align: left;
}

h3 {
  font-family: Arial, Verdana;
  font-size: 9pt;
  color: #91BE1A;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}

caption {
  font-family: Arial, Verdana;
  text-align: left;
  color: #91BE1A;
  font-size: 9pt;
  font-weight: bold;
  padding: 18px 0px 2px 0px;
}

th {
  font-family: Arial, Verdana;
  text-align: left;
  padding-top: 20px;
  color: #91BE1A;
  font-size: 9pt;
  font-weight: bold;
  border-bottom: 1px solid #D1D1D1;
}

hr {
  padding: 0px;
  border: none;
  border-top: 1px solid #D1D1D1;
  height: 0px;
}

.site_container {
  height: 100%;
}

.head {
  height: 143px;
}

.logo_top {
  position: absolute;
  left: 32px;
  top: 96px;
}

.left_side {
  width: 295px;
  vertical-align: top;
  background-color: #DCDCDC;
  border-right: 1px solid #E9E9E9;
  background-image: url('images/left_bg_bottom.gif');
  background-repeat: repeat-y;
  background-position: right;
}

.left_side_top {
  width: 100%;
  background-color: #FFFFFF;
  background-image: url('images/left_bg.gif');
  background-repeat: repeat-y;
  background-position: right;
  position: relative;
  text-align: center;
}

.banner_title {
  width: 295px;
  position: absolute;
  left: 0px;
  bottom: -1px;
  background-color: #FFFFFF;
  background-image: url('images/left_bg.gif');
  background-repeat: repeat-y;
  background-position: right;
  padding: 10px 0px 10px 0px;
  filter: alpha(opacity=90,finishopacity=90,style=0);
  opacity: .90;
  -moz-opacity: 0.90;
}

.banner_title .input_disp {
  font-family: Arial, Verdana;
  font-size: 12pt;
  color: #91BE1A;
  font-weight: bold;
}

.left_side_bottom {
  border-top: 1px solid #F8F8F8;
  padding: 24px 27px 20px 27px;
}

.right_side {
  width: 21px;
  border-left: 1px solid #E9E9E9;
  background-image: url('images/right_bg.gif');
  background-repeat: repeat-y;
}

.footer {
  height: 70px;
  padding: 6px 45px 0px 45px;
  background-color: #91BE1A;
  color: #E8F1CF;
  vertical-align: top;
  font-size: 9pt;
}

.footer img {
  position: absolute;
}

.footer div {
  margin-top: 9px;
}

.footer span {
  margin-left: 18px;
  margin-right: 18px;
}

.footer a, .footer a:hover {
  color: #E8F1CF;
}

.content {
  width: 588px;
  vertical-align: top;
  padding: 20px 45px 20px 45px;
}

.main_menu {
  width: 633px;
  height: 39px;
  padding-left: 45px;
  background-image: url('images/menu_bg.gif');
  background-repeat: repeat-x;
  background-position: top;
  vertical-align: top;
}

.main_menu table {
  width: 100%;
  height: 39px;
}

.main_menu td {
  padding-left: 10px;
  text-align: left;
  background-image: url('images/menu_separator.gif');
  background-repeat: no-repeat;
  background-position: left top;
}

.main_menu a {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 10pt;
  font-weight: normal;
}

.main_menu a:hover {
  color: #FFFFFF;
}

.submenu_div {
  position: absolute;
  left: 0px;
  top: 0px;
  visibility: hidden;
  background-color: #DCDCDC;
  border: 1px solid #FFFFFF;
  border-bottom: none;
}

.submenu_div td {
  border-bottom: 1px solid #FFFFFF;
  text-align: left;
}

.submenu_div td.menu_label {
  padding: 2px 5px 2px 5px;
  white-space: nowrap;
}

.submenu_div td a {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 10pt;
  font-weight: normal;
}

.submenu_div tr.hover td {
  cursor: pointer;
}

.submenu_div tr.hover a:hover, .submenu_div tr.hover a {
  color: #91BE1A;
}

.pp {
  width: 100%;
}

.pp caption, .pp a, .pp a:hover, .pp h1, .pp h2 {
  color: #FF8533;
}

.pp div {
  color: #5F5F5F;
}

.pp li {
  background-image: url('images/pp_bz.gif');
}

.reference {
  width: 100%;
  margin-top: 30px;
}
