body {
    left:0px;
    width:100%;
    padding:0px;
    margin:0px;
}
.mainDiv
{
    margin:auto;
    min-width:1400px;
    max-width:1600px;
}
.bgHeaderParent {
    background-color: #404146;
    top: 0px;
    left: 0px;
    height: 119px;
    width: 100%;
    position: fixed;
    border-bottom: 1px solid black;
    z-index: 10;
}
.bgHeaderContent {
    z-index: 50;
    background-color: #404146;
    top: 0px;
    margin: 0 auto;
    height: 119px;
    width: 100%;
    max-width: 1600px;
    min-width: 1400px;
    border-bottom: 1px solid black;
}
.contactus {
    background-color: #00aeef;
    color: white;
    font-family: Roboto;
    font-size: 25px;
    border: 0;
    border-radius: 5px;
    width: 200px;
    height: 50px;
    cursor: pointer;
}
.bodyContent {
    margin-left: auto;
    margin-right: auto;
    min-width: 1400px;
    max-width: 1600px;
}
.pageHdmsg {
    font-family: Roboto;
    font-size:80px;
    text-align: center;
    color: #ff6a00;
    width:400px;
}
.pageText {
    font-family: Roboto thin;
    font-size: 28px;
    color: #a9a7a7;
}
.pageTit {
    font-family: 'Roboto light';
    text-align: center;
    font-size: 35px;
    color: #fbf8f9;
}
.footerTit {
    font-weight: bold;
    color: #cac6c7;
    font-family: Roboto;
    font-size: 18px;
    padding-top:20px;
    padding-bottom:10px;
}
.footerdivs {
    text-align: left;
    padding: 20px;
    height: 200px;
}
.table { 
    display:block;
    width:1400px;
    margin:auto;
}
.row { 
    display:block;
    padding-top:20px;
}
.cell {
    display:inline-block;
}