body {
margin:0px;
padding:0px;
background:#DEDEDE;
text-align:center;
}
#topStripe {
width:100%;
background:url(../images/top_stripe.gif) repeat-x;
height:auto;
}
#wrapper {
width:755px;
margin:auto;
padding:auto;
background:#FFFFFF;
text-align:left;
}
#menu {
height:32px;
background:#CC0000;
}
#header {
background:url(../images/header.jpg) no-repeat;
height:275px;
}
#header-2 {
background:url(../images/header-2.jpg) no-repeat;
height:275px;
}
#header-3 {
background:url(../images/header-3.jpg) no-repeat;
height:275px;
}
#header-about {
background:url(../images/header-about.jpg) no-repeat;
height:275px;
}
#header-home {
background:url(../images/header-home.jpg) no-repeat;
height:275px;
}
#header-charges {
background:url(../images/header-charges.jpg) no-repeat;
height:275px;
}
#header span, #header-about span, #header-3 span, #header-2 span, #header-home span, #header-charges span {
display:none;
}
#content {
background:url(../images/fade.jpg) repeat-x top;
height:auto;
padding:5px 12px 5px 12px;
}
#footer {
clear:both;
background:url(../images/top_stripe.gif);
padding:5px;
height:55px;
}
#tabs {
	  margin:auto;
	  text-align:center;
	  padding-top:6px;
      }
    #tabs ul {
	  margin:0;
	  padding:4px 10px 0px 12px;
	  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 13px 4px 6px;
      color:#FFFFFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#990000;
      }
    #tabs a:hover {
      background-position:0% -42px;
      }
    #tabs a:hover span {
      background-position:100% -42px;
      }
	  #tabs li.current a {
      background:url("../images/tableft.gif") no-repeat left bottom;
	  background-position:0px -42px; 
}
#tabs li.current a span {
      background:url("../images/tabright.gif");
	  background-position:100% -42px;
	  color:#990000;
}

.twoCol {
float:left;
width:50%;
display:inline;
}

.clear {
clear:both;
}
.formBlock {
display:block;
width:100%;
float:left;
}
hr {
border:solid #CCCCCC;
border-width:1px 0px 0px 0px;
}