/* CSS Document */

*{
margin: 0;
padding: 0;
}

body {
		background: #FFFFFF url(images/bgimage.gif) no-repeat;
		font: verdana,arial,helvetica 11px normal;
		color: #333333;
		}
		
#header { background-image:url(images/title.gif);
		  background-position:left;
		  width: 100%;
		  height: 102px;
		  background-color: #3bb000;
		  background-repeat: no-repeat;
		  
		 }

#sidebar { background-color: #f5d666;
		   font-size: 9pt;
		   width: 181px;
		   height: 1500px;
		   float: left;
		   padding-left: 10px;
		   padding-right: 5px;
		   		  }
		  
#sidebar p { font-size: 8pt;
			 width: 178px;
			 }
			 
a { color: #666666;
	text-decoration: none;
	font-weight: 500;
	}
	
a:hover { color: #009900;
}
		  
p { font-size: 10pt;
	margin: 5px 5px 5px 5px;
	}

#maincontent {
			width: 790px;
			margin-left: 222px;
			margin-bottom: 0px;
			padding: 5px;
			}
			
h2 { font-size: 13pt; }
h3 { font-size: 10pt; }

ul { font-size: 10pt;
	 margin-top: 10px;
	 margin-left: 25px;
	 font-size: 10pt;
	  }
	 
#footer { float: left;
		  vertical-align: bottom;
		 }
		 
#mainbody {
width: 1024px;
}