
BODY	{
  background-color: #000000;
  margin: 0;
  padding: 0;
  font-family: Helvetica, Verdana, Arial;
  font-size: 10pt;
}

BODY.normal {
  background-color: white;
}

DIV.bodyWrapperOuter	{
  margin-top: 5px;
  border-bottom: 5px solid black;
}

DIV.bodyWrapperInnerMain	{
  background-color: white;
  width: 768px;
  background-position: right;
  background-repeat: repeat-y;
  overflow: hidden;
}

DIV.bodyWrapperInner	{
  background-color: white;
  width: 768px;
  text-align: left;
  overflow: hidden;
}


/****************************************************************

   Main Column Styles

****************************************************************/
DIV#leftColumn {
  float: left;
  background-color: #eeeeee;
  width: 150px;
  overflow: hidden;
  border-top: 2px solid black;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  margin-top: 3px;
}

DIV#centerColumn {
  float: left;
  width: 450px;
  margin-top: 2px;
}

DIV#rightColumn {
  float: right;
  background-color: #eeeeee;
  width: 150px;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  border-left: 2px solid black;
  padding-bottom: 10px;
  margin-top: 3px;
}


/****************************************************************

   Navigation Bar (horizontal) Styles

****************************************************************/
DIV#primaryMenu {
  float: left; clear: all; background-color: #d0d0d0; width: 768px;
  padding: 0; margin: 0;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

TABLE.primaryMenu {
  float: left; width: 730px;
  background-color: #d0d0d0;
}

TABLE.primaryMenu TD {
  color: white;
  font-weight: bold;
  border-right: 1px solid white;
  cursor: pointer;
}

TABLE.primaryMenu TD A {
  color: white;
  text-decoration: none;
}

DIV.primaryMenuItem {
  height: 20px;
  background-color: #d0d0d0;
  position: relative;
  text-align: center;
  line-height: 20px;
  vertical-align: middle;
  color: black;
  font-size: 8pt;
}

DIV.primaryMenuItemOver {
  height: 20px;
  background-color: #999999;
  position: relative;
  text-align: center;
  line-height: 20px;
  vertical-align: middle;
  font-size: 8pt;
}

DIV.primaryMenuItemSelected {
  height: 20px;
  background-color: #999999;
  position: relative;
  text-align: center;
  line-height: 20px;
  vertical-align: middle;
  font-size: 8pt;
}

TABLE.primaryMenu TD DIV.primaryMenuItemSelected A {
  color: black;
}

DIV.secondaryMenu {
  position: absolute;
  width: 130px;
  left: 0px;
  top: 19px;
  display: none;
  padding: 0;
  margin: 0;
  z-index: 100;
  text-align: left;
}


DIV.secondaryMenuItem {
  width: 120px;
  padding: 0;
  padding-left: 10px;
  color: white;
  background-color: #999999;
  border-bottom: 1px solid white;
  text-align: left;
  overflow: hidden;
  font-size: 8pt;
}

DIV.secondaryMenuItemOver {
  width: 120px;
  padding: 0;
  padding-left: 10px;
  color: black;
  background-color: #cccccc;
  border-bottom: 1px solid white;
  text-align: left;
  overflow: hidden;
  font-size: 8pt;
}


/****************************************************************

   Navigation Bar (vertical) Styles

****************************************************************/
DIV.vertNavBar {
  float: left;
  margin-left: 10px;
  width: 150px;
}

DIV.vertNavBar A {
  color: #800000;
  text-decoration: none;
  font-size: 10pt;
  line-height: 20px;
}

DIV.vertNavBar A:hover {
  font-weight: bold;
}

/****************************************************************

   Bread Crumb Styles

****************************************************************/
DIV.breadCrumbs {
  font-size: 8pt;
  text-align: center;
  margin: 20px 0 20px 0
}


/****************************************************************

   History Listing

****************************************************************/
DIV#historyListing {
  width: 100%;
  padding: 10px;
}

DIV#historyListing A {
  color: #800000;
  text-decoration: none;
  font-size: 10pt;
}

DIV#historyListing A:hover {
  font-weight: bold;
}


DIV#schedule {
  margin-top: 10px;
  padding: 10px;
  text-align: center;
}


.boldCopyText
{
   font-size: 10pt;
   font-family: Arial, Verdana;
   font-weight: bold;
}

.boldCopyText12pt
{
   font-size: 12pt;
   font-family: Arial, Verdana;
   font-weight: bold;
}

.header
{
   font-size: 18pt;
   font-family: Arial, Verdana;
   font-weight: bold;
}

.subHeader
{
   font-size: 14pt;
   font-family: Arial, Verdana;
   font-weight: bold;
}

