body {
        margin:0;
        padding:0;
		background-color: #D4421A;
}
.Main {
	background-color: #FFFFFF;
	width: 780px;
	height: 100%;
}
.Header {
	padding-left: 10px;
	height: 100px;
}
.Nav {
      background:url("images/tabright12.gif") right top;
	  height: 20px;
}
.Content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 10px 70px 10px 60px;
	vertical-align:top;
}
.Content a {
	color:#CC3300;
	}
.Content a:hover {
	color:#EE6E15;
	text-decoration:none;
	}
.Content * {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.Content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #D1330C;
	font-weight: bold;
	xtext-transform: uppercase;
	text-align:center;
}
.Footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	line-height: 10px;
	background-color: #7F7F7F;
	border-top: black solid 1px;
	height: 25px;
	color:#FFFFFF;
}
.Banner {
	height: 140px;
	background-color: white;
}
.BannerHR {
	height: 4px;
	line-height: 4px;
	background-color:#ABABAB;
	border-top: black solid 1px;
	border-bottom: black solid 1px;
}

/*- Menu Tabs 12--------------------------- */


img {
border: none;
}


    #tabs12 {
      xfloat:left;
      xwidth:100%;
      background-color:#F9F7F3;
      font: bold 9px Verdana;
	  font-weight: bold;
      line-height:normal;
      xborder-bottom:1px solid #C2BDAE;
	  text-align:center;
      }
    #tabs12 ul {
          margin:0;
          padding:10px 10px 0 50px;
          list-style:none;
      }
    #tabs12 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs12 a {
      float:left;
      background:url("images/tableft12.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs12 a span {
      float:left;
      display:block;
      background:url("images/tabright12.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#E4D6CD;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs12 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs12 a:hover span {
      color:#FFF;
      }
    #tabs12 a:hover {
      background-position:0% -42px;
      }
    #tabs12 a:hover span {
      background-position:100% -42px;
      }

      #tabs12 #current a {
              background-position:0% -42px;
      }
      #tabs12 #current a span {
              background-position:100% -42px;
      }
