﻿#divCntCntr {
    width: 1000px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    position: relative;
}
/*===TABLE=====================================================*/
.SecHdr, .SecHdr h2 {
    margin: 20px auto 0px 45px;
    text-align: left;
    font-weight: bold;
    font-size: 14px;
}
/*===LEFT COLUMN=================bebebe==========================*/
#divHLCol {
    width: 650px;
    margin-left: 50px;
    margin-bottom: 30px;
    margin-top: 10px;
    border-top-style: solid;
    border-top-width: 0px;
    border-top-color: #bebebe;
    padding-top: 0px;
    position: relative;
}
.DivHLColImg {
    width: 50px;
    float: left;
    margin-top: 25px;
    margin-left: 40px;
}
.DivHLColTxt1, .DivHLColTxt {
    width: 500px;
    float: left;
    text-align: left;
    margin-left: 25px;
    line-height: 150%;
    font-size: 12px;
}
.DivHLColTxt1 {
    margin-top: 0px;
    margin-left: 25px;
    line-height: 140%;
}
.DivHLColTxt {
    margin-top: 20px;
}
