/*    Style sheet for memonly pages                     */
/*    This is a simple 1 column design for now          */
/*       Banner                        */
/*       Navbar                        */
/*       Main                          */
/*         Content                     */
/*    Created:  May  18, 2008  by Bruce Barton           */

body { backgound-color:AntiqueWhite; }

#banner {
   background-color:RoyalBlue;
   width:100%;
   height:20%;
   margin: 0px 0px 0px 0px;
   }
h1.banner {
   padding-top:5px;  margin-top: 10px; /*?????? did nothing   ????? */
   }
p.banner {
   color:white;
  }

#monavbar {
   width:100%;
   height:5%;
   background-color:SkyBlue;
   margin: 0px 0px 0px 0px; 
   }
ul.nav {
   list-style-type:none;
   padding-left:0;
   margin: 0px 0px 0px 0px; 
   padding-top:6px;
   padding-bottom:5px;
   border-bottom:1px dashed #000;
   }
ul.nav li {display:inline;}
ul.nav a:link {
/*   border: 1px dashed #000;  border-bottom:none;  */
   padding: 5px 10px 5px 10px;
   margin-right:5px;
/*   background-color:LightGrey;  */
   text-decoration:none;
   color:#333
  }
ul.nav a:hover {color:white; font-weight:bold;}

#momain {
   background-color:SkyBlue;
   float:left;        /* avoid whitespace before main content  */
   width:100%;
   height:75%;
   margin: 0px 0px 0px 0px; 
   }

