/* This is the default layout for AMRclearinghouse */
/* You can change the whole site with these imports. */

/* This is for every browser that works right */
@import url(amrc-rightnav.css) screen;

/* This is for IE, which is a miserable failure */
@media screen {
	@import "amrc-rightnav.css";
}

/* Don't apply layout to print */
/* Rather, let text wrap naturally (amrc-sitewide.css hides the navigation anyway) */

