/* This is called from each 2-col right html file.
and is the only link required from pages that require a right column.
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-14 */

/* All pages must load these */
@import "BP-Branding.css";
@import "BP-Fonts.css";
@import "BP-Footer.css";
@import "BP-Header.css";
@import "BP-MenuBar.css";
@import "BP-LinkColors.css";

/* Specialty items  for this page */
@import "BP-Lists.css";
@import "BP-Tables.css";		/* used to mark-up tables. deals with borders and alignment */

/* Currently the 'layout' is in the BP-notes html file */