body {
		background-color:#EEEEEE;
}

#mainBody {
  text-align: left;
  background-color: #efebce;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  width: 750px;
  margin-left: auto;
  margin-right: auto;
  min-height: 600px;
  
  height:auto !important;
  height:600px;

  border-style: solid;
  border-width: 1px;
  border-color: #003c73;

}

#banner {
  background-color: #003c73;
  text-align: center;
}

#bannerImg 
{
  margin-left: 10px;
  margin-top: 5px;  
}

#bodyContent
{
  margin: 50px 10px 25px 10px;
  color: #003c73;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}

.titleColor
{
  color: #D15600;
}

/*- Menu Tabs--------------------------- */
    #tabs {
      float:left;
      width:100%;
      background:#003c73;
      font-size:95%;
      line-height:normal;
      }
    #tabs ul {
        margin:0;
        padding:10px 10px 0 35px;
        list-style:none;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
      float:left;
      background:url("images/tableft.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs a span {
      float:left;
      display:block;
      background:url("images/tabright.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#003c73;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#D15600;
      }
    #tabs a:hover {
      background-position:0% -42px;
      }
    #tabs a:hover span {
      background-position:100% -42px;
      }
    #tabs #current a {
        background-position:0% -42px;
      }
    #tabs #current a span {
        background-position:100% -42px;
      }

