
BODY {
margin-top: 4px;
background-color: #ebefdc;
line-height: 135%;



}

#wrapper
{
	width: 962px;
	padding:0px;
	background-color: #c6d19a;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;


}

#top {

width: 962px;
height: 160px;
margin: 0;
padding: 0;
background: url(images/top1.jpg);

}

#second {

width: 962px;
height: 87px;
margin-top: 0px;
margin-bottom: 0px;
background: url(images/second2.jpg);
background-repeat: no-repeat;
}

#left {

width: 168px;
margin-top: 0px;
float: left;
font-size: 8px;

}


#gadside  {
margin-left: 10px;
float: left;
}


#mainwrapper {
background: url(images/side11.jpg);
background-repeat: repeat-y;
width: 962px;
margin: 0;
padding: 0;
}

#main {

padding: 0px;
margin-left: 176px;
margin-right: 20px;
margin-top: 0px;


}

#nav {

width: 962px;

}

#footer {
width: 962px;
height: 102px;
margin-top: 0px;
background: url(images/footer2.jpg);
}


.rightal {
float: right;
padding-left: 20px;
}

H1 {
color :  #ebefdc;
font-size : 18px;
margin-top: 50px;
margin-left: 310px;
font-family : Arial, Helvetica, Sans-Serif;

}


H2 {
color :  #004000;
font-size : 18px;
margin-top: 0px;
margin-left: 210px;
font-family : Verdana, Arial, Helvetica, Sans-Serif;


}

H3 {
color :  #000000;
font-size : 11px;
font-weight: bold;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 10px;
font-family : Arial, Helvetica, Sans-Serif;

}


.headthree {
color :  #606063;
font-size : 16px;
font-family : Verdana, Arial, Helvetica, Sans-Serif;

}


P { 
font-size : 10pt;
font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
text-align: justify;
line-height: 130%;
color: #004000;
margin-top: 10px;
margin-right: 0px;
margin-bottom: 10px;
 } 

P.last {
margin-bottom: -20px;
 } 
 
 img.right {
 float: right;
 clear: right;
 border: solid 4px;
 border-color: #385883;
 margin-top: 0px;
 margin-right: 0px;
 margin-left: 20px;
 margin-bottom: 0px;
 }

 img.left {
 float: left;
 margin-top: 0px;
 margin-right: 0px;
 margin-left: -10px;
 margin-bottom: 0px;
 }
 
 img.righto {
 margin-top: 54px;
 margin-right: 20px;
 float: right;

 }

.rightext {
 float: right;
 border: none;
 clear: both;

 }
 
 LI {
font-size : 8pt;
font-family : Verdana, Arial, "Times New Roman", Times, serif;
text-align: left;
line-height: 140%;
}


a:link { color: #006000;

}

a:visited { color: #006000;
;
}

a:hover { color: #002000;

}

/*-----------------------------------------------------------
  Pure CSS Drop-down Menu
  Last Updated: 12/31/2007 by Justin Spegele
  Author: Justin Spegele
          Spegele Design and Development
          http://www.spegele.com/
  This code is free to modify and use for any purpose, as
  long as proper credit is given to the original designer.
----------------------------------------------------------- */

/* Overarching Menu
    -----------------------------------*/
    .cssnav {
        position:relative; 
        margin-left: 260px;
        margin-top: -30px;
        margin-right: 10px;
        z-index:1000;
        font-size:9px;
        font-family:  Arial, Helvetica, sans-serif;
        font-weight:bold;
        text-align:center;
        z-index: 1000;
    }
    .cssnav ul {
        padding:0;
        margin:0;
        list-style-type:none;
        z-index: 1000;
    }
    .cssnav ul ul {
        width:153px;
        text-align:left;
        z-index: 1000;
        
}
/*	Main list 
    -----------------------------------*/
    .cssnav li {
        float:left;
        width:154px;
        position:relative;
        z-index: 1000;
            }
/*	First Level
    -----------------------------------*/
    /* Links */
    .cssnav a, .cssnav a:visited {
        display:block;
        text-decoration:none; 
        color:#000000; 
        border:1px solid #004000; 
        border-width:1px 1px 1px 1px;
        padding-left: 5px;
        background:#ebefdc; 
        line-height:25px;
        margin-left: 5px;
        z-index: 1000;
    }
    /* Links on hover */
    .cssnav a:hover, .cssnav ul ul a:hover{
        color:#fff; 
        background:#a8b996;
    }
    .cssnav :hover > a, .cssnav ul ul :hover > a {
        color:#fff;
        background:#a8b996;
    }
/*	Second Level
    -----------------------------------*/
    /* Links */
    .cssnav ul ul a, .cssnav ul ul a:visited {
        background:#dedeb5;
        line-height:1em; 
        padding:5px 10px; 
        width:127px;
        border-width:0 1px 1px 1px;
        z-index: 1000;
    }
    /* Links on hover */
    .cssnav ul ul a:hover {
        background:#a8b996;
    }
    /* Visibility */
    .cssnav ul li:hover ul, .cssnav ul a:hover ul{
        visibility:visible; 
    }
/*	Third Level
    -----------------------------------*/
    /* Links */
    .cssnav ul ul ul a, .cssnav ul ul ul a:visited {
        background:#a8b996;
    }
    /* Links on hover */
    .cssnav ul ul ul a:hover {
        background:#a8b996;
    }
    /* Positioning */
    .cssnav ul ul ul{
        left:150px; 
        top:-1px; 
    }
    .cssnav ul ul ul.left {
        left:-154px;
    }
    /* Visibility */
    .cssnav ul :hover ul ul{
        visibility:hidden;
    }
    .cssnav ul :hover ul :hover ul{
        visibility:visible;
    }
/*	All Sub Levels 
    -----------------------------------*/
    /* Default visibility */
    .cssnav ul ul {
        visibility:hidden;
        position:absolute;
        top:26px;
        left:0; 
        border-top:1px solid #004000;
    }
/*	IE Table 
    -----------------------------------*/
    .cssnav table {
        position:absolute;
        top:0;
        left:0;
        border-collapse:collapse;
    }




.co2 {

margin-left: 25px;
margin-top: -110px;
 

}


.news {
width: 118px; 
height: 157px;
background: url(images/newsbak.gif);
font-size: 8pt;
font-family: verdana,arial, geneva;
line-height: 110%;
color: #004000;
margin-left: 11px;
padding-left: 6px;
padding-right: 6px; 

}

TD.listhead { 
font-size : 11pt;
text-align: left;
padding: 1px;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
line-height: 130%;
background-color: #346b34;
 } 


TD.listtext { 
width: 556px;
font-size : 10pt;
font-family : Arial, Geneva, "Times New Roman", Times, serif;
font-weight: normal;
line-height: 130%;
text-align: justify;
color: #004000;
 }

a.listing:link { color: #efefef; font-family: verdana, arial, geneva; font-size: 12px; font-weight: bold; line-height: 130%;}
a.listing:visited {  color: #efefef; font-family: verdana, arial, geneva; font-size: 12px; font-weight: bold; line-height: 130%;}
a.listing:hover {  color: #ffffff; font-family: verdana, arial, geneva; font-size: 12px; font-weight: bold; line-height: 130%;}


