body{
text-align: center;
margin: 0;
font-family: verdana, arial, sans-serif;
font-size: 65%;
background: url(../img/bg_home.gif);
}

html, body {height: 100%;}

#container{
width: 806px;
position: relative;
margin: 0 auto 0 auto;
text-align: left;
overflow: hidden;
background-repeat:repeat-y; 
background-position:center
}

#header{
margin: 0px 0px 0px 0px;
width: 802px;
height: 109px;
background: url(../img/logo.gif);
background-repeat: no-repeat;
background-position:  right; 
}

.centeredImage{
text-align:center;
}

#content{
width: 799px;
float: left;
border-left: 1px solid #a1a1a5;
border-right: 1px solid #a1a1a5;
border-top: 1px solid #a1a1a5;
background: #fff url(../img/home_content_bg.jpg) no-repeat top right;
padding: 20px 5px 20px 0px;
}

#content a:link, #content a:visited, #content  a:active{
color: #535252;
text-decoration: underline;
}

#content a:hover{
text-decoration: none;
}

p{
font-size:1.1em;
color: #585757;
margin: 5px 60px 20px 60px;
}

h1{
font-size:14px;
font-weight:bold;
color:#6db43f;
margin: 50px 60px 10px 60px;
}

h2{
font-size:11px;
font-weight:bold;
color:#6db43f;
margin: 30px 60px 10px 60px;
}

img{
border: 0px;
}

#footer{
border-top: solid 1px #a1a1a5;
clear:all;
width: 800px;
height: 12px;
* height: 20px;
color:#6db43f;
text-align: right;
padding: 0px 5px 0px 0px;
position: relative;
margin: 0px 0px 0px 0px;
}

#footer a{
color:#6db43f;
font-size: 10px;
text-decoration:none;
}

#footer a:hover{
color:#6db43f;
font-size: 10px;
text-decoration:underline;
}



/*- Menu Tabs C--------------------------- */

    #tabsC {
      float:left;
      width:100%;
      background:url("../img/tableftC.gif");
      font-size:100%;
      line-height:normal;
      }
    #tabsC ul {
	  margin:0;
	  padding:0px 10px 0 1px;
	  list-style:none;
      }
    #tabsC li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsC a {
      float:left;
      background:url("../img/tableftC.gif") repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsC a span {
      float:left;
      display:block;
      background:url("../img/tableftC.gif") repeat right top;
      padding:14px 15px 4px 6px;
      color:#fff;
			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:#426e26;
      }
    #tabsC a:hover {
      background-position:0% -31px;
      }
    #tabsC a:hover span {
      background-position:100% -31px;
      }  

    #tabsC a.active{
    background:url("../img/tableftC.gif");
          background-position:0% -31px;
          }
    			
    #tabsC span.active{
    background:url("../img/tableftC.gif");
          background-position:0% -31px;
					color:#47474a;
          }

