﻿#outerContainer {
    margin: 15px auto;
    width: 1300px;
    background-color: #FFFFFF; /* z-index: -100 */

}

#headerContent {
    height: 90px;
    position: relative;
    background-color: #1d2d3b;
    z-index: 100;
}

#bodyContent {
    margin: 0 auto;
    padding:0px 5px 0px 5px;
    position: relative;
    height: 700px;
    background-color: #fff;
    overflow: auto;
    /* z-index: -90;*/
}

#footerContent {
    margin: 0 auto; /*width: 960px;*/
    height: 50px;
    line-height: 1.3;
    font-size: 11px;
    color: #333;
    /* z-index: -91;*/
    position: relative;
}


#popupHeader {
    margin: 0 auto;
    width: 1000px;
    height: 150px;
    background: no-repeat center top;
    position: relative;
    top: 0px;
    left: 0px;
}



#popupBody {
    margin: 0 auto;
    width: 1000px;
    background-color: white; /*z-index: 99;*/
    top: 0px;
    left: 0px;
}

#popupFooter {
    margin: 0 auto;
    width: 1000px;
    height: 50px;
    line-height: 1.3;
    font-size: 11px;
    color: #333;
    position: relative;
    top: 0px;
    left: 0px;
    background-image: url('../images/logoFooter1k.jpg');
}


#NavigationMenu2 {
    position: absolute;
    top: 45px;
    left: 120px;
}

#LoginView {
    position: absolute;
    top: 10px;
    right: 25px;
    color: #FF0000;
}
h1 {
    font-size: 1.5em;
    font-weight: 500;
    color: #FFFFFF;
}

h2 {
    font-size: 1.3em;
    font-weight: 300;
    color: #FFFFFF;
}


h3 {
    font-size: 1.2em;
    font-family: Helvetica, sans-serif,'Segoe UI';
    color: #161e25;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}
