body {
		margin:0;
		padding:0;
		background-color:#000000;
		background-image:url(images/bg_footer.gif);
		background-repeat:repeat-y;
	}
	
	#container { width:800px; font-family:Helvetica; font-size:12px; padding:0px; margin:0px; text-align:left; }
	
	#right { width:175px; height:628px; padding:0px; margin:0px; float:right; }
	
	#left { width:625px; padding:0px; margin:0px; float:left; }
	
	#left #header { width:625px; padding:0px; margin:0px; color:#000000; font-weight:bold; }
	
	#header #nav {
		width:224px;
		height:92px;
		background-image:url(images/bg_nav1.gif);
		margin: 0px;
		padding:0px;
		color:#98BD62;
		float:left;
	}
	
	#header #nav ul {
		padding:0px;
		margin:0px; 
		list-style-type:none;
		list-style-image:none;
	}
	#header #nav li {
		padding:10px 0px 5px 0px;
		width:224px;
		text-align:left;
		float:left;
		font-family:"Trebuchet MS";
		font-weight:normal;
		font-size:11px;
	}
	
	#header #nav a{
		color:#98BD62;
		font-weight:normal;
		text-decoration:none;
	}
	#header #nav a:hover{
		color:#FFFFFF;
		font-weight:normal;
		text-decoration:none;
	}
	
	#header #news {
		background-image:url(images/bg_news.gif);
		width:185px;
		height:92px;
		color:#000000;
		font-family:Helvetica;
		font-size:11px;
		text-align:left;
		float:right;
		margin: 0px;
		padding:0px;
	}
	
	#news a { color:#3D5A13; text-decoration:none;}
	#news a:hover { color:#FFFFFF; text-decoration:none;}
	
	#header #subnav { width:409px; height:32px; color:#35510E; text-align:center; float:left;}
	
	#header #subnav ul {
		padding:0px;
		margin:0px; 
		list-style-type:none;
		list-style-image:none;
	}
	#header #subnav li {
		padding:14px 5px 0px 0px;
		text-align:left;
		float:left;
		font-weight:normal;
	}
	
	#header #subnav a{
		color:#35510E;
		font-weight:normal;
		text-decoration:none;
	}
	#header #subnav a:hover{
		color:#35510E;
		font-weight:normal;
		text-decoration:underline;
	}
	
	#left #content { width:625px; padding:0px; margin:0px; background-color:#E2F3A6; color:#484848; line-height:18px; }
	
	#content h4 { color:#EF3F23; font-size:18px; padding:10px 0px 10px 0px; margin:0px; font-family:helvetica; line-height:22px; font-weight:normal;}
	
	#content h3 { color:#355901; font-size:24px; padding:0px 0px 10px 0px; margin:0px; font-family:helvetica; line-height:30px; font-weight:normal;}
	
	#content #page { float:right; width:121px; padding:10px 240px 0px 0px; color:#FFFFFF; font-size:12px; text-align:center;}
	
	#content a{
		color:#0065ED;
		text-decoration:underline;
	}
	#content a:hover{
		color:#0065ED;
		text-decoration:none;
	}
		
	#left #footer { width:625px; padding:0px; margin:0px; background-color:#002451; color:#366EB5; font-size:9px; }
	