@charset "utf-8";
/* CSS Document */
@import url(zero.css); /*explicitly zeros out browser specific quirks */
@import url(layout-corp.css); /*describes structural layout of the site. no colors or graphics in here */
@import url(layout-columns.css); /*structure of columns */
@import url(design-global.css); /*common design elements to all sites */
@import url(external.css); /*styling for external links and content (eg social bookmark links and structure */
@import url(navigation.css); /*non-standard navigation */
/* 	
	the appearance one is most likely the only css link
	that will have to change with each site.
*/
@import url(design-Corp.css);

@import url(ie-fixes.css); /*hacks and fixes for ie browser 5 & 6  is last as it modifies all previous entries*/
