*
{
    margin: 0 0 0 0;
    font-family: Sans-Serif;
    border-collapse: collapse;
    text-align: left;
}


a
{
    color: blue;
    text-decoration:none;
}

h2
{
    text-align: center;    
}

h4
{
    font-weight: bold;
    text-decoration: underline;
}

img
{
    border:none;
}

.bottomdivspacing
{
    padding-top:5px;    
    padding-bottom:10px;
}
        
#MenuWrapper
{
    /*
    The menu spans the page width, right below the header.
    At the top and left a few pixels padding is applied to create some room.
    */
    /* background-image: url(http://www.cranfordgirlscouts.com/Styles/Images/MenuBackground.jpg); */
    /* width: 827px; */
    /* height: 36px; */
  
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
    background-color:White;
}

.MainMenu
{
    /* The Menu gets a white border on all four sides. */
    width: 100%;
    /*border: 2px solid green;*/
    border-top-style:none;
    border-right-style:none;
    border-left-style:none;
    border-bottom-style:solid;
    border-color: Green;
    border-width: 2px;
        
    /* background-color : red; */
}

.bottom, .bottom_nohover
{
   color:white;
   font-size: small;
}
      
.bottom:hover
{
   color:#006600;
   background-color:white;
}

  
        
.footer
{
    text-align:center;
    color: #FFFFFF;                        
    /* background-color: #339933;     */
    /* background-color: green; */
    background-image: url('../Images/greendot.gif');
    
}



/*
td
{
    z-index: 1;
}

*/