BODY {
  margin: 0px;
  padding: 0px;
  background-color: #FFFFFF;
}
#idHeader {
  background-color: #FFFFFF;
  height: 65px;
  border-bottom: 2px solid #003366;
}

#idTopNav {
  padding: 5px 20px 0px 0px;
  color: #000000;
  font: 8pt verdana, sans-serif;
}
#idTopNav A {
  color: #003366;
}
#idTopNav A:hover {
  color: #9A9A00;
}

#idNavContainer {
  background-color: #CCCC00;
  height: 20px;
  vertical-align: top;
  padding-top: 2px;
}
#idNavContainer #idNav {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}
#idNavContainer #idNav LI {
  margin: 0;
  padding: 0;
  float: left;
}
#idNavContainer #idNav LI A {
  border: 0px !important;
  text-decoration: none;
}

#idSidebarShadow {
  background-color: #000000;
  font-size: 1px;
  height: 4px;
  background-image: url(/images/sidebar-shadow-top.gif);
  background-repeat: repeat-x;
  text-align: right;
}
#idMainShadow {
  background-color: #000000;
  font-size: 1px;
  height: 4px;
  background-image: url(/images/main-shadow-top.gif);
  background-repeat: repeat-x;
}

.clsSidebar {
  width: 118px;
  background-color: #003366;
  text-align: left;
  vertical-align: top;
  background-image: url(/images/sidebar-shadow-right.gif);
  background-repeat: repeat-y;
  background-position: right;
}

#idSideNav {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}
#idSideNav LI {
  padding-top: 10px;
  float: left;
  font: bold 10px arial, sans-serif;
}
#idSideNav LI A {
  color: #FFFFFF;
  border: 0px !important;
  text-decoration: none;
}


#idMain {
  background-color: #EEEE65;
  text-align: left;
  vertical-align: top;
  padding: 5px 5px 5px 50px;
  background-repeat: no-repeat;
  background-position: 475px 50px;
}
#idMain .clsContent, #idMain .clsContent TD {
  font: 9pt verdana, sans-serif;
  color: #003366;
}
#idMain .clsContent H1 {
  font: bold 15pt verdana, sans-serif;
}
#idMain .clsContent UL {
  margin-top: 10px;
}
#idMain .clsContent UL LI {
  padding: 2px 0px 2px 0px;
}
#idMain .clsContent A {
  color: #0063B6;
}
#idMain .clsContent A:hover {
  color: #818100;
}

#idFooter {
  height: 40px;
  background-color: #EEEE65;
  text-align: left;
  padding: 10px 5px 5px 30px;
}
#idFooter .clsContent {
  width: 600px;
  font: 10px verdana, sans-serif;
  color: #003366;
  text-align: center;
  vertical-align: bottom;
}

#idFooter .clsContent A {
  color: #003366;
}
#idFooter .clsContent A:hover {
  color: #9A9A00;
}

.clsPressReleaseContent {
  font: 8pt verdana, sans-serif;
  padding: 15px;
}
#idPRTitle {
  font: bold 9pt verdana, sans-serif;
  margin-top: 10px;
}
#idPRDate {
  font-weight: bold;
  margin-bottom: 10px;
}

.clsWidth50 { width: 50px; }
.clsWidth100 { width: 100px; }
.clsWidth150 { width: 150px; }
.clsWidth200 { width: 200px; }
.clsWidth250 { width: 250px; }
.clsWidth300 { width: 300px; }
.clsWidth350 { width: 350px; }
.clsWidth400 { width: 400px; }
.clsWidth450 { width: 450px; }
   
.clsNoDecoration {
  border: 0px !important;
  text-decoration: none !important;
}

.footertable{
  font: 10px verdana, sans-serif;
}
