@charset "utf-8";
/* CSS Document */
* { padding: 0; margin: 0; }

body {
 font-family: "Times New Roman", Times, serif;
 font-size: 13px;
}
#wrapper { 
 margin: 0 auto;
 width:822px;
`padding-top: 10px;
}
#banner {
 width: 800px;
 padding: 10px;
 height:160px;
 margin: 0px;
 background: url(images/logo.gif) no-repeat;
 text-align:center;
}
#bannerlink{
display:block;
width:800px;
height:160px;
margin:20px 0 0 20px;
}

#lineabove{
 width: 800px;
 color:#38613d;
 padding:10px;
 height:20px;
 background: #ffffff;
 border-bottom: 2px solid #38613d;
}
/**Navigation start here**/
 #navigation{
 margin-top:10px;
 background-color:#305234;/*dark green color for navigation bg*/
 font-family:"Times New Roman", Times, serif;
 color:#FFFFFF;
 font-size:150%;
 width:100%;
}

 #navigation ul{
 padding:5px 0px 5px 0px;
 margin: 0;
 text-align: center; /*set value to "left", "center", or "right"*/
 overflow: hidden;
}
 #navigation ul li{
 display: inline;
}
 #navigation ul li a{
 color:#FFFFFF;
 padding: 6px 50px 6px 6px; /*50px is right padding between menu items*/
 margin: 0;
 text-decoration:underline;
}
 #navigation ul li a:hover{
 color: #EEEEEE;
 text-decoration:underline;
}               
                    
/**End Navigation**/
 #content {
 float:left;
 width: 800px;
 color:#38613d;
 background: #FFFFFF;
 margin: 0px 0px 0px 0px;
 padding-top: 10px;
 height:auto;
 text-align:center;
}

 .textwrap {
 width:750px;
 height:auto;
 margin:auto;
 background:#FFFFFF;
 padding:10px;
 text-align:center;
 }
 
#footer { 
 width:800px;
 float:left;
 color: #333;
 border-top: 2px solid #38613d;;
 background: #FFFFFF;
 margin: 10px 0px 10px 0px;
 padding: 10px;
}
 /**text decoration**/
 h1.greentext16 {
 color:#004219;
 font-family: "Times New Roman", Times, serif;
 text-align: center;
 padding:0;
 letter-spacing:5px;
 font-size:25px;
 font-weight:bold;
}
 p.footertext {
 color:#004219;
 font-family: "Times New Roman", Times, serif;
 text-align: center;
 padding:0;
 font-size:14px;
}
 p.contentfont18 {
 color:#004219;
 font-family: "Times New Roman", Times, serif;
 text-align:center;
 padding:0;
 font-size:18px;
}
 
 /**End text decoration**/
 a.greenlink:link{
 color:#004219;
}
 a.greenlink:visited{
 color: #009900;
}
 a.greenlink:hover{
 color:#009900;
}
 a.greenlink:focus{
 color:#009900;
 font-weight:bold;
}
 a.greenlink:active{
 color:#009900;
 font-weight:bold;
}
 /*Special code for images links**/
 
 a.whitelink:link{
 color:#FFFFFF;
}
 a.whitelink:visited{
 color:#FFFFFF;
}
 a.whitelink:hover{
 color:#FFFFFF;
}
 a.whitelink:focus{
 color:#FFFFFF;
}
 a.whitelink:active{
 color:#FFFFFF;
}
/**Special code for images link End here**/

/**image floats code**/
img.floatleft {
    float: left; 
    margin: 4px; 
}
img.floatright { 
    float: right; 
    margin: 4px; 
}
/**End image floats code**/
 
