

   HTML, BODY   { font-family:sans-serif; font-size:100%;  width:100%; z-index:0;
		padding:0px;  margin:0px;
		background: #727e51; 
                }

   .bg_image   {z-index:1; position:absolute;
                width: 90%; max-width: 1024px;  
                margin: auto; left:0; right:0; top:0; bottom:0; 
                }

   .foreground  {z-index:2; position:relative; 
                width: 90%; margin:0 auto; text-align:left; max-width: 1024px;  
                }

   .titles      { 
                margin:20px .5em ; 
                text-align:right;
                }

   .loginform   { 
                float:right; margin:1em .5em ;
                background: #727e51; 
                }

   .dataentry   {
                background: #727e51; 
                }

   UL.menu      { list-style: none; margin:0 .5em;}
   .menu li     { margin:.2em 0;}


   .odd         { background: #eeeeee;  border-bottom: 2px solid #727e51; padding:3px .5em;  margin:0;}  
   .even        { background: #cccccc; border-bottom: 2px solid #727e51; padding:3px .5em;  margin:0;}  
   .even .odd   { background: #eeeeee; margin: 2px .2em; border:none;}  
   .odd .even   { background: #cccccc; margin: 2px .2em; border:none;}  
   .highlight   { background: yellow; border: thin solid yellow; padding:0 .5em;  margin:0;}  

   .smslist     { margin: 130px 0 0 0; }  

   .divider     {clear:both; margin:0; font-size:20%;}

   div .odd     { clear:both; margin: 0 .1em;} 
   div .even    { clear:both; margin: 0 .1em;} 

   .toptext     { clear:both; margin:0; border: thin solid red;}
   .lbuttons    { padding:0;  margin:0; float:left;}
   .rbuttons    { padding:0;  margin:0; float: right; text-align:right }

   .left        { float: left;  margin-right: 1em;}
   .right       { float: right; margin-left: .5em;}
   .bottomright { position: absolute; right: 0; bottom: 0;}

   .button      { background: #cbefff; } 
   .link        { background: #cbefff; } 
   .loginbutton { text-decoration:none; float:left; position:relative; top:0;} 

   .bg2       { font-size:80%; color:#555555; background-color:#aaaaaa; }
   .bg2 .link { background-color:#aaaaaa; }

   .link       { text-decoration:none;}

   #map         { clear:both;}

   H1         { font-size:120%; 
                margin-bottom: 0; margin-top: 0;
                }
   H2         { font-size:100%;
                margin-bottom: 0; margin-top: 0; 
                }
   H3         { font-size:100%;}
   H4         { font-size:100%;}

   #savebutton {display: none; position: relative; top: -3em; border: 8px solid white;
                font-size:120%; font-weight:bold; color:red; background-color:yellow;}