* { 
padding : 0;
margin : 0;
} 
body { 
font : 85% "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size : 13px;
background-image : url(images/bg.jpg);
background-repeat : repeat-x;
} 
p { 
color : #666666;
} 
h1 { 
font-size : 1.6em;
} 
h2 { 
font-size : 1.4em;
} 
h3 { 
font-size : 1.2em;
} 
a { 
color : #009933;
text-decoration : none;
} 
a:hover { 
color : #339900;
text-decoration : underline;
} 
#wrapper { 
margin : 0 auto;
width : 822px;
} 
#header { 
color : #333;
width : 820px;
float : left;
padding : 0 0 0 0;
height : 200px;
margin : 0 0 0 0;
} 
#header h3 { 
margin-left : 320px;
margin-top : -60px;
}  
#leftcolumn { 
color : #333;
margin : 0 0 0 10px;
padding : 0 0 10px 0;
height : 350px;
width : 210px;
float : left;
} 
.leftnav ul { 
list-style : none;
} 
.leftnav li { 
margin : 0 0 0 0;
} 
.leftnav li a { 
display : block;
width : 199px;
height : 30px;
line-height : 30px;
background : url(images/nav.jpg) no-repeat left top;
text-indent : 10px;
color : #339900;
text-decoration : none;
font-weight : bold;
padding-top : 2px;
} 
.leftnav li a:active, .leftnav li a:visited, .leftnav li a:hover { 
background-position : right top;
color : #000000;
font-weight : 800;
} 
#rightcolumn { 
float : right;
color : #333;
margin : 0 10px 0 0;
padding : 0 0 0 0;
min-height : 350px;
width : 580px;
display : inline;
border-left : 4px solid #339900;
border-right : 4px solid #339900;
} 
#rightcolumn h1 { 
margin : 0 5px 0 5px;
padding : 0 0 0 5px;
color : #FFFFFF;
background-color : #339900;
text-align:center;
} 
#rightcolumn h2 { 
margin : 10px 5px 0 5px;
padding : 0 0 0 5px;
color : #FFFFFF;
background-color : #339900;
text-align:center;
} 
#rightcolumn p { 
padding : 10px 5px 0 5px;
text-align : justify;
font-size : 1.1em;
text-align:center;
}  
.righttop { 
float : right;
color : #333;
margin : 0 0 0 0;
padding : 0 0 0 0;
height : 15px;
width : 598px;
display : inline;
background-image : url(images/righttop.jpg);
background-repeat : no-repeat;
background-position : 0 0;
} 
.rightbottom { 
float : right;
color : #333;
margin : 0 0 0 0;
padding : 0 0 0 0;
height : 11px;
width : 598px;
display : inline;
background-image : url(images/rightbottom.jpg);
background-repeat : no-repeat;
background-position : 0 0;
} 
#footer { 
text-align:center;
width : 598px;
height : 47px;
float : right;
clear : both;
color : #333;
margin : 10px 0 10px 0;
padding : 0 0 0 0;
background-image : url(images/footer.jpg);
background-repeat : no-repeat;
} 
#footer p { 
text-align : center;
padding-top : 10px;
font-size : 80%;
} 