/*

	-- -- -- -- -- -- --
	The Adnostic base CSS
	-- -- -- -- -- -- --
	
	The base file which imports the various CSS files
	to make up this site's design and layout.
	
	Note there are certain separate, browser-specific CSS
	files that keeps all hacks out of the main style sheet.
	
	Over time, as supporting these browsers no longer
	remains a priority, cleaning up the hacks is as
	easy as deleting the @import statement.
	
*/



/* IE6/Win-specific CSS */
@import url("ie6win.css");


/* IE5/Mac-specific CSS */
/*\*//*/
  @import url("ie5mac.css");
/**/



/* -- All CSS has been moved to these external files -- */
@import url("formathtml.css");
@import url("layout.css");



/* IE5/Win-specific CSS */
/* Important - this file must come below all others. */
@media tty {
 i{content:"\";/*" "*/}} @import 'ie5win.css'; /*";}
}/* */
