/*
 #64cb00 green
 #d91000 red
 #2e3982 blue
 
 
*/
    
    body {
        background-image: url('images/bg.png');
        background-repeat: repeat-x;
        width: 1200px;
        margin: 0 auto 30px;
        font: 18px  Verdana,Geneva,sans-serif;
        background-color: #FEC941;

    }
     h1 {font-size:28px; text-align: center; color: #08729F; color:#2e3982;}
         

     h3 {text-align: center; font-size:18px;}
     
     li {list-style: square;}
     
    .wrapper { width: 1200px; margin: auto; height: 1000px;-color: transparent;}
    
    
    .background {
     background-image: url('images/bg_flowers.png');
     background-repeat: no-repeat;
        width: 1165px;
        margin: auto;
        height: 320px;
        background-color: transparent;
    }
    
    .shadow_top {
        
    }
    
    .inner {
        width:800px;
        height:800px;
        margin: -190px auto 0;
    }
  /*  
    .header {
        background-color: #034968;
        width:798px;
        height:125px;
        padding-top: 25px;
        margin: auto;
        border: solid 1px #FEBD73;
    }
  */  
        .header {
     background-image: url('images/banner2.png');
        width:800px;
        height:172px;
        margin: auto;
    }

    
    .logo {
        background-image: url('images/logo.png');
        width:360px;
        height:50px;
        margin: 0 auto 25px;
    } 
    
    .tagline {
        text-align: center;
        font: 16px  Verdana,Geneva,sans-serif;
        font-weight: bold;
        color: #003300;
    }
    
    .nav {
        width: 785px;
        height: 25px;
        background-color: #FED773;
        padding-left: 15px;
        color: #034968;
        font: 14px  Verdana,Geneva,sans-serif;
        display: table-cell;
        vertical-align: middle;
        
        
   }
    .nav a {
        height: 22px;
        color: #00364E;
        color: #2e3982;
        text-decoration: none;
        font-weight: bold;
        
    }
    
    .content {
        width: 750px;
        min-height: 500px;
        background-color: #FFFFFF;
        padding: 15px 25px 175px;
    }

    .content_home {
        width: 770px;
        min-height: 500px;
        background-color: #FD8702;
        padding: 15px 15px 175px;
        text-align: center;
        font-weight: bold;
    }
    
    .footer {
        width: 770px;
        height: 25px;
        background-color: #FED773;
        padding: 0 15px 0 15px;
        color: #2e3982;
        font-size: 11px;
        display:table-cell;
        vertical-align: middle;
    }
    
    .copy {
        display: table-cell;
        float: left;
    }
 
     .credit {
        display: table-cell;
        float: right;
        color: #FED773;
        text-decoration: none;
    }
   
    .credit a {
        display: table-cell;
        color: #FED773;
        text-decoration: none;
    }
    
    .q {
        color: #034968;
        font-weight: bold;
    }
    
    
