﻿body {
    margin: 0px 0px 0px 0px;
    background-color: #FFFFFF;
    font: helvetica, arial;
    font-size: 12px;
    color: #333333;
    background-image: url("media/body_bg.jpg");
    background-repeat: repeat-x;
    font-family: Arial, Helvetica;
    font-size: 12px;
    }

#container{
    width: 800px;
    margin: 0px auto 0px auto;
    }
    
#hdr{
    width: 800px;
    height: 100px;
    clear: both;
}

#ftr{
    width: 800px;
    height: 66px;
    clear: both;
    background-image: url("media/ftr.jpg");
    background-repeat: no-repeat;
    margin: 10px auto 20px auto;
}

#hdrNav{
    width: 500px;
    height: 25px;
    float: left;
    margin-top: 72px;
}

#hdrLogo{
    width: 210px;
    height: 100px;
    float: right;
    background-image: url("media/ah_logo.jpg");
    background-repeat: no-repeat; 
    
}
    
#InfoBand{
    width: 800px;
    height: 220px;
    clear: both;
}

#InfoBandLeft{
    width: 300px;
    height: 220px;
    float: left;
}

#InfoBandRight{
    width: 360px;
    height: 220px;
    float: right;
}
    
#colLeft{
    width: 500px;
    float: left;
    margin: 10px auto 10px 0px;
}
    
#colRight{
    width: 290px;
    float: right;
    margin: 10px 0px 10px auto;
}
    
.sep10px{
    width: auto;
    height: 10px;
    clear: both;

} 
    
.clear{
        width: auto;
        clear: both;
    }
    
.imgFloatLeft{
    float: left;
    margin: 5px 5px 5px 0px;
}

.imgFloatRight{
    float: right;
    margin: 5px 0px 5px 5px;
}
    
    
    
h1{
    font-family: Helvetica, Arial;
    font-size: 20px;
    color: #FF9900;
    font-weight: normal;
    margin: 0 0;
}

h2{
    font-family: Helvetica, Arial;
    font-size: 17px;
    color: #666666;
    font-weight: normal;
    margin: 0 0;
}

li {
    list-style-image: url('media/bullet.jpg');
    list-style-position: outside;
    color: #006699;
    margin-bottom: 5px;
}

.PanelX{
    width: 480px;
    clear: both;
    background-color: #F5F5F5;
    border-top: solid 1px #CCCCCC;
    border-bottom: solid 1px #CCCCCC;
    padding: 10px;

}

.PanelXinner{
    width: 480px;
    clear: both;
    margin-bottom: 10px;

}

.PanelXcol1{
    float: left;
    width: 180px;
    }
    
.PanelXcol2{
    float: right;
    width: 290px;
    font-size: 12px;
    color: #666666;
    line-height: 150%;
    }
    
.NiceQuote{
    font-size: 14px;
    line-height: 160%;
    color: #006699;

}