/* Global Styles */

#menu
    {
    position: absolute;
    background-color: #9C1128;
    top: 63px;
    left: 0px;
    right: 0px;
    width: 795px;
    height: 30px;
    }    

.footer a
    {
    color: #ffffff;
    padding-left: 10px;
    padding-right: 10px;
    }

.footer p
    {
    color: #ffffff;
    }
        
*
    {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    }
    
.associations
    {
    text-align: center;
    line-height: 25px;
    color: #ffffff;
    text-decoration: none;
    position: absolute;
    top: 90px;
    left: 0px;
    padding-right: 5px;
    padding-top: 6px;
    padding-bottom: 6px;
    list-style-type: none;
    width: 210px;
    }

.associations li
    {
    border: 2px solid #3D3DB3;
    width: 205px;
    background-color: #5F5FDD;
    margin-left: -11px;
    font-size: 9pt; 
    }

.arrows
    {
    float: right; 
    color: #ffffff;
    }
    
.content
    {
    background-image: url(../images/mountainbg.jpg);
    height: 484px;
    }


.contacttext
    {
    height: 265px;
    color: #000000;
    padding: 5px;
    }

           
.text
    {
    height: 437px;
    color: #000000;
    padding: 5px;
    }

.header
    {
    border-bottom: 2px solid #3D3DB3;
    color:  #3D3DB3;
    width: 100%;
    font-size: 14pt;
    }
    
.text p
    {
    color: #000000;
    margin-top: 5px;
    }

.text a:link
    {
    color: #ffffff;
    padding-left: 0px;
    padding-right: 0px;
    }


.bold
    {
    color: #000000;
    font-size: 10pt;
    font-weight: bold;
    }




