/* The following html specification controls how most of the site will look excluding the navigation */
html {
   margin: 0px;
   padding: 0px;
   font-family: Verdana, Arial, Tahoma, sans-serif;
   font-size: 100%;
}

/* Generally body should not be visible....unless there is a design xlt lower down....*/
/* By setting a margin, a border around the display can be created */
body {
   margin: 0px;
   padding: 0px;
}

.hide { display:none; }

.cccwebheader { margin: 0 0 0px 0; padding: 0; background: #fff url( /ssi/banner_background.jpg); height: 130px; border-bottom: 2px solid #333; }
.cccwebheader img { border: 0; }
