/*
   File Name:  style.css

   Details:    CSS Stylesheet which brings together all individual style 
               sheets from each control. 
               This is the only one which needs to be included on a page

   Author:     Patrick Schmid
               Patrick Schmid Systems
               patrick@schmid.com
               5 January 2005
*/

/*body { background-image: url("../images/bg.jpg"); background-repeat: repeat-x; }*/

/* Default styles */
@import "core.css";

/* Control specific styles */
@import "header.css";
@import "mainMenu.css";
@import "subMenu.css";
@import "body.css";
@import "news.css";
@import "events.css";
@import "footer.css";

