/*
 * 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        */
}

#Banner IMG {
   border: none;                            /* Borders on images are yuk                    */
   position: absolute;                      /* Always be in the same place                  */ 
   left: 1em;                               /*  at the top left                             */
   top: 1em;                                /*                                              */
}

#BannerMid {
}
#BannerMid P {
	height: 0px;
	left: 0px;
	overflow: hidden;
   position: absolute;
	top: 0px;
	width: 0px;
	speak: normal;

/*   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: 1em;                              /* tweak                                       */
/*   top: 1em;                                /* tweak                                       */
} 

