BODY    {background-color: lightsteelblue;}

H1      {color: black;
        text-align: center;}

H2      {color: white; 
        background: palegreen;
        margin-top: 0px;
        margin-left: 0px;        
        margin-right: 0px;  
        margin-bottom: 0px;
        padding-left: 4px;}
        
HR      {clear: left;
        color: steelblue;
        height: 6px}
        
#linkcolumn     {float: right;
                width: 150px;}

#editlinkcolumn {float: left;
                width: 500px;}                

        
#maincolumn     {float: left;}
        
#mission        {font-size: large;
                font-style: italic;
                margin-left: 15%;
                margin-right: 15%}
                              

#footer         {text-align: center;
                margin-left: 25%;
                margin-right: 25%;}                
                
SPAN.footername    {font-size: small;}
SPAN.footeraddress {font-size: small;}      
SPAN.footerwebinfo {font-size: small;}

#navigatorhomeprimary   {background-color: steelblue;
                        border: 0px;
                        margin-top: 0px;
                        margin-left: 0px;
                        margin-right: 0px;
                        margin-bottom: 0px;
                        padding: 4px;
                        text-align: center;}

.buttonhomeprimary      {font-weight: bold;
                        text-align: center;
                        margin-bottom: 1px;
                        margin-top: 1px;}

.buttonhomeprimary a    {padding: 2px;
                        text-decoration: none;
                        width: 100%;
                        display: block;
                        color: black;
                        background-color: #b5c9e2;
                        border-top: 2px #cce3ff solid;
                        border-left: 2px #cce3ff solid;
                        border-bottom: 2px #31557f solid;
                        border-right: 2px #31557f solid;}

.buttonhomeprimary a:hover      {background-color: #99aabf;
                                border-top: 2px #31557f solid;
                                border-left: 2px #31557f solid;
                                border-bottom: 2px #cce3ff solid;
                                border-right: 2px #cce3ff solid;}
                                

#navigatorhomesecondary         {background-color: steelblue;
                                border: 0;
                                margin-top: 0px;
                                margin-left: 0px;
                                margin-right: 0px;
                                margin-bottom: 0px;
                                padding: 4px;
                                text-align: center;}

.buttonhomesecondary    {font-weight: bold;      
                        text-align: center;     
                        margin-bottom: 1px;     
                        margin-top: 1px;}

.buttonhomesecondary a  {padding: 2px;
                        text-decoration: none;
                        width: 100%;          
                        display: block; 
                        color: black; 
                        background-color: #b5c9e2;            
                        border-top: 2px #cce3ff solid;        
                        border-left: 2px #cce3ff solid;       
                        border-bottom: 2px #31557f solid;     
                        border-right: 2px #31557f solid;}

.buttonhomesecondary a:hover    {background-color: #99aabf;      
                                border-top: 2px #31557f solid;  
                                border-left: 2px #31557f solid; 
                                border-bottom: 2px #cce3ff solid;
                                border-right: 2px #cce3ff solid;}

