html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, input, textarea,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, hr {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    font-family: "Microsoft Yahei", "Î¢ÈíÑÅºÚ", Tahoma, Arial, Helvetica, STHeiti;
    font-size: 12px;
    color: #333333;
    background-color: #ffffff;
}

input, textarea {
    font-family: "Microsoft Yahei", "Î¢ÈíÑÅºÚ", Tahoma, Arial, Helvetica, STHeiti;
    font-size: 12px;
    color: #333333;
}

img {
    outline: none;
}

ul {
    list-style: none;
}
.header-ul {float:right}

a {
    color: #2438cd;
    text-decoration: none;
    outline: none;
}

table {
    border-collapse: collapse;
}

a:hover {
    text-decoration: underline;
}
/**************
 header begin
**/
.header{
	height:90px;
	background:url(../images/line.jpg) repeat-x scroll 0 bottom #0044AE;
	text-align:center;
	margin:auto 0;
	padding:13px 0;
	
	}

.nav{
	width:960px;
	height:90px;
	line-height:90px;
	margin:0 auto;
}
.nav li {
    float: left;
    height: 30px;
    list-style: none outside none;
    padding-top: 20px;
    position: relative;
    text-align: center;
	color:white;
	font-size:18px;
	
}
.nav span {
    padding: 0 10px;
	color:#ABABAB
}
.nav li a{
	color:white
}	
/*****content*****/
.main_content{
	margin-top:2px;
	margin-bottom:2px;
	text-align:center
}


.leftWrapper {
    background-color: #F1F1F1;
    float: left;
    width: 170px;
}

.leftTitle {
    border-bottom: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    color: #F05A22;
    font-size: 15px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    padding-left: 30px;
}
.leftTitle_category {
    font-size: 16px;
    line-height: 50px;
	 border-bottom: 1px solid #FFFFFF;
}

.leftTitle_noFocus {
    border-bottom: 1px solid #FFFFFF;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    padding-left: 30px;
}
.rightWrapper{
	float:left;
	margin-left:20px
}
.current_position{
	width:960px;
	margin:10px auto;
	text-align:left;
	padding-left:10px;
	font-size:16px
}

.info input{
	border:1px solid #ccc;
	padding:3px;
	width:200px	
}

.titleCss{background: none repeat scroll 0% 0% rgb(238, 238, 238);  padding: 5px 10px;}
.divSpace{height:10px}
.divImg{border:1px solid #ABABAB}
