* { padding: 0; border: none; text-decoration: none}

body {  
background: #f2f8eb; background-image: url(bg01.jpg); 
background-repeat:repeat-x;
font: 13px "trebuchet ms", tahoma, sans-serif; margin-top: 0px; margin-bottom: 0px;
}


#container {
background: url(middle.jpg) repeat-y;
width: 980px;
margin: 0 auto;
}


#header {
height: 187px;
background: url(top01.jpg) no-repeat;
}

#header02 {
height: 158px;
background: url(top02.jpg) no-repeat;
}



#footer {
background: url(bottom.jpg) repeat-y;
height: 74px;
clear: both;
}


#disc {
width: 880px;
float: left;
text-align: center;
padding-left: 54px;
margin-top: -50px;
color: #ffffff;
}


a:link, a:visited { color: #ffffff; }
a:hover { color: #65a44d; }

#content a:link, #content a:visited { color: #65a44d; }
#content a:hover { color: #000000; }


#content {
width: 860px;
float: right;
padding-right: 54px;
margin-top: -15px;
color: #000000;
}

#navigation {
width: 600px;
float: right;
text-align: right;
padding-right: 54px;
margin-top: -332px;
color: #ffffff;
}


h1 {
font-family: georgia;
line-height: 12px;
font-size: 17px;
letter-spacing: 2px;
text-align: left;
color: #5a7629;
margin-top: 20px;
margin-bottom: 20px;
text-transform: uppercase;}

h2 {
font-family: georgia;
line-height: 12px;
font-size: 17px;
letter-spacing: 2px;
text-align: left;
color: #000000;
margin-top: 20px;
margin-bottom: 20px;
text-transform: uppercase;}



p {margin: 0 0 10px 0;}
.icon { margin: 8px 8px 8px 0pt; float: left; }
.icon02 { margin: 8px 0px 8pt 8pt; float: right; }
.msn { padding: 2px; background-color: #e9f3da; border: 2px solid #e9f3da;}
strong {color: #6fa55b; }
em {color: #676666; }

blockquote 
{border-left: 8px solid #5e8d4e;
padding-left: 16px;
color:#000000;
background-color: #e7f1d6;}


#box a:link, #box a:visited { color: #436e34; }
#box a:hover { color: #000000; }

#content ul {
	color: #000000;
	padding: 0 0 0 20px;
	margin: 10px 0;
list-style-type: circle;}

#content ol {
	color: #000000;
	padding: 0 0 0 20px;
	margin: 10px 0;}




input, textarea, select {
            font: 100% "Arial", "Verdana", "Tahoma", sans-serif;
	color: #000000;
	background-color: #e7f1d6;
	border: 1px;
	border-color: #000000;
	border-style: solid;
	text-decoration: none;}









/*- Menu Tabs H--------------------------- */

    #tabsH {
      float:left;
      width:100%;
      font-size:93%;
      line-height:normal;
      }
    #tabsH ul {
	margin:0;
	padding:10px 10px 0 90px;
	list-style:none;
      }
    #tabsH li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsH a {
      float:left;
      background:url("tableftH.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsH a span {
      float:left;
      display:block;
      background:url("tabrightH.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsH a span {float:none;}
    /* End IE5-Mac hack */
    #tabsH a:hover span {
      color:#FFF;
      }
    #tabsH a:hover {
      background-position:0% -42px;
      }
    #tabsH a:hover span {
      background-position:100% -42px;}
