#bodyMain {
	width: 100%;
	margin: 0px 0 10px 0;
}
#bodyCont {
	width: 1003px;
	margin: 0 auto;
}


/*-----------------------sub page---------------------------------*/
/*--------left menu---------*/

.sideMenu {
	width:200px;
	margin:15px 15px 20px 15px;
	padding-right: 10px;
	border-right: solid 1px #EFEFEF;
	float: left;
}
.sideMenu h2.title_box{
	display: block;
	width:196px;
	height:30px;
	padding: 0 0 0 30px;
	background:url(web/menu_title_bg.gif) 0 0 no-repeat;
	text-align:left;
	font:bold 13px/30px Arial, Helvetica, sans-serif;
	color:#fff;
	margin:0;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
ul.left_menu{
width:196px;
padding:0px;
margin:0px;
list-style:none;
}
ul.left_menu li{
margin:0px;
list-style:none;
}
ul.left_menu li a{
	width:166px;
	height:25px;
	display:block;
	background:url(web/checked.png) no-repeat left;
	color:#FFFFFF;
	background-position:5px 5px;
	text-decoration:none;
	color:#504b4b;
	padding:0 0 0 30px;
	line-height:25px;
	margin-top:1px;
	background-color: #EDEDED;
}
ul.left_menu li a:hover{
	background:url(web/checked.png) no-repeat left #7bbcc7;
	color:#FFFFFF;
	background-position:5px 5px;
	background-color: #303038;
}

ul.left_menu li.odd a{
width:166px;height:25px;display:block;background:url(web/checked.png) no-repeat left #dad0d0; background-position:5px 5px;border-bottom:1px #FFFFFF solid;
text-decoration:none;color:#504b4b;padding:0 0 0 30px; line-height:25px;
}
ul.left_menu li.even a{
width:166px;height:25px;display:block;background:url(web/checked.png) no-repeat left #eee6e6;background-position:5px 5px;border-bottom:1px #FFFFFF solid;
text-decoration:none;color:#504b4b;padding:0 0 0 30px; line-height:25px;
}
ul.left_menu li.even a:hover, ul.left_menu li.odd a:hover{
background:url(web/checked.png) no-repeat left #7bbcc7; color:#FFFFFF;background-position:5px 5px;
}


/*--------------------left menu---------------------*/

/*------------------mainCont--------------------------*/

#bodyCont #mainCont {
	float: left;
	width: 690px;
	line-height: 2.5em;
}

#mainCont #currentTop {
	border-bottom-width: thin;
	border-bottom-style: double;
	border-bottom-color: #000000;
	margin-top: 15px;
	height: 40px;
	padding: 0;
}
#mainCont #currentTop h1 {
	font-size: 2em;
	margin: 0 0.8em 0 0;
	font-family: Arial, sans-serif;
	font-weight: bolder;
	line-height: 35px;
	height: 35px;
	color: #E1400A;
	padding:0;
	float:left;
	height:40px !important;
	height /**/:42px;
}

#mainCont #currentTop h3 {
	font-size: 1em;
	margin: 0 0 -0.8em 0;
	font-family: Arial, sans-serif;
	font-weight: bolder;
	line-height: 1.4em;
	height: 35px;
	color: #202020;
	padding:15px 0px 0 0;
	float:right;
	height:20px !important;
	height /**/:22px;
}
#mainCont #currentTop h3 a {
	color: #E1400A;
	text-decoration:underline;
}
#mainCont #currentTop h3 a:hover {
	color: #E1400A;
	text-decoration:none;
}

#mainCont #currentTop h3 span.PathBt {
	color: #FFFFFF;
	background-color:#282828;
	line-height: 21px;
	/*background-image: url(web/Path_bg.gif);*/
	text-align: center;
	padding:0px 5px;
	margin:0px 5px;
	display:inline-block;
}


#mainCont #currentTop h2 .curPoint {
	float: right;
	display: inline;
}

/*----------------------maincont-----------------------*/

/*-----------------------end sub page---------------------------------*/

