body {background: #006600;
      background-repeat:repeat-x;
      color:#000;
	  font-size:100.1%;
	  }

a {color:#009900;}

a:hover {color:#663300;
         text-decoration:none;
		 border-bottom:1px dashed #663300;
		 }
	  
.container {position:relative;
            width:750px;
			margin:0 auto;
			font:.8em Verdana, Arial, Helvetica, sans-serif;
			text-align:justify;
			clear:both;
			}
			
.wrap {float:left;
       border:2px outset #FFFFCC;
	   border-bottom:0;
	   background-color:#fff;
	   clear:both;
	   }
	   
.header {width:750px;
         border-bottom:1px solid #4F3814;
		 float:left;
		 clear:both;
		 }

.left {float:left;
       width:165px;
	   padding-bottom:25px;
	   	   }
	   
.right {float:right;
        width:550px;
		border-left:6px double #e7efe7;
		padding:5px 10px;
		padding-bottom:25px;
		line-height:1.4em;
		background-color:#fdfbf8;
		}
		
.footer {background:#DDE8DB;
         width:750px;
		 position:relative;
		 margin:0 auto;
		 clear:both;
		 text-align:center; 
		 color:#000;
		 font:12px Arial, Helvetica, sans-serif;
		 border:2px outset #FFFFCC;
		 border-top:2px solid #9BBFA7;
		 padding:20px 0;
		 }			
		 
.footer a {color:#003300;
           text-decoration:none;
		   border-bottom:1px dashed #000;
		   margin:5px;
		   }

.footer a:hover {
                 border-bottom:1px solid #003300;
				 }
				 
h1 {font-size:1.4em;
    color:#003300;
	}	

h2 {font-size:1.3em;
    color:#003300;
	}

ul {list-style-type:disc;}	

strong, b {font-weight:bold;
           text-transform:uppercase;
		   }
		   
		   		 		    	   				  
