/*
 * Banner
 *
 *
 */  
#Banner {
   position: absolute;                      /* Because ContentFirst is set                  */
   left: 0em;                               /* When CSS is available we want the banner at  */
   top: 0em;                                /*  top left of the page                        */  
   width: 100%;                             /* Extends accross the width of the page        */
	    background-color: black;
		     height: 8.2em;
}

#Banner IMG.SizeableLogo {
   border: none;                            /* Borders on images are yuk                    */
   position: absolute;                      /* Always be in the same place                  */ 
   left: 2em;                               /*  at the top left                             */
   top: 0.5em;                                /*                                              */
   width: 7em;                           /* This allows the image to be resized          */
}

#Banner P.PageHead {
   background: Black;                     /* #FFCC00We set this here becuase the PageHead can   */
	color: white;                            /*  overflow over other items at large sizes   */
   font-size: 2em;                          /* Big, real big                               */
   margin: 0;                               /* FF and IE assume different values, so fix   */
   padding: 0;                              /* FF and IE assume different values, so fix   */
   position: absolute;                      /* Fix the position                            */ 
   left: 5.5em;                             /* Just past the logo                          */
   top: 0.5em;                                /* Center with logo                            */  
   white-space: nowrap;                     /* Otherwise would overwrite work area         */
}

#Banner P.PageHead2 {
   background: Black;                     /* #FFCC00We set this here becuase the PageHead can   */
	color: white;                            /*  overflow over other items at large sizes   */
   font-size: 1em;                          /* Big, real big                               */
   margin: 0;                               /* FF and IE assume different values, so fix   */
   padding: 0;                              /* FF and IE assume different values, so fix   */
   position: absolute;                      /* Fix the position                            */ 
   left: 11em;                             /* Just past the logo                          */
   top: 3.3em;                                /* Center with logo                            */  
   white-space: nowrap;                     /* Otherwise would overwrite work area         */
}





#BannerMid {
}
#BannerMid P {
   position: absolute;                      /* Fix it up in the top right                  */
   margin: 0;                               /* FF and IE assume different values, so fix   */
   padding: 0;                              /* FF and IE assume different values, so fix   */
   right: 0.5em;                            /* tweak                                       */
   top: 0px;                               /* tweak                                       */
	visibility: hidden;
} 
