body { 
    margin-bottom:0px; margin-left:20px; margin-top:0px; margin-right:0px;
	padding-left:0px; padding-top:0px; padding-right:0px; padding-bottom:0px;
        font-family: verdana, arial, helvetica, sans-serif,宋体;
	color: #060;
	background-color: #CCC;
	}
a {
	text-decoration: none;
	font-weight: bold;
    font-size:12px;
	color:  #666;
	outline: none;
	}
a:visited {
	color:  #666;
	}
a:active {
	color:  #666;
	}
a:hover {
	color: #666;
	text-decoration: underline;
	}
.ahem {
	display: none;
	}
strong, b {
	font-weight: bold;
	}
p {
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}

/* weird ie5win bug: all line-height to font-size ratios must agree or box gets pushed around. UPDATE: this has turned out to be very rare. my current recommendation is IGNORE this warning. at the moment i'm leaving it in only in case the issue turns up again. possibly the original bug in march 2001 was caused by an unusual combination of factors, although this solved it at the time.*/

h1 {
	font-size: 24px;
	line-height: 44px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h2 {
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h3 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h4 {
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h5 {
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h6 {
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
img {
	border: 0;
	}
.nowrap {
	white-space: nowrap;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
/* must be combined with nobr in html for ie5win */
	}
.tiny {
	font-size: 9px;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 5px; 
	}	
#top {
	margin: 0px 0px 0px 0px; 
	padding-bottom:0px; 
	border-bottom:3px solid #C61C18;
	background: url(/Skin/Lucien/jiaowuchu/logo.gif);
	height: 100px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 120px; 
	width:960px;
	}
html>body #top {
	height: 120px; /* ie5win fudge ends */
	}
#bottom {
	position: absolute;
	top: 940px;
	left: 0px; 
	margin-top:0px; margin-left:20px; margin-right:0px; margin-bottom:0px;
	padding-top:3px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
	border-top:3px solid #C61C18;
	background: #ffffff;
	width: 250px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 960px;
	height: 80px;
	}html>body #bottom {
	height: 80px; /* ie5win fudge ends */
	}
#left {
	position: absolute;
	top: 157px;
	left: 0px; 
	margin-top:0px; margin-left:20px; margin-right:0px; margin-bottom:0px;
	padding-top:3px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:75px;
	border: 0px solid #ffffff;
	background: #ffffff;
	width: 250px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 250px;
	}
html>body #left {
	width: 250px; /* ie5win fudge ends */
	}
#middle {
	position: absolute;
	top: 157px;
	left: 0px; 
         height:800px;
	margin-top:0px; margin-left:270px; margin-right:0px; margin-bottom:0px;
	padding-top:3px;
	padding-left:3px;
	padding-right:3px;
	padding-bottom:3px;
	border: 0px solid #ffffff;
	background: #ffffff;
	width: 510px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 510px;
	}
#right {
	position: absolute;
	top: 157px;
	left: 0px; 
	margin-top:0px; margin-left:780px; margin-right:0px; margin-bottom:0px;
	padding-top:3px;
	padding-left:3px;
	padding-right:0px;
	padding-bottom:80px;
	border: 0px solid #ffffff;
	background: #ffffff;
	width: 200px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 200px;
	}
html>body #right {
	width: 200px; /* ie5win fudge ends */
	}
pre {
	font-size: 14px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
        font-family: verdana, arial, helvetica, sans-serif,宋体;
	}
/* 竖向导航菜单*/
/* 首先定义menu层的主要样式: */
#menu {
MARGIN: 0px 0px 0px 0px;  /*定义层的外边框距离*/
PADDING:0px;    /*定义层的内边框为0px*/
BACKGROUND: #f4680b;   /*定义背景颜色*/
COLOR: #666;    /*定义字体颜色*/
BORDER:#fff 1px solid;  /*定义边框为2px白色线条*/
WIDTH:250px;    /*定义内容的宽度为180px*/
} 
/* 其次定义无序列表的样式：*/

#menu ul {
MARGIN: 0px;
PADDING: 0px;
BORDER: medium none; /*不显示边框*/
LINE-HEIGHT: normal; 
LIST-STYLE-TYPE: none;
}
#menu li {BORDER-TOP: #FFF 1px solid; MARGIN: 0px;} 
/* 定义onmouseover效果 */
#menu li a {
PADDING:5px 0px 5px 15px;
DISPLAY: block; 
FONT-WEIGHT: bold; 
BACKGROUND: url(/Skin/Lucien/css/ainw_000000.gif) transparent no-repeat 2px 8px; 
WIDTH: 100%;
font-size: 12px; 
COLOR: #444; 
TEXT-DECORATION: none;
}
#menu li a:hover { BACKGROUND: url(/Skin/Lucien/css/ainw_000000.gif) #C61C18 no-repeat 2px 8px;
COLOR: #fff; } 
/* 解释如下：

"display:block;"表示将标签a当作块级元素来显示，使得链接变成一个按钮； 
"BACKGROUND: url(images/icon_dot_lmenu.gif) transparent no-repeat 2px 8px;" 这一句定义了替代li的小圆点的图标。"transparent"指背景为透明，"2px 8px"指定图标的位置是距左边2px，距上边8px。这一句也可以拆分写成四句："BACKGROUND-IMAGE: url(images/icon_dot_lmenu.gif); BACKGROUND-POSITION: 2px 8px; BACKGROUND-REPEAT: no-repeat; BACKGROUND-COLOR: transparent;" 
"#menu li a:hover"定义了当鼠标移动到链接上以后的颜色变化和小图标变化。*/

