/* HOME STYLES */
	#home_top{
		background-color:#F2F6DF;
	}
	#home_top:after{
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility:hidden;
	}
	#home_top{display: inline-block;}
	/* Hides from IE Mac \*/
	* html #home_top {height: 1%;}
	#home_top{display:block;}
	/* End Hack */
		
	#home_top img{
		float:right;
		border-left:2px solid #8BA215;
	}
	#about_text{
		width:400px;
		padding:20px 20px 10px 20px;
		float:left;
	}
	#about_text p{
		color:#526100;
		font-size:1em;
	}
	#about_text h1{
		color:#FF8106;
		font-size:1.4em;
		margin:0;
		padding:0;
	}	
	#about_text a{
		background-color:#BDDD19;
		color:#333333;
		padding:2px;
		text-decoration:none;
	}
	#about_text a:hover{
		background-color:#336600;
		color:#ffffff;
	}	
	#home_fact{
		background-color:#BDDD19;
		padding:10px;
	}
	#home_fact p{
		margin:0;
		padding:0;
		font-size:1.6em;
		color:#FFFFFF;
		font-weight:bold;
	}
	.fact_highlight{
		color:#336600;
	}
	#bottom_half{
		background-color:#FFFFFF;
	}
	#bottom_half:after{
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility:hidden;
	}
	#bottom_half{display: inline-block;}
	/* Hides from IE Mac \*/
	* html #bottom_half {height: 1%;}
	#bottom_half{display:block;}
	/* End Hack */ 	
	

	
		
	.quarter{
		padding:0;
		width:50%;
		float:left;
	}
	.quarter ul{
		list-style-type:none;
		margin:0;
		padding:0 10px 10px 10px;
		float:left;
	}
	.quarter li{
		margin:0;
		padding:0;
		font-size:1.2em;
	}
	.quarter h1{
		padding:6px 6px 0;
		font-size:1.4em;
		color:#333333;
		clear:both;
	}
	.quarter a{
		text-decoration:none;
		color:#0066FF;
	}
	.quarter a:hover{
		color:#FF8106;
		text-decoration:underline;		
	}
	.quote{
		font-size:1.6em;
		padding:10px;
		margin:0;
		background-color:#E8F6FC;
		color:#166485;
	}
	.quoter{
		font-size:1em;
		padding:10px;
		margin:0;
		color:#666666;
	}
	#logos img{
		border:0;
	}
	
	
	#nTitle{
		font-weight:bold;
		font-size:1.2em;
		color:#FF6600;
		margin:0 0 6px 0
	}
	.most_recent{
		padding:4px;
		margin:0 auto 0 auto 0;
		width:150px;
	}
	.most_recent img{
		padding:0;
		margin:0;
		border:1px solid #333333;
	}
	.most_recent ul{
		list-style-type:none;
		margin:0;
		padding:0 10px 10px 10px;
		float:left;
	}
	.most_recent li{
		margin:2px 0 2px 0;
		padding:2px;
		font-size:1em;
		color:#FF3300;
		background-color:#FFF7E5;
		border:1px solid #cccccc;
	}	