* { padding: 0; margin: 0; }

body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 1em;
 background-image: url(images/bg_header.png);
 background-repeat:repeat-x;
 background-color: #aeda72;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#header {
 width: 900px;
 float: left;
 height: 200px;
 margin: 0px 0px 0px 0px;
 background-image: url(images/header.png);
 background-repeat: no-repeat;
 background-position: right;
}
#navigation {
 float: left;
 width: 900px;
 font-family: Verdana;
 font-size: 1.1em; 
 color: #333;
 padding: 10px;
 border: 1px solid #ccc;
 margin: 0px 0px 0px 0px;
 background: #61ad25;
 text-align: right;
}
#navigation ul li {
 display: inline;
 list-style: none;
}

#navigation ul li a { 
text-decoration: none;
padding: .2em 1em;
color: #fff;
}

#navigation ul li a:hover
{
color: #000;
background-color: #dfe94f;
border:2px solid #74ce2c;
}

#leftcolumn { 
 margin: 0px 0px 0px 0px;
 padding: 10px;
 width: 160px;
 float: left;
}

#leftcolumn ul li {
 list-style: none;
 font-size: 0.9em;

}

a.nav, a.nav:visited {
margin-left:15px; 
display:block; 
width:150px; 
height:25px; 
background:#61ad25; 
color:#fff; 
border:1px solid #dfe94f; 
text-decoration:none; 
text-align:center; 
line-height:20px;}

a.nav:hover {
background:#dfe94f; 
color:#000;}

a.subnav, a.subnav:visited {
margin-left:15px; 
display:block; 
width:150px; 
height:25px; 
background:#74ce2c; 
color:#000; 
border-left:1px solid #dfe94f;
border-right:1px solid #dfe94f;  
text-decoration:none; 
text-align:center; 
line-height:20px;}

a.subnav:hover {
background:#dfe94f; 
color:#000;}


#rightcolumn { 
 float: right;
 color: #333;
 border: 1px solid #ccc;
 background: #F2F2E6;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 width: 698px;
 display: inline;
 font-size: 0.9em;
}

#rightcolumn h1{ 
 font-size: 2em;
 color: #006400;
 text-align: center;
}

#rightcolumn h2{ 
 font-size: 1.5em;
 color: #006400;
 text-align: center;
}

#rightcolumn h3{ 
 font-size: 1.0em;
 color: #006400;
 }
 
 #rightcolumn h4{ 
 font-size: 0,9em;
 color: #006400;
}
 
#rightcolumn a{ 
 font-size: 0.9emem;
 color: #006400;
}

#rightcolumn ul li{ 
 margin-left: 3em;
}

#footer { 
 width: 900px;
 clear: both;
 color: #333;
 border: 1px solid #ccc;
 background: #61ad25;
 margin: 0px 0px 10px 0px;
 padding: 10px;
 text-align: right;
}

#footer p{ 
font-size: 0.7em;
}

#footer a{ 
color: #fff;
}
