.MainColumn {
    margin: auto;
    width:920px;
}
.BannerDiv {
    padding-left:10px;
    padding-right:10px;
    width:900px;height: 101px;
}
.MainBodyRightBar {
    float: left;
    background-color: whitesmoke;
}
.RightBar {
    width: 200px;
    min-height: 500px;
    float: left;
}
.CornerStrip {
    width:10px;
    height:362px;
    float:left;
}

/* The following are about the inquiry forms */

.SupplementalDivParent {
    position: relative;
    /*position: absolute;
    top: 300px;
    left: 20px;
    z-index: 10;
    border: 1px solid black;
    */
    float: left;
    clear: left;
}
.SupplementalDivMain {
    position: absolute;
    z-index: 10;
    background-color: lightblue;
    padding: 10px;
    border: 1px solid cornflowerblue;
    margin-top: 10px;
}
.SupplementalDivMain input[type=text] {
    border: 1px solid cornflowerblue;
}
.SupplementalDivOpener {
    /*display: none;*/
}
.InquiryForm input {
    font-family: arial, helvetica,verdana, sans-serif;
    color: #222222;
    border: 1px solid #cdc5ab;
    font-size: 10px;
    width: 200px;
}
.InquiryForm textarea {
    font-family: arial, helvetica,verdana, sans-serif;
    color: #222222;
    border: 1px solid #cdc5ab;
    font-size: 10px;
    width: 200px;
}
.emFormCell1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}

.SendButton {
    font-weight: bold;
    color: red;
    margin-top: 5px;
    padding: 2px;
}

.InquiryTblOuter {
}
.InquiryHdr {
    font-size:11px;
    font-weight:bold;
}
.InquiryBody {
}
#InquiryTable {
    float: left;
}

.MsgDiv {
    float: left;
}

.RespSpace {
}

/* End inquiry forms */


