/* CSS Document */

@import "common.css";

.leftcol {
    width: 148px;
    float: left;
//    margin-right: -170px;
    margin-bottom: 10px;
    background-color: rgb(255,255,255);
    border-width: 1px;
    border-color: rgb(255,255,255);
    border-style: none solid solid;
    min-height: 498px;
    height: auto !important;
    height: 700px;
}

.centercol {
    width: auto;
    margin-left: 150px;
    padding: 5px 0 0 5px;
    background-color: #FFF;
}

