@charset "utf-8";
/* 
   !!!!! READ FIRST
   This stylesheet is a part of a layout created by http://Grieved-Lightness.com.
   Do not use this css-file without the permission of its creator!
   Make sure you read the terms of use!!!
*/


/*BASICS*/

 body {background:#428003;}
      
 body, div, table, td, tr
   {				 
	   color:#666;
	   font-family:tahoma,arial,sans-serif;
	   font-size:10px;
	   font-weight:normal;
	   letter-spacing:0px;
	   line-height:11px;
	   margin:0px;
	   text-align:justify;
	   vertical-align:top;
   }

 a:link, a:visited{border-bottom: 1px solid #3b6902; color: #c3d79a; text-decoration: none;}
   
 a:hover, a:active{border-bottom:1px solid #3b6902; color:#564004; text-decoration:none;}

 b {color:#9bb67a;}
 i {color:#3b6902;}
 u {color:#564004;}

 blockquote
   { 
	   border:1px dotted #222;
	   color:#333;
	   margin:15px 25px 15px 25px;
	   padding:5px;
	   text-align:left;
   }
   
 input, textarea
   {
	   background-color: #111010;
	   border:1px solid #2f3627;
	   color:#8d8b74;
	   font-size:8px;
	   font-size:11px;
	   padding:2px;
   } 
   
   
 .borderless{border:0px;} 
 #maintable {background-color:#000; width:676px; border:0px; border-collapse:collapse; border-spacing:inherit;}

/*NAVIGATION / SIDEBAR*/

 #sidebar
   {
	  color:#333;
	  font-family:arial;
	  font-size:9px;
	  font-weight:normal;
	  line-height:10px;
	  padding:37px 2px 2px 0px;
	  text-align:left;
   }
   
 a.nav:hover, a.nav:active
   {
	   background-color:#3c7903;
	   border:0px;
	   color:#76b923;
	   display:block;
	   font-family:tahoma,arial;
	   font-size:9px;
	   line-height:16px;
	   margin:2px;
	   padding:0px 0px 0px 8px;
	   text-align:left;
       text-decoration:none;
	   text-transform:uppercase;
   } 
   
 a.nav, a.nav:visited
   {
	   background-color:#564004;
	   border:0px;
	   color:#9c7409;
	   display:block;
	   font-family:tahoma,arial;
	   font-size:10px;
	   line-height:16px;
	   margin:2px;
	   padding-left:5px;
	   text-align:left;
	   text-decoration:none;
   }


/*HEADER*/

 h1
   {
       background:url(headline.png) no-repeat;
	   color:#ffffff;
	   font-family:garamond,'times New Roman';
	   font-size:26px;
	   font-style:italic;
	   line-height:31px;
	   margin:20px 0px -4px 0px;
	   padding-left:25px;
	   padding-top:0px;
	   text-transform:lowercase;
	   text-decoration:none;
   } 
