@charset "utf-8";
body,div,p,img,form,h1,h2,h3,h4,h5,h6,ul,li {
    margin: 0; 
    padding: 0; 
    border: 0;
}
 
body {
	margin: 0;
	text-align: center;
	font: 12px/160% "Lucida Grande", Verdana, Arial, sans-serif;
	text-decoration: none;
	background-color: #EEEEEE;

}

img {background:url(../Images/loading.gif) no-repeat center center;}

.flash_bg{ width:738px; height:300px; background:url(../Images/loading.gif) no-repeat center center;}



td{
	text-align: left;
	font-size: 12px;
	color: #fff;
}
 
#page { 
    width: 900px; 
    text-align: left;  
    margin: 0px auto 0px auto;
} 


#banner {
	width: 900px;
	height:200px;
	background-color:#FEFEE6;
	margin: 0px auto 10px auto;

} 




/* 头部文件定义 */

#header {
	width: 900px;
	text-align: left;
    margin:auto;
} 



/* 左侧列表页面 */

#left {
	width: 175px;
	float: left;
	background-color:#838383;
	background-image:url(../images/left_menu_bg.jpg);
	height:200px;
	background-repeat: repeat-x;
	background-position: bottom;
}

#left h3 {
	font-size: 13px;
	font-weight: bold;
	color: #FBFBE4;
	text-decoration: none;
	line-height: 28px;
	background-color: #000;
	background-image:url(../images/title_bg.jpg);
}

/* 左侧菜单样式 */

.leftmenu ul{list-style:none;}
.leftmenu li{
	float:left;
	width:100%;
	margin-left:0px;
	line-height:23px;
	background-image: url(../images/line_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.leftmenu a{
	display:block;
	text-align:left;
	padding:0px 0px 0px 20px;
	height:23px;
	text-decoration: none;
	font-size: 12px;
}
.leftmenu a:link{
	color:#000;
	text-decoration:none;

}
.leftmenu a:visited{
	color:#000;
	text-decoration: none;
}
.leftmenu a:hover{
	color:red;
	background-color:#CCCCCC;
	background-image: url(../images/left_menu.jpg);
	text-decoration:none;
} 




/* 主题体内容定义 */

#content {
	float: right;
	width: 680px;
	margin: 10px 10px 20px 0px;
}



#path {
	color: #CCCCCC;
	text-align: right;
	padding: 2px;
	text-decoration: none;
}

#title {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 10px 20px;
	font-size: 20px;
	color: #FBFBE4;
	font-weight: bold;
	text-decoration: none;
	background-attachment: fixed;
	background-image: url(../images/line_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}


#content a:link, #content a:visited { 
    color: #E9E6E1;
	text-decoration:none;
} 

#content a:hover, #content a:active { 
    color: #E9E6E1;
	text-decoration:underline;
} 




/*主体内容部分定义*/

#main {
	font-size: 12px;
	line-height:160%;
	color: #FBFBE4;
	width:600px;
	padding: 10px;
}



/* 底部文件的定义 */

#footer {
	padding:3px 0px 10px 0px;
	margin:0px auto 0px auto;
	width:900px;
	text-align: right;
	color: #E9E6E1;
	background-image: url(../images/line_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
} 

#footer a:link, #footer a:visited { 
    color: #E9E6E1;
	text-decoration:none;
} 

#footer a:hover, #footer a:active { 
    color: #E9E6E1;
	text-decoration:underline;
} 

/* 主要套用的样式 */

.font12blank {
	font-size: 12px;
	color: #000;
}




.font12orange {
	font-size: 12px;
	line-height: 160%;
	font-weight: bold;
	color: #FF6600;
}
.font15orange {
	font-size: 15px;
	line-height: 160%;
	font-weight: bold;
	color: #FF6600;

}
.font20orange {
font-size: 20px;
	line-height: 160%;
	font-weight: bold;
	color: #FF6600;
}

.font12blue{
	font-size: 12px;
	line-height: 160%;
	font-weight: bold;
	color: #003399;

}
.font15blue {
	font-size: 15px;
	line-height: 160%;
	font-weight: bold;
	color: #003399;

}
.font20blue {
font-size: 20px;
	line-height: 160%;
	font-weight: bold;
	color: #003399;
}

.red {
color: #FF0000;
}

.gold {
color: #FBFBE4;
}
.gold15 {
	color: #FBFBE4;
	font-size: 15px;
	line-height: 160%;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
}
.gold18 {
	color: #FBFBE4;
	font-size: 18px;
	line-height: 160%;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	font-weight: bolder;
}
.gold25 {
	color: #FBFBE4;
	font-size: 25px;
	line-height: 160%;
	text-decoration: none;
}
