.header { border-bottom: 1px solid #e0e0e0; }
.infoclassnav { float: left; width: 10%; border: 1px solid #e0e0e0; background: #f5f5f5; }
.subbody { float: right; width: 88%; border: 1px solid #e0e0e0; }
.listcon { width:90%; padding-top: 35px;
    margin: 0 auto;
    }
.infoclassnav ul li {
    padding: 0 15px;
    text-align: center;
    height: 40px;
    line-height: 40px;
}
.infoclassnav ul li a { font-size: 14px; }
.infoname h2{
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e0e0e0;
}
.banner img { width: 100%; height:490px; }
.oneoftwo { padding: 15px; }
.subbody .subtitle { background: #f5f5f5; }
.banner { position: relative; width: 100%; overflow: hidden; }
.banner h2 {
    position: absolute;
    z-index: 2;
    top: 14%;
    padding: 0 20px;
    font-weight: bold;
    line-height: 68px;
    border-radius: 5px;
    font-size: 50px;
    background: rgba(35, 154, 255, 0.9);
    height: 75px;
    left: 80%;
    color: #ffffff;
    margin-left: -100px;
}
.banner a {
    color: #fff;
}
.infoclassnav ul li.on { background: #fff; }
.infoclassnav ul li.on a {
    color: #0f5fbb;
    font-weight: bold;
}