/* ----- Used to display vertical scrollbar for Firefox ----- */
html
{
  min-height: 100%; margin-bottom: 1px;
}


body
{
  background: #36414D;
  color: #7F7F7F;
  font-family: Verdana, tahoma, arial;
  font-size: 10px;
  margin: 0px;
  padding: 0px;
  text-align: center;
}


/* ----- Default size for fonts in table structure ----- */
table
{
  font-size: 12px;
}


/* ----- Default style for links on webpage ----- */
a:link
{
  color: #9D9D9B;
  font-size: 11px;
  font-weight: bold;
  text-decoration: underline;
}
	
a:visited
{
  color: #9D9D9B;
  font-size: 11px;
  font-weight: bold;
  text-decoration: underline;	
}
	
a:hover, a:active
{
  color: #FFFFFF;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}


/* ----- Image for the top banner ----- */
td.header
{
  background: url(/images/logo.jpg) no-repeat;
  height: 72px;
}

/* ----- Table cell height for the main navigation bar ----- */
td.main_nav
{
  height: 22px;
}

/* ----- For the main navigation bar ----- */
#nav
{
  clear: both;
  display: block;
  height: 22px;
  width: 776px;
  margin-left: 0px;
}


/* ----- BREADCRUMB START ----- */

td.breadcrumb
{
  background: #494949;
  height: 20px;
  font-size: 11px;
}

#breadcrumbLinksStyle a:link
{
  color: #9D9D9B;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}

#breadcrumbLinksStyle a:visited
{
  color: #9D9D9B;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}

#breadcrumbLinksStyle a:hover, #breadcrumbStyle a:active
{
  color: #FFFFFF;
  font-size: 11px;
  font-weight: bold;
  text-decoration: underline;
}

/* ----- BREADCRUMB END ----- */


/* ----- SUBNAVIGATION START ----- */

div.sdmenu
{
  width: 140px;
  font-family: Arial, sans-serif;
  font-size: 11px;
  padding-bottom: 10px;

  color: #fff;
}

/* Color for section header */
div.sdmenu div
{
  background: #000000;
  overflow: hidden;
}

/* For section header */
div.sdmenu div span
{
  display: block;
  padding: 5px 25px;
  font-weight: bold;
  color: white;
  background: url(/images/SubNavArrowDown.gif) no-repeat 10px center;
  cursor: default;
  border-bottom: 1px solid #3a3a2c;
}

/* Link info for section header */
div.sdmenu div a.titlelink, div.sdmenu div a.titlelink:hover, div.sdmenu div a.titlelink:visited
{
  padding: 0px 0px;
  background: none;
  text-decoration: none;
  display: inline;
  border-bottom: none;
}

/* Colors to dispay when pointer is NOT over link */
div.sdmenu div a, div.sdmenu div a:visited
{
  padding: 5px 10px;
  background: #1F1F1F;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #3a3a2c;
}

/* Colors to dispay when user hovers pointer over link */
div.sdmenu div a:hover
{
  background : #066;
  color: #ffffff;
  text-decoration: none;
}

/* ----- SUBNAVIGATION END ----- */


td.left_margin
{
  background: #1F1F1F;
  width: 140px;
}

td.main_body
{
  background: #333333;
  width: 676px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  vertical-align: top;
}

td.main_body_wall_of_honor
{
  background: #333333;
  width: 776px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  vertical-align: top;
}

font.heading_title
{
  font-size: 13pt;
  font-style: italic;
  font-weight: bold;
}


/* ----- FOOTER START ----- */

td.footer
{
  height: 80px;
  background: url(/images/footer-bg.gif) no-repeat;
  color: #FFFFFF;
  font-size: 11px;
  text-align: center;
  vertical-align: middle;
}

/* ----- FOOTER END ----- */
