/**
 * HOME.CSS
 * 
 * @note		Special styles intended only for use on the homepage.
 * @author		mraichelson
 *
 */
/**
 * @section		display-based styles for home page
 */
@media screen,projection {
	
	
}
/**
 * @section		print-based styles for home page
 */
@media print {
	
}