body
{
    margin: 0;
    font-size: 12px;
    font-family: 宋体;
    line-height: 150%;
}

#wrapper
{
    width: 1002px;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
}
/*-------------------顶部导航--------------------*/
#topNav
{
    background: url(../images/topNav_bg.gif) repeat-x top;
    height: 26px;
}
#topNav li
{
    display: inline;
}
#topNav img
{
    vertical-align: text-bottom;
}
#topNav .sideContent
{
    width: 210px;
    padding-left: 1em;
    float: left;
    padding-top: 2px;
    color: #666;
}
#topNav .loginBar
{
    text-align: right;
    width: 750px;
    padding-right: 1em;
    float: right;
}
#topNav .loginBar a
{
    color: #000;
    text-decoration: none;
}
#topNav .loginBar a:hover
{
    color: #666;
    text-decoration: none;
}
/*-----------------------报头---------------------*/
#masthead
{
    clear: both;
    margin-top: 1px;
}
#masthead ul
{
    margin: 0;
    list-style: none;
    margin-top: 5px;
}

#masthead .logo
{
    background: #00A9DE;
    height: 80px;
}

#masthead .mainNav /*-------主菜单----*/
{
    clear: both;
    background: url(../images/bg2.gif) repeat-x;
    border-bottom: 2px solid #f1f1f1;
    height: 24px;
    font-weight: bold;
    padding-left: 2em;
}
#masthead .mainNav
{
    color: #1197C1;
    padding-top: 5px;
}
#masthead .mainNav span
{
    padding-right: 1em;
}
#masthead .mainNav a
{
    color: #1197C1;
    text-decoration: none;
}
#masthead .mainNav a:hover
{
    color: #E7A901;
    text-decoration: none;
}
#masthead .mainNav .selected
{
    color: #E7A901;
     text-decoration: none;
}
#masthead .amount
{
    margin-top: 0px;
    text-align: right;
    background: #00A9DE;
}
/*-----------------------主内容---------------------*/
#content
{
    height: auto !important;
    height: 440px;
    min-height: 440px;
   
}

/*-----------------------页脚---------------------*/
#footer
{
    clear: both;
    padding: 5px;
    border-bottom: 10px solid #00A9DE;
    text-align: center;
}
#footer a
{
    color: #000;
    text-decoration: none;
}
#footer a:hover
{
    color: #000;
    text-decoration: underline;
}

