HTML{
    font-size:13px;
    font-family:Arial;
    color:#333;
    overflow-y:scroll;
}

body{
    overflow-x:hidden;
    position:relative;
}

body, form, ul{
    margin:0px;
    text-align:left; /* CCF; this had a value of center*/
}

div{
    margin:auto;
}

.clearDiv{
    clear:both;
    width:1px;
    height:1px;
    padding:0;
    margin:0;
    overflow:hidden;
}

.left{
    float:left;
}

.right{
    float:right;
}

.clearLeftDiv{
    clear:left;
    width:1px;
    height:1px;
    padding:0;
    margin:0;
    display:block;
    overflow:hidden;
}

.mainDiv{
    min-width: 940px;
    padding:0;
    width:100%;
    height:70px;
    overflow: auto;
    overflow-y: hidden;
}

.headDiv{
    font-size:13px;
    display:block;
    height:70px;
    overflow: hidden;
}

.subTitle{
    padding-left:0px;
    font-size:24px;
    color:#0f3668;
    text-align: center;
    vertical-align: top;
    line-height: 80px;
}

.subTitleBold{
    font-weight: bold;
    padding-left:0px;
    font-size:24px;
    color:#0f3668;
    text-align: center;
    vertical-align: top;
    line-height: 80px;
}

span.quickLinksHeader{
    padding-right:25px;
    padding-left:12px;
    font-size:13px;
    color:#0f3668;
    line-height: 84px;
}

span.applicationIcons{
    display:inline-block;
    text-align: center;
    vertical-align: top;
    line-height: 80px;
    padding-right:8px;
    padding-top:22px;
}

a{
    text-decoration: none;
    color:#0f3668;
}

.TitleText18px{
    font-size:18px;
    color:#0f3668;
    line-height: 21px;

}

.BodyText15px{
    font-size:15px;
    color:#333;
    line-height: 21px;

}

.nav{ /* This was the 'blueheader' class in original */
    background-color:#0f3668;
    color:#fff;
    font-size:13px;
    font-weight: normal;
    text-align: left;
    padding-left:12px;
    display:block;
    height:44px;
    line-height:50px;
}

.nav div.left{
    width:5px;
    display:block;
}

.nav a{
    color:#fff;
    margin:0 5px;
    display:block;
    font-weight: normal;
}

.nav a:link{
    color:#fff;
}

.lightBlueButtonheader{
    height:40px;
    background-color:#d3e2e8;
    padding-left:17px;
    text-align:left;
    z-index:2px;
}

.lbbhWrapper{
    position:relative;
    height:41px;
    width:100%;
}

.lbbhWrapper .bottom-line{
    position:absolute;
    bottom:0px;left:0;
    width:100%;
    height:1px;
    display:block;
    background-color:#ccc;
    z-index:1;
}

.lightBlueButtonheader div{
    margin:0;
}

.login{
    margin-top:60px;
    font-size:18px;
    color:#0f3668;
}

.login_success{
    margin-top:60px;
    font-size:15px;
    color:#333;
}

div.subtab{
    position:relative;
    display:block;
    height:40px;
    padding-left:32px;
    text-align:left;
    line-height:40px;
    float:left;
    background-color:#d3e2e8;
}

div.subtab span.close{
    position:absolute;
    right:4px;
    top:4px;
    width:16px;
    height:15px;
    background: url(../../images/icons/close.png) left top no-repeat;
    display:block;
    cursor:pointer;
}

div.login-tab{
    background: url(../../images/icons/myprofile_icon.png) 8px center no-repeat;
    width:80px;
}


div.active{
    background-color:#fff;
    border-top:1px solid #ccc;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
    border-bottom:none;
    z-index:2;
}
