﻿
 
    a,
    a:link a:active {
    color: #556877;
    text-decoration:none;
    }
    a:visited {
    color: #556877;
    }
    a:hover {
    color: #556877;
    text-decoration:underline;
    }
    
    img {border:none}   
       
       body 
       {
           margin: 20px 0px 0px 50%; 
           text-align: left; 
           background-image: url(images/bg.jpg); 
           background-repeat:repeat;
           background-color:#ecdda6;
       }
                
        #Footer
        {
            position: relative; 
            margin: 0 0 0 -412px; 
            width:825px;
            font-family: 
            sans-serif; 
            font-size: 10pt; 
            font-style: normal; 
            color: #556877;        
        }


        #Page
        {
            position: relative; 
            margin: 0 0 0 -412px; 
            width:825px; 
            background-image: url(images/page-middle.jpg);
            background-repeat:repeat-y             
        }
                        
        
        #NavMenu
        {                
            border-style: none; 
            position:absolute;  
            top: 147px; 
            left: 25px; 
            z-index:100;
            
        }

        #InnerPage
        {
            position:relative; 
            top: 0px; 
            left: 0px; 
            background-image: url('images/page-top.jpg'); 
            background-repeat:no-repeat;
        }

        #InnerHomePage
        {
            position:relative; 
            top: 0px; 
            left: 0px; 
            background-image: url('images/homepage_bg.jpg'); 
            background-repeat:no-repeat;
        }

        #Content
        {             
            padding-top:200px; 
            padding-left:300px;
            font-family: sans-serif; 
            font-size: 12pt; 
            font-style: normal; 
            color: #556877;
            width:500px;
        }

        .Offset
        {
            position: relative; 
            margin: 0 0 0 -412px; 
            width:825px;
        }
        .PageTitle
        {
            margin-left:-10px;
            padding-bottom:20px;
        } 

       .style1
        {
            padding-bottom:15px;
            width: 42px;
        }
        