/*
tan: #fff9e6;
dk brown: #352314;
blue: #449dbc;
dk blue: #062a42;
grey blue: #3d88a1;	  
*/


body {
    font-family: Georgia, Arial, Helvetica, sans-serif;
    padding: 0px;
    margin: 0px;
    background-image: url('/images/bodybg.gif');
    background-repeat: repeat-x;
    background-color: #fff9e6;
    }

h1 { 
    color: #352314;
    font-size: 24px;
    font-weight: normal; 
    }

#wrapper { 
    margin: 0 auto;
    width: 822px;
    padding: 0px;
    background-image: url('/images/contentbg.gif');
    background-repeat: no-repeat;
    background-position: 0px 150px;
    }

#eyebrow {
    color: #ffffff;
    font-size: 10px;
    text-align: right;
    width: 800px;
    float: left;
    padding: 6px 0px 4px 0px;
    border: 0px solid #ccc;
    height: 24px;
    margin: 0px;
    }

#header {
    color: #333;
    width: 805px;
    float: left;
    padding: 0px;
    border: 0px solid #ccc;
    height: 105px;
    margin: 0px;
    }

#header img { 
    margin: 0px; 
    padding: 0px; 
    border: 0px; 
    width: 400px;
    height: 100px;
    }

#navlist {
    margin: 0px;
    margin-bottom: -35px;
    padding: 0px;
    position: relative;
    left: 430px;
    top: -34px;
    z-index: 10;
    }

#navlist li {
    border: 0px solid green;
    display: inline;
    list-style-type: none;
    margin: 0px;
    padding:0px;
    }

#navlist li a:link, #navlist li a:visited {
    border: 0px solid red;
    color: #ffffff;
    font-family: Georgia, Arial;
    font-size: 18px;
    text-decoration: none;
    padding: 69px 5px 10px 5px;
    }
     

#navlist li a.current:link, #navlist li a.current:visited {
    background-color: #3d88a1;
    border-bottom: 5px solid #062a42;
    }

#navlist li a:hover, #navlist a:active {
    background-color: #3d88a1;
    border-bottom: 5px solid #352314;
    }  

#leftcolumn { 
    border: 0px solid #ccc;
    background: transparent;
    margin: 0px 0px 0px 0px;
    padding: 10px;
    width: 463px;
    float: left;
    }
    
#leftcolumn p {
    color: #352314;
    font-size: 12px;
    } 
    
#leftcolumn ul li {
    color: #352314;
    font-size: 12px;
    }  
    
#leftcolumn a:link, a:visited {
    color: #062a42;
    text-decoration: none;
    }
     
#leftcolumn a:hover, a:active {
    text-decoration: underline;
    } 
    
#bluebox {
    height: 93px;
    width: 334px;
    background-image: url('/images/bluebox.gif');
    background-repeat: no-repeat;
    padding: 20px;
    color: #ffffff;
    }                     

#rightcolumn { 
    float: right;
    color: #333;
    border: 0px solid #ccc;
    background: transparent;
    margin: 0px 0px 0px 0px;
    padding: 10px;
    width: 315px;
    display: inline;
    }

#footer { 
    width: 800px;
    clear: both;
    color: #352314;
    font-size: 10px;
    font-family: Arial;
    border: 0px solid #ccc;
    text-align: center;
    margin: 0px 0px 10px 0px;
    padding: 10px;
    }
    
#footer a:link, a:visited {
    color: #062a42;
    text-decoration: none;
    }
     
#footer a:hover, a:active {
    text-decoration: underline;
    }       