body {  font-family: georgia, trebuchet ms, helvetica, verdana, arial;
   font-size: 11pt;
   line-height: 1.1;
        text-decoration: none;
        text-align: justify;
        color: #000000;
        background: #ffffff; }



a { text-decoration: none;
    border-bottom: 1px #2B8E00;}

a:link {   text-decoration: none;
            color: #006600;}

a:visited, a:visited:hover {   text-decoration: none;
                                color: #339900;}

a:hover, a:active, a:visited:hover {
            text-decoration: underline;
                        color: #006600;}



#container {
   margin: 0 auto;
   width: 100%;
   background: #fff;}

#header{
   background: #fff;
   padding: 20px;}

#header h1 { margin: 0; }

#navigation {
   float: left;
   width: 100%;
   background: #EEF3E2;}

#navigation ul {
   margin: 0;
   padding: 0;}

#navigation ul li {
   list-style-type: none;
   display: inline; }

#navigation li a {
   display: block;
   float: left;
   padding: 5px 10px;
   color: #006400;
   text-decoration: none;
   border-right: 1px solid #fff; }

#navigation li a:hover { background: #2B8E00;
                           color: #ffffff; }

#content-container {
   float: left;
   width: 100%;
   background: #FFF 0; }

#content {
   clear: left;
   float: left;
   width: 60%;
   padding: 20px 0;
   margin: 0 0 0 4%;
   display: inline; }

#content h2 { margin: 0; }

#aside {
   float: right;
   width: 26%;
   padding: 20px 0;
   margin: 0 3% 0 0;
   display: inline; }

#aside h3 { margin: 0; }

#footer {
   clear: left;
   background: #ffffff;
   text-align: right;
   padding: 20px;
   height: 1%; }

