/* START GENERIC ELEMENTS */

H2.panel2 {
  color: #646464;
  font-weight: normal;
  margin: 0px 0px 5px 0px;
}

/* END GENERIC ELEMENTS */
/* START PANEL 2 TOP BORDER */

DIV.panel2bordertop {
  background-image: url(../images/panel2/top.gif);
  background-position: left top;
  background-repeat: no-repeat;
  height: 20px;
  margin: 0px 0px 0px 2px;
  width: 866px;
}

/* END PANEL 2 TOP BORDER */
/* START PANEL 2 BOTTOM BORDER */

DIV.panel2borderbottom {
  background-image: url(../images/panel2/bottom.gif);
  background-position: right top;
  background-repeat: no-repeat;
  height: 20px;
  margin: 0px 0px 10px 2px;
  width: 866px;
}


/* END PANEL 2 BOTTOM BORDER */
/* START PANEL 2 CENTER BORDER */

DIV.panel2bordercenter {
  background-image: url(../images/panel2/left.gif);
  background-position: left top;
  background-repeat: no-repeat;
  overflow: hidden;
  margin: 0px 0px 0px 2px;
  width: 866px;
}
DIV.panel2bordercenterleft {
  float: left;
  width: 20px;
}
DIV.panel2bordercenterdiv {
  background-image: url(../images/panel2/right.gif);
  background-position: right bottom;
  background-repeat: no-repeat;
  float: right;
  width: 846px;
}
DIV.panel2bordercenterright {
  float: right;
  width: 20px;
}
DIV.panel2content {
  background-color: #FFFFFF;
  float: left;
  text-align: left;
  width: 826px;
}

/* END PANEL 2 CENTER BORDER */
