* {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif
}

a,
a:link,
a:visited {
    text-decoration: none;
    color: #000
}

a:hover,
a:active {
    text-decoration: none
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    *zoom: 1
}

@font-face {
    font-family: 'BerlinSmallCaps';
 
    font-weight: normal;
    font-style: normal
}

#header {
    margin: 0 auto;
    max-width: 1024px;
    width: expression(document.body.clientWidth>1023?"1024px":"auto");
    position: relative;
    z-index: 97
}

#top-banner div {
    cursor: pointer
}

#top-banner {
    height: 66px;
    background-color: #004ea2;
    overflow: hidden;
    width: 100%
}

#top-banner .wrapper {
    height: 100%;
    margin: 0 auto;
    max-width: 1024px;
    width: expression(document.body.clientWidth>1023?"1024px":"auto")
}

#logo-img {
    display: block;
    margin: 6px 0;
    height: 54px;
    float: left
}

#logo-text {
    color: #FFF;
    font-size: 40px;
    line-height: 66px;
    font-family: 'BerlinSmallCaps'
}

#uname-img {
    height: 66px;
    cursor: pointer
}

#search-box {
    float: right
}

#banner-img {
    margin: 0 auto;
    padding: 0px 0px 10px 0px;
    width: 100%
}

#main-body {
    margin: 0 auto;
    max-width: 1024px;
    width: expression(document.body.clientWidth>1023?"1024px":"auto")
}

#main-body .wrapper {
    max-width: 700px;
    margin-left: 300px;
    width: calc(95% - 300px);
    width: expresion(95% - 300px)
}

#main-text {
    color: #3e3e3e;
    font-size: 16px;
    line-height: 26px;
    min-height: 850px;
    height: auto !important;
    height: 850px;
    word-wrap: break-word
}

#main-text p span {
    font-size: 16px
}

#main-text p {
    margin-bottom: 20px
}

#imgOfcollege {
    text-align: center
}

#main-text p {
    text-align: justify
}

#main-text h1 {
    width: 100%;
    text-align: center;
    line-height: 1.2;
    padding: 10px 0 0px 0;
    text-shadow: 1px 1px 2px #000;
    color: #233192;
    filter: DropShadow(Color=#AAAAAA, OffX=2, OffY=2)
}

.passage_info {
    margin: 0 auto 10px auto;
    text-align: center;
    line-height: 30px
}

#writer,
#editor,
#resource,
#update_time {
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    margin: 0 10px;
    color: #888
}

.sidebar {
    float: left;
    width: 220px;
    height: 450px;
    background: #c6002f;
    position: relative;
    margin-bottom: 400px
}

ul li {
    list-style: none;
    margin-bottom: 10px
}

#main-text ul li a {
    text-decoration: underline
}

.bottom-gradient-1 {
    height: 250px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: #c6002f;
    background: -moz-linear-gradient(top, #c6002f 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c6002f), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #c6002f 0%, #ffffff 100%);
    background: -o-linear-gradient(top, #c6002f 0%, #ffffff 100%);
    background: -ms-linear-gradient(top, #c6002f 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #c6002f 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c6002f', endColorstr='#ffffff', GradientType=0)
}

:root .sidebar {
    filter: none
}

.sidebar-content {
    position: absolute;
    left: 10px;
    top: 10px;
    height: 820px;
    width: 100%;
    background: #99a3bc
}

.sidebar-content ul {
    position: relative
}

.bottom-gradient-2 {
    height: 350px;
    width: 100%;
    position: absolute;
    overflow: hidden;
    bottom: 0px;
    left: 0px;
    background: #99a3bc;
    background: -moz-linear-gradient(top, #99a3bc 0%, #FFFFFF 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #99a3bc), color-stop(100%, #FFFFFF));
    background: -webkit-linear-gradient(top, #99a3bc 0%, #FFFFFF 100%);
    background: -o-linear-gradient(top, #99a3bc 0%, #FFFFFF 100%);
    background: -ms-linear-gradient(top, #99a3bc 0%, #FFFFFF 100%);
    background: linear-gradient(to bottom, #99a3bc 0%, #FFFFFF 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99a3bc', endColorstr='#FFFFFF', GradientType=0)
}

:root .sidebar-content {
    filter: none
}

.sidebar-content ul {
    list-style: none;
    margin: 20px 0
}

.sidebar-content li {
    margin: 0 10px
}

.sidebar-content a,
.sidebar-content a:visited {
    display: block;
    height: 40px;
    width: 180px;
    line-height: 40px;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    padding: 0 10px;
    text-shadow: 1px 1px 2px black;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    filter: DropShadow(Color=#000000, OffX=1, OffY=1)
}

.sidebar-content a:hover {
    background: #c6002f
}

.sidebar-content a.active {
    background: #c6002f
}

#footer {
    margin-top: 20px;
    width: 100%;
    padding: 30px 0;
    background-color: #2a458c;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #FFF
}

#footer .wrapper {
    margin: 0 auto;
    max-width: 1024px;
    width: expression(document.body.clientWidth>1023?"1024px":"auto")
}

#footer a {
    color: #FFF
}

#footer a:hover {
    text-decoration: underline
}