        
    .bigpic {
        margin:0px;
        padding:0px;
        background: #FFFFFF url('images/bigpicbg.jpg') no-repeat;
        height:222px;
        width:720px;
    }
    
    .maincontainer {
        /*border: solid 1px #00FF00; /*for testing*/
        margin:0px;
        padding:0px 0px 30px 0px;
        /*height:429px;*/
        width:720px;
        background: #FFFFFF url('images/mainb2.png') no-repeat;
        background-position: bottom;
    }
    
    .main {
        /*border: solid 1px #FF0000; /*for testing*/
        margin:0px;
        background: url('images/maint2.png') no-repeat;
        /*background: #666;*/
        background-position: top;
        height:168px;
        width:670px;
        /*padding:16px 16px 20px 16px;*/
        padding:16px 22px 20px 28px;
    }
    
    .main .spacer {
        /*border: solid 1px #0000FF; /*for testing*/
        margin:0px;
        padding:0px;
        height:429px;
        width:1px;
        float:left;
    }
    
    .main .content {
        /*border: solid 1px #00FFFF; /*for testing*/
        margin:0px;
        padding:0px;
        float:left;
        width:660px;
    }

    .strong {
        font-weight: bold;
    }

    H1 {
        color: #d27e01;
        font-size:24px;
        font-weight: normal;
        margin: 18px 0px 30px 0px;
    }
    
    .H1Bar {
        display:block;
        background-color:#DDDDDD; 
        border-width:0px;
        border:none;
        /*border-top:3px solid #DDDDDD;
        border-top-width:3px;
        */
        margin: 0px 0px 20px 0px;
        padding:0px;
        height:5px;
    }

    H2 {
        color: #d27e01;
        font-size:10pt;
        font-weight: bold;
    }

    H3 {
        color: #333333;
        font-size:10pt;
        font-weight: bold;
    }

    H4 {
        color: #333333;
        font-size:14px;
        font-weight: bold;
    }
    
    .content {
        /*width:457px;*/
        padding: 0px 20px 60px 20px;
        line-height:22px;
    }
    
    UL {
        list-style-type:none;
        padding-left:30px;
        margin-left:0px;
        margin-top:20px;
        margin-bottom:30px;
    }
    
    /* some styles for adapting.php */
    
    .btt {
        text-align:right;
        font-size:8pt;
        padding-bottom:20px;
    }