*{
    margin: 0 auto;
    padding: 0;
}

a{ 
    color: white; 
    font-family: Verdana;
    font-size: 9pt;
    outline: none;

} /* Link Color */  

a:hover 
{
    color: #00326b;     ;
}


body {
    background: transparent url('/images/bkg.gif') 0 0;
    color: white;
    font-family: Verdana;
    font-size: 10pt;
}

#wrapper{          
    width: 100%;
    height: 100%;   
    text-align: center;   
    /*border: 1px solid red; */     
}

#container{
    background-color: #849fc2; 
    margin-top: 20px;
    border: 13px solid #97999C;
    width: 956px;
    height: auto;
}

#content-top{
    background: transparent url('/images/home/logo_banner.jpg') 0 0 no-repeat;
    width: 956px;
    height: 180px; 
}

#content-top #menu-bar{
    float: left;
    position: relative;
    top: 140px;
    left: 229px;        
}

#content-middle{
    background: transparent url('/images/img_middle_bk.jpg') 0 0 no-repeat;  
    width: 956px;
    height: auto; /* 328px; */ 
    min-height: 328px;  
    background-color: #849fc2; 
}


#content-middle #img-heading{
    float: left;
    position: relative;
    left: 98px;
    width: 400px;
    height: 90px;    
}

#content-middle #editor-style{   
     width: 717px;
     height: auto; 
     padding-top: 97px; 
     padding-bottom: 15px;  
     text-align: left;
}

#content-bottom{ 
    background: transparent url('/images/img_bottom_bk.jpg') 0 0;
    text-align: center;
    color: #b0b2b3;
    width: 956px;
    height: auto;
    min-height: 48px;
    font-weight: bold;
    font-family: Arial;
    font-size: 10pt;
}