﻿body {
    background-color: #fff; /* 定义全局背景色，不需要改变 */
}

img {
    vertical-align: top; /* -- Hack to fix the gap at the bottom of image in ie -- */
}

li { list-style: none; }

p, ul, ol, li, form, marquee, iframe, div, body, table, td, th, h1, h2, h3, h4, h5, h6, span {
    color: #000000;
    cursor: default;
    font-family: Calibri;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

p {
    cursor: text;
    line-height: 1.5em;
}

a {
    color: #00F;
    cursor: pointer;
    outline: none;
    text-decoration: none;
}

a:hover { color: #cc0000; }

a * {
    border: none;
    cursor: pointer !important;
    text-decoration: none;
}

#DivBody {
    border: solid 1px #010133;
    border-width: 0 2px;
    margin: 0 auto;
    width: 960px;
    background: white url(ImageRightBorder.png) 197px 0 repeat-y;
}

#DivHeader {
    background: transparent url(ImageBanner.jpg) 0 0 no-repeat;
    clear: both;
    height: 103px;
    line-height: 103px;
    text-align: center;
    width: 960px;
}


#DivHeader .spanTilte {
    color: white;
    font-family: Calibri;
    font-size: 50px;
    
}

#DivContent {
    background-color: white;
    width: 960px;
}

#DivNavBar {
    background: white url(ImageRightBorder.png) right 0 repeat-y;
    float: left;
    min-height: 520px;
    width: 200px;
}

#DivPage {
    background-color: white;
    float: right;
    width: 760px;
}

#DivPage .title {
    color: #4D69A7;
    font-size: 20px;
    
    margin: 15px 10px 10px;
}

#DivPage p { margin: 0px 10px 10px; }


#DivPage p.headone {
    font-size: 18px;
    margin: 0px 10px 10px;
}

#DivPage div.photoPara {
    clear: both;
    height: 160px;
    margin: 15px 10px 20px;
}

#DivPage div.photoPara:hover { background-color: #cfe1ff; }

#DivPage h1.memberTitle {
    color: #4D69A7;
    font-size: 20px;
    
    margin: 15px 10px 10px;
}

#DivPage p.desc {
    line-height: 26px;
    margin-bottom: 0;
    margin-top: 0;
}

#DivPage div.photoPara div.divPhoto {
    float: left;
    height: 147px;
    margin: 5px 15px 0 5px;
    text-align: center;
    width: 105px;
}

#DivPage p.photoPara div.divPhoto img.photo {
    height: 147px;
    width: 105px;
}

#DivFooter {
    background-color: #010133;
    clear: both;
    color: #fff;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 960px;
}

#DivNavBar .linkMenuActive {
    background-color: #4D69A7;
    color: #FFF;
    display: block;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    margin: 2px 5px;
    padding: 0 0 0 15px;
}

#DivNavBar .linkMenu {
    background-color: #191663;
    color: #FFF;
    display: block;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    margin: 2px 5px;
    padding: 0 0 0 15px;
}

#DivNavBar .linkMenu:hover { background-color: #4D69A7; }