/* screenstyle.css - includes the style sheets for screen display */

/* default.css holds the default style rules for the site */
@import url("screendefault.css");

/* defines the screen layout */
@import url("screenlayout.css");

/* defines the mast head layout */
@import url("screenmasthead.css");

/* defines the navigation layout */
@import url("screennav.css");

/* define the style of the footer navigation bar */
@import url("screenfooternav.css");

/* define the breadcrumb used as a heading on each page */
@import url("screenbreadcrumb.css");

