


body {
  background: url(../images/bhp_bg_fill.png);
  padding: 0px;
  margin: 0px;
}


a { color: #003366; text-decoration: none; }
a:hover { color: #FF9000; }


#table_display_frame {
  position: absolute;
  top: 0;
  left: 170;
  z-index: 4;
  border: 1px;
  width: 770px;

}

#table_display_frame_right {
  width: 20px;
  background: url(../images/bhp_right_shade_fill.png);
  background-repeat: repeat-y;
  margin-left: 30px;
}


#table_display {
  position: relative;
  top: 0;
  z-index: 4;
  border: 1px solid #000000;
  border-top: 0px;
  width: 750px;
  background: url(../images/bhp_bg_table_fill.png);
}

#table_display_head {
  height: 120px;
}


#table_display_main {
  background: url(../images/sidebar_shadow.png);
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  border-top: 1px solid #003366;
  height: 500px;
}


#table_display_foot {
  background: url(../images/bhp_main_bottom_shade.png);
  background-repeat: repeat-x;
  height: 200px;
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 10px;
}

#div_bg_fill_01 {
  position: absolute;
  top: 128;
  z-index: 2;
  width: 100%;
  height: 543px;
  background: url(../images/bhp_bg_div_01_fill.png);
}

#div_logo_graphic {
  position: absolute;
  top: 0px;
  left: -20px;
  z-index: 6;

}

#div_navbar_placement {
  position: absolute;
  top: 102px;
  left: 190px;
  z-index: 8;
  width: 1024px;

}


.logo_graphic {
  border: 4px solid #003366;
  border-top: 0px;
}


#table_slideshow {
 width: 100%;
 padding-top: 10px;
}


#table_slideshow_cel {
 width: 50%;
 text-align: center;
 padding-left: 26px;
}


#table_slideshow_article {
 width: 50%;
 color: #666666;
 font-family: arial, sans-serif;
 font-size: 12px;
 padding-left: 36px;
 /* border-right: 1px dashed #666666; */
}


#table_articles {
 width: 750px;
}

#table_articles_content {
 padding: 40px;
 font-family: Arial, sans-serif;
 font-size: 12px;
 color: #666666;
}




#navbar { float: left;
  width: 60px;
  border: 1px solid #666666;
  color: #666666;
  font-size: 10px;
  font-family: arial, sans-serif;
  text-align: center;
  padding: 2px;
  background: #CCCCCC;
}

#navbar_on {
  float: left;
  position: relative;
  z-index: 9;
  width: 60px;
  border: 1px solid #666666;
  border-bottom: 2px solid #FFFFFF;
  border-right: 2px solid #666666;
  color: #666666;
  font-size: 11px;
  font-family: arial, sans-serif;
  font-weight: bold;
  text-align: center;
  padding: 2px;
  padding-left: 4px;
  padding-right: 4px;
  margin-top: -2px;
  background: #FFFFFF;
}


.content {
 font-size: 11px;
 font-family: arial, sans-serif;
 color: #666666;

}



/* Forms, etc                   */
#content_form_title {
  float: left;
  width: 100px;
  font-size: 10px;
  font-weight: normal;
  font-family: Arial,Verdana,Helvetica,sans-serif;
  color: #666666;
  padding: 6px;
  padding-left:0px;
  padding-right: 10px;
  text-align: right;
}

#content_form {
  float: left;
  font-size: 10px;
  font-weight: normal;
  font-family: Arial,Verdana,Helvetica,sans-serif;
  color: #666666;
  padding: 6px;
  padding-left:0px;
  padding-right: 10px;
}

input {
 border: 1px solid #666666;
}

textarea {
 border: 1px solid #666666;
}

select {
 border: 1px solid #666666;
 font-size: 9px;
}




