/* CSS Document */
#left{ float:left; width:190px;}
#hd {margin:auto; width:775px;}
h1,h2{ margin:0; font-size:14px;}
#ft {margin:auto; width:775px;}
#tabsC { margin-bottom:5px;
      float:left;
	  text-align:center;
	  margin:auto;
      width:760px;
      background:#D9FBE2;
      font-size:93%;
      line-height:normal;
	  text-transform:capitalize;
      }
#tabsC ul {
        margin:0;
        list-style:none;
      }
#tabsC li {
      display:inline;
      margin:0;
      padding:0;
      }
#tabsC a {
      float:left;
	  background-color:#1DA947;
      margin-left:3px;
      padding:0 0 0 2px;
      text-decoration:none;
      }
#tabsC a span {
      float:left;
      display:block;
      background-color:#1DA947;
      padding:4px 8px 4px 4px;
      color:#ffffff;
	  font-weight:bold;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsC a span {float:none;}
    /* End IE5-Mac hack */
#tabsC a:hover span {
      color:#ffffff;
      }
#tabsC a:hover { background-color:#999999;
      
      }
#tabsC a:hover span {
     background-color:#999999;
      }

#tabsC #current a {
                background-color:#999999;
        }
#tabsC #current a span {
                background-color:#999999;
        }
