body {
    font-family: Helvetica, Arial, sans-serif;
    background:  #001439 ;
    color: #ffffff;
}
b {
    color:#3B99FB;
}
#wrapper {
    width:80%;
    margin:0 auto;
}
#head{
    position:relative;
    height:70px;
    font-family:Verdana, sans-serif;
    font-size:28px;
    line-height:34px;
    color:#ffffff;
    text-align:left;
    font-weight:bold;
}
#nav {
    position:relative;
    text-align:left;
    border-bottom:1px solid #444444;
    border-top:1px solid #444444;
    color:#777777;
    font-family:'Lucida Grande',Arial,sans-serif;
    font-size:11px;
    line-height:28px;
    list-style:none;
    height:30px;
    z-index:2;
}
#nav li {
    float:left;
    margin-right:15px;
}
#nav li a {
    color:#bbbbbb;
    text-decoration:none;
}
#nav li:hover {
    background:url(../images/bg_navHover-1.jpg) top center no-repeat;
}
#nav li.active a{
    color:#ffffff;
}
#nav li:hover a{
    color:#ffffff;
}
#content {
    position:relative;
    top:15px;
    margin:0 auto;
    float:left;
    width:70%;
    margin-bottom:40px;
    min-height:300px;
}
#sidebar {
    position:relative;
    float:left;
    width:20%;
    margin-top:-55px;
    padding-left:30px;
    height:75px;
    z-index:5;
    color:#ffffff;
}
#sidetop {
    background:url(../images/shapeimage_1.png) bottom left no-repeat;
    width:210px;
    height:263px;
    margin-bottom:20px;
}
#sidetop img {
    margin-left:35px;
    z-index:5;
    
}
#footer {
    position:relative;
    clear:both;
    margin:0 auto;
    border-top:1px solid #2F2C2C;
    
}
#chi {
    margin:0 auto;
    background:#232323 url(../images/Banner.png) center center no-repeat;
    width:440px;
    height:64px;
    cursor:pointer;
    margin-top:5px;
}
#head h1 {
    font-size:28px;
    line-height:34px;
}
#head h1 span {
    font-size:20px;
    font-weight:normal;
    line-height:22px;
    vertical-align:0.15em;
}
#head h1 span a{
    color: #ffffff;
    border-bottom : 0px ;
}
#head h2 {
    margin:0;
    padding:0;
    
}


#content p {
    color: #cccccc;
    font-size: 15px;
    line-height: 21px;
    margin-top: 0px;
    opacity: 1.00;
    text-align: justify;
    text-indent: 0px;
    text-transform: none;
}
#content p b {
    color:#ffffff;
    font-weight:normal;
}
#content h1 {
    margin-top:-5px;
    font-size:17px;
    line-height:20px;
    color:#ffffff;
}
#content ul {
    
}
#content a {
    color:#dddddd;
}
#sidebar dt {
    margin-bottom:5px;
}
#sidebar a {
    color:#cccccc;
}
#sidebar a:hover {
    color:#eeeeee;
}
#sidebar a b {
    font-weight:normal;
}
a { text-decoration : none ;
  border-bottom : 1px dotted ;
  }

a:hover { background : #002860 }
