/* This is called from each SUB-LEVEL html file.
and is the only link required from html pages.
As you add style sheets to the CSS folder, and want the html pages
to use the new style sheet, add it here,
in the form:
@import "newstyle.css";
note the quotes and the semi-colon.
*/

/* Updated 2010-07-15 */

/* All pages must load these */
@import "BP-Header.css";
@import "BP-MenuBar.css";
@import "BP-Footer.css";
@import "BP-Branding.css";
@import "BP-Fonts.css";
@import "BP-LinkColors.css";

/* Specialty items  for this page */
@import "BP-LayoutSub.css";		/* only SUB-level pages must load this It lays up 2-columns */
@import "BP-Lists.css";		/* deals with in-line lists */
@import "BP-Tables.css";		/* used to mark-up tables. deals with borders and alignment */
@import "BP-Icon.css";		/* Deals with icon-bulleted lists */