/*

	Archives.gov Master CSS file.
	...loaded by nearly every page.

	Please do not define any style rules directly inside this file. 
	Only use @import directives to include external CSS files.

	Note: The first @import() directive causes older browsers to not use any of the style sheets below.
		  As a result of this style sheet import filtration process, rules in the style sheets below will only be seen by the following browsers:
		  
			* IE5/Mac or later
			* IE6/Windows or later
			* Mozilla
			* Firefox
			* Netscape 6 or later
			* Opera 5 or later	
			* ...or any other browser that can pass Section 7.1 of the W3C CSS1 Test Suite (http://www.w3.org/Style/CSS/Test/CSS1/current/).
	
*/

/* @import "/includes/css/null?\"\{"; */
/* commented backslash technique to hide below from Mac IE */


@import url("/includes/css/boxes.css");
@import url("/includes/css/buttons.css");
@import url("/includes/css/icon-links.css");
@import url("/includes/css/layout.css");
@import url("/includes/css/locations.css");
@import url("/includes/css/misc.css");
/* @import url("/includes/css/print.css"); */
@import url("/includes/css/tables.css");
@import url("/includes/css/text.css");
@import url("/includes/css/ticker.css");
@import url("/includes/css/topic.css");

@import url("/includes/css/title-bars.css");
@import url("/includes/css/width.css");
@import url("/includes/css/handheld.css") handheld; 
@import url("/includes/css/handheld.css") only screen and
(max-device-width:480px);

/* end commented backslash technique */
