body{
        font-family:"宋体";
        font-size:14px;
}
#container{
        margin:0 auto;
        margin-left:5%;
        margin-right:5%;
        margin-top:0;
        margin-bottom:5px;
        min-width:1058px;
}

#header{
        background-color:#E1E1E1;
        height:15px;
        vertical-align: top;
        margin-bottom:5px;
}

#logobar{
        height:70px;
        vertical-align: top;
        margin-bottom:5px;
        border:1px solid #d6d6d6;
        font-family: "宋体";
}

#position{
		height:20px;
		background-color:#E1E1E1; 
}

#maincontent{
        margin-left:5%;
        margin-right:5%;
        margin-top:0;
        padding:0;
        min-width:1058px;
}

#rightmenu{
        width:200px;
        float:right;
        text-align:center;
        margin-left: 5px;
        background-color: #ECECEC;
        border-right-style: none;
        border-left-style: none;
        border-top-style: none;
        border-bottom-style: none;
}

#rightmenu h2{
        background-color:#737373;
        color:#E3E3E3;
        font-family:Arial,Helvetica,sans-serif;
        font-size:14px;
        margin:0;
        padding:2px;
        text-transform:uppercase;
}

#rightmenu ul{
        padding: 2px;
        list-style-type: none;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
}

#rightmenu li{
        color: #A58970;
        text-decoration: none;
        border-top-width: 0px;
        border-right-width: 0px;
        border-bottom-width: 1px;
        border-left-width: 0px;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: dashed;
        border-left-style: none;
        border-bottom-color: #737373;
        display: block;
        height: 18px;
}

#rightmenu a{
        color: #A58970;
        text-decoration: none;
        padding: 2px;
}

#rightmenu li a{
        color: #A58970;
        text-decoration: none;
        display: block;
        padding: 2px;
}

#rightmenu li a:visited, active{
        padding: 2px;
        list-style-type: none;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
}

#rightmenu li a:hover{
        color: #000000;
        text-decoration: none;
        background-color: #FFFFFF;
        display: block;
        padding: 2px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #000000;
}

#maincontent2{
        margin-right: 210px;
        background-color: #EFEFEF;
        margin-bottom:5px;
}

#footer{
        height:50px;
        text-align: center;
        margin-top:0;
        background-color:#999999;
}

.headfont{
        font-family:"宋体";
        font-size: 12px;
}

.footerfont{
        font-family:"宋体";
        color:black;
        font-size: 12px;
}

.clear{
        clear:both;
}

.CommonModalMask {
	background-image:url(images/maskBG.png) !important;
}
	
a:link {
        text-decoration: none;
}
a:visited {
        text-decoration: none;
}
a:hover {
        text-decoration: underline;
}
a:active {
        text-decoration: none;
}

a:link {
        color: #000000;
}
a:visited {
        color: #000000;
}