/* NOTE: this version is here for dreamweaver only. It should not be placed on the live server.   */

/* Import style sheets for content level pages  */

/* Page layout */
@import url("shell.css");

/* Typography - for main content area */
@import url("typography.css");

/* Breadcrumb - Utilities */
@import url("utilities.css");

/* Left navigation */
@import url("navigation.css");

/* Related Resources */
@import url("related.css");

/* June 2013 update */
@import url("june-update/jun-2013-update.css");

.alertbox { border: 1px solid #ccc; padding: 0 20px; background-color: #F9E8EE; margin:5px;}
.alertbox p {text-align: center; background: #F9E8EE; padding: 10px; color: black;}

.alertboxarchive { border: 1px solid #ccc; padding: 0 20px; background-color: #e5ebef; margin:5px;}
.alertboxarchive p {text-align: center; background: #e5ebef; padding: 10px; color: black;}