BODY {
  margin: 0px;
  padding: 0px;
  background-color: #FFFFFF;
}
A {
  color: #D74100;
}
A:visited {
  color: #872800;
}
A:hover {
  color: #872800;
}


/* TOP HEADER STYLES */

#idTop {
  background-color: #FFFFFF;
  height: 50px;
}
#idTop #idTopLogo {
  margin: 5px 0px 0px 10px;
}
#idTop TD {
  text-align: center;
  vertical-align: middle;
  color: #FFFFFF;
  font: 9pt verdana, sans-serif;
}

/* Navigation related styles */
.clsNavFlame {
  vertical-align: bottom !important;
}
.clsNavFlame IMG {
  margin-bottom: 4px;
  visibility: hidden;
}
#idNavBar TD {
  background-color: #FFA400;
  height: 30px;
}
.clsNavButton A {
  text-decoration: none;
  border: 0px;
}


/* HOMEPAGE STYLES */

#idHomeTagline {
  background-color: #929292;
  text-align: center;
  vertical-align: middle;
}
#idHomePhoto {
  width: 343px;
}
.clsDividerOrange {
  font-size: 1px;
  height: 8px;
  width: 800px;
  background-color: #FF5100;
}
#idHomeContent {
  text-align: left;
  vertical-align: top;
  font: 9pt verdana, sans-serif;
  color: #000000;
  line-height: 20px;
  padding: 25px 10px 10px 25px;
}
#idHomeContent H1 {
  margin: 0px;
  padding: 0px 0px 15px 0px;
  font: bold 11pt verdana, sans-serif;
}

/* Homepage orange box styles */
#idHomeOrangeBoxContainer {
  text-align: left;
  vertical-align: top;
  width: 343px;
}
#idHomeOrangeBox {
  background-image: url(../images/home-orangebox-bg.gif);
  background-repeat: repeat-y;
}
#idHomeOrangeBoxCopy {
  color: #FFFFFF;
  font: 8pt verdana, sans-serif;
  line-height: 16px;
  padding: 15px 25px 45px 15px;
  background-image: url(../images/home-orangebox-bottom.gif);
  background-repeat: no-repeat;
  background-position: bottom;
}
#idHomeOrangeBoxCopy A {
  color: #FFFFFF;
}
#idHomeOrangeBoxCopy #idHomeOrangeBoxSource {
  padding-top: 20px;
  text-align: right;
  line-height: 14px;
}


/* GENERAL PAGE STYLES */

#idPageTable {
  background-image: url(../images/page_header-bg.gif);
  background-repeat: repeat-x;
  background-position: top;
}
#idPageTable TD {
  text-align: left;
  vertical-align: top;
}
#idPageMain #idPageContent {
  padding: 0px 20px 10px 20px;
  font: 8pt verdana, sans-serif;
  line-height: 18px;
}
#idPageMain #idPageContent H1 {
  font: bold 10pt verdana, sans-serif;
  margin: 15px 0px 15px 0px;
  padding: 0px;
}
#idPageMain #idPageContent H2 {
  font: bold 8pt verdana, sans-serif;
  margin: 0px;
  padding: 10px 0px 8px 0px;
}

/* General page orange box styles */
#idPageOrangeBoxContainer {
  width: 343px;
  text-align: left;
  vertical-align: top;
}
#idPageOrangeBox {
  background-image: url(../images/page-orangebox-bg.gif);
  background-repeat: repeat-y;
}
#idPageOrangeBoxInner {
  background-image: url(../images/page-orangebox-inner-bg.gif);
  background-repeat: no-repeat;
}
#idPageOrangeBoxCopy {
  color: #FFFFFF;
  font: 8pt verdana, sans-serif;
  line-height: 16px;
  padding: 15px 25px 45px 15px;
  background-image: url(../images/page-orangebox-bottom.gif);
  background-repeat: no-repeat;
  background-position: bottom;
}
#idPageOrangeBoxCopy A {
  color: #FFFFFF;
}
#idPageOrangeBoxCopy #idPageOrangeBoxSource {
  padding-top: 20px;
  text-align: right;
  line-height: 14px;
}
