/* Site-specific styles */
/* Set the spot color for this site - #5bc6ff */
.OuterFramingTable
{
  border: 4px solid #5bc6ff;
}
.navigationFooter
{
  background-color: #5bc6ff; /* Was #66ccff originally for some reason */
}
/* Set the rest of the site-specific styles */
.OuterFramingTable
{
  border-top-width: 0px;
}
#ContentTableMid H1, #ContentTableRight H2, .ContentTableLowLeft H4, .ContentTableLowMid H4, .ContentTableLowRight H4
{
}
.ContentTableLowLeft H4, .ContentTableLowMid H4, .ContentTableLowRight H4
{
  color: #009900;
  font-weight: bold;
  margin-bottom: 2ex;
}
#ContentTableMid
{
  width: 435px;
}
.navigationFooter
{
  border: solid black 0px;
}
.navigationFooter A
{
/*  background-color: white; */
}
.title
{
  font-weight: bold;
  color: #000000;
  margin: 0px 0px 2px 0px;
  font-size: 16pt;
  text-align: center;
}
.subtitle
{
  font-weight: bold;
  color: #000000;
  margin: 0px 0px 2px 0px;
  font-size: 11pt;
  text-align: center;
}
#MainContentStrapline
{
  margin: auto;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 10px;
}
BODY, TABLE
{
  /* For some reason, TABLE doesn't inherit the font-size from its parent, even though it inherits the font family */
/*  font-size: xx-small; */
  font-size: 10pt;
}
.ContentMain HR.headerSep
{
  margin-bottom: 3ex;
}
.MenuTable, #ContentTableRight, .ContentTableLowMid
{
  background-color: #dbffd9;
  background-image: url(../images/bg_grad_lin_med_grn.png);
}
.menuRowContainer
{
/*  background-image: url(../images/11.png); */
  background-image: none;
  background-color: #dbffd9;
}
.menuRowLeftMaster, .menuRowLeftSublevel
{
/*  background-image: url(../images/12.png); */
  background-image: none;
}
.OuterFramingTable
{
  border-color: #330099;
}
#searchLabel
{
  color: #edffec;
}
.menuSep
{
  background-color: #009900;
}
H1, H2, H3, H4, H5, H6
{
  color: #009900;
}