/* This is called from each TOP-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-17 */

/* 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-LayoutMain.css";	/* Only TOP-level pages must load this. It lays up the 3-columns */
@import "BP-MenuRight.css";		/* used on the FAQ  and Float */

@import "BP-Lists.css";
@import "BP-Tables.css";		/* used to mark-up tables. deals with borders and alignment */
