/* CSS Document */

body {
font-family:Tahoma, Verdana, Arial, Helvtica;
font-size:12px;
margin:0;
}

.maincontainer {
width:750px;
margin-left:auto;
margin-right:auto;
display:table;
}

.header {
background-image:url(../images/header.gif);
width:750px;
height:142px;
}

.nav {
background-image:url(../images/nav_bg.gif);
width:750px;
height:36px;
margin:0px;
padding:0px;
clear:both;
}

.banner {
background-image:url(../images/banner.gif);
width:750px;
height:221px;
clear:both;
}

.bannertext {
font-size:14px;
font-weight:bold;
text-align:center;
color:#FB1A0F;
margin:0 0 0 70px;
padding:110px 0 0 0;
}

.main {
background-image:url(../images/main_bg.gif);
width:750px;
clear:both;
}

.content {
width:710px;
padding:0 10px 0 10px;
margin:0 10px 0 10px;
text-align:left;
}

.footer {
background-image:url(../images/footer.gif);
width:750px;
height:39px;
clear:both;
}

.legal {
font-size:10px;
text-align:center;
padding-top:15px;
}

.legal a:link, a:visited {
color:#07268A;
font-weight:bold;
text-decoration:underline;
}

.legal a:hover {
color:#FD0A03;
font-weight:bold;
text-decoration:none;
}

h1 {
font-weight:bold;
font-size:14px;
color:#666666;
border-bottom:1px solid #666666;
padding:5px 0 0 0;
margin:0;
}

/*- Menu Tabs 4--------------------------- */

    #tabs4 {
      float:right;
      width:100%;
      font-size:93%;
	  margin:0;
	  padding:0;
      }
    #tabs4 ul {
          margin:0;
          padding:13px 10px 0 50px;
          list-style:none;
      }
    #tabs4 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs4 a {
      float:right;
      background:url("../images/tableft4.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 7px;
      text-decoration:none;
      }
    #tabs4 a span {
      float:right;
      display:block;
      background:url("../images/tabright4.gif") no-repeat right top;
      padding:5px 15px 5px 6px;
	  margin:0px;
      color:#6B78A9;
	  font-weight:bold;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs4 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs4 a:hover span {
      color:#6B78A9;
      }
    #tabs4 a:hover {
      background-position:0% -42px;
      }
    #tabs4 a:hover span {
      background-position:100% -42px;
      }

      #tabs4 #current a {
              background-position:0% -42px;
      }
      #tabs4 #current a span {
              background-position:100% -42px;
      }
-->