/*不用表格的菜单(横向) */
#submenu { 
MARGIN: 0px 0px 0px 0px; 
padding-bottom:0px; padding-left:0px; padding-right:0px; padding-top:15px;
BORDER: #fff 0px solid; 
BACKGROUND: url(/Skin/Lucien/jiaowuchu/daohan_Bg.jpg); 
COLOR: #666; 
HEIGHT:37px;
width:960px;
 } 

#submenu ul { 
CLEAR: left; 
MARGIN: 0px; 
PADDING:0px; 
BORDER: 0px; 
LIST-STYLE-TYPE: none; 
TEXT-ALIGN: center; 
DISPLAY:inline;
} 

#submenu li { 
FLOAT: left; 
DISPLAY: block; 
MARGIN: 0px; 
PADDING: 0px; 
TEXT-ALIGN: center} 

#submenu li a { 
DISPLAY: block; 
PADDING:2px 3px 2px 3px; 
BACKGROUND: url(/Skin/Lucien/jiaowuchu/icon_dot_lmenu.gif) transparent no-repeat 2px 8px; 
FONT-WEIGHT: bold; 
WIDTH: 100%; 
font-size: 13px;
COLOR: #faec06; 
TEXT-DECORATION: none; 
} 

#submenu li a:hover { 
BACKGROUND: url(/Skin/Lucien/jiaowuchu/icon_dot_lmenu2.gif) #fa5606 no-repeat 2px 8px; 
COLOR: #fff; } 

#submenu ul li#one A { WIDTH: 120px} 
#submenu ul li#two A { WIDTH: 70px} 
#submenu ul li#three A { WIDTH: 70px} 
#submenu ul li#four A { WIDTH: 70px} 
#submenu ul li#five A { WIDTH: 70px} 
#submenu ul li#six A { WIDTH: 70px} 
#submenu ul li#seven A { WIDTH: 70px} 
#submenu ul li#eight A { WIDTH: 70px} 
#submenu ul li#nine A { WIDTH: 90px} 


TABLE {
	FONT-SIZE: 12px
}
TD {
	FONT-SIZE: 12px
}
 {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}
.contentBox {
	BORDER-BOTTOM: #d2d2d2 1px solid
}
FORM {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}
INPUT {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}
.green_Bj {
	BACKGROUND-POSITION: left bottom; BACKGROUND-IMAGE: url(/Skin/Lucien/jiaowuchu/index_r21_c33.jpg); BACKGROUND-REPEAT: repeat-x
}
.orange_Bj {
	BACKGROUND-POSITION: left bottom; BACKGROUND-IMAGE: url(/Skin/Lucien/jiaowuchu/index_r21_c42.jpg); BACKGROUND-REPEAT: repeat-x
}
.greenBox {
	BORDER-RIGHT: #257401 1px solid; BORDER-TOP: #257401 1px solid; BORDER-LEFT: #257401 1px solid; BORDER-BOTTOM: #257401 1px solid
}
.orangeBox {
	BORDER-RIGHT: #bf7500 1px solid; BORDER-TOP: #bf7500 1px solid; BORDER-LEFT: #bf7500 1px solid; BORDER-BOTTOM: #bf7500 1px solid
}
.blue_Bj {
	BACKGROUND-POSITION: left bottom; BACKGROUND-IMAGE: url(/Skin/Lucien/jiaowuchu/index_r37_c13.jpg); BACKGROUND-REPEAT: repeat-x
}
.blueBox {
	BORDER-RIGHT: #0076bd 1px solid; BORDER-TOP: #0076bd 1px solid; BORDER-LEFT: #0076bd 1px solid; BORDER-BOTTOM: #0076bd 1px solid
}

#main { 
MARGIN: 0px 0px 0px 0px; 
padding-bottom:0px; padding-left:0px; padding-right:0px; padding-top:15px;
BORDER: #fff 0px solid; 
background: #ffffff; 
COLOR: #666; 
HEIGHT:37px;
width:960px;
 } 
#foot {
MARGIN: 0px 0px 0px 0px; 
padding-bottom:0px; padding-left:0px; padding-right:0px; padding-top:3px;
border-top:3px solid #C61C18;
background: #ffffff; 
COLOR: #666; 
HEIGHT:80px;
width:960px;
	}