@charset "UTF-8";
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColElsCtr #container {
	width: 100%;
	height:40px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
		padding: 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}


#tabsF {
      float:left;
      width:100%;
	background-image:url(images/tab_back.jpg);
      font-size:93%;
      line-height:normal;
	  border-bottom:1px solid #c5c5c5;
      }
    #tabsF ul {
	  margin:0;
	  padding:8px 10px 0 10px; /* cahnge this to center content */
	  list-style:none;
      }
    #tabsF li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsF a {
      float:left;
      background:url("images/tableftFa.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 8px;
      text-decoration:none;
      }
    #tabsF a span {
      float:left;
      display:block;
      background:url("images/tabrightFa.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#454545;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsF a span {float:none;}
    /* End IE5-Mac hack */
    #tabsF a:hover span {
      color:#ff0000;
      }
    #tabsF a:hover {
      background-position:0% -42px;
      }
    #tabsF a:hover span {
      background-position:100% -42px;
      }
	