/* Start of CMSMS style sheet 'Layout: JSP_blue' */
div#crossection{
   background: white url(images/jsp/blue/crossSection_left.png); 
}

div#crossection_right{
   background: white url(images/jsp/blue/crossSection_right.png) top right; 
}

div#content {
   background: white url(images/jsp/blue/bg_content.png); 
}

div#footer {
   background: white url(images/jsp/blue/footer.png) no-repeat bottom center; 
}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactiveparent { 
   background: url(images/jsp/mitem_active.png) no-repeat;
}

#primary-nav li.menuactiveparent { 
   background: url(images/jsp/blue/mitem_active.png) no-repeat;
}
/* End of 'Layout: JSP_blue' */

