
/*基本信息*/
body {
    height:100%;
    font:12px Tahoma;
	font-family:"Verdana","宋体"; 
	text-align:center;
	background:#FFF;
	margin:0;
	padding:0;
	/*以下两行是强行英文换行*/
	word-break:break-all;
	word-wrap:break-word;
	
}
/*
a:link,a:visited {font-size:12px;text-decoration: none;}
a:hover{}
*/

/*下面两行是控制英文自动换行（会拆断单字换行）*/
table {table-layout:fixed;word-break:break-all;word-wrap:break-word;}
div{word-break:break-all;word-wrap:break-word;}

/*下面两是控制英文自动换行(不会拆断单字换行)*/
/*
table {table-layout: fixed;word-wrap:break-word;}
div {word-wrap:break-word;}
*/

/***页面顶部开始***/
#this_header{
   width:100%;
   margin:0;
   padding:0;
   overflow:hidden; 
}

/*顶部菜单开始*/
#headMenu{
   float:left;
   width:100%;
}
#headMenu ul{
   margin:0;
   padding:0;
   float:right;
   list-style:none;
}
#headMenu ul li{
   float:left;
   margin:3px 3px;
}
#headMenu ul li a:link,#headMenu ul li a:visited {color:#0000cc;text-decoration:underline;}
#headMenu ul li a:hover{}
.menudiv {
   width:1px;
   height:14px;
   background:#999999;
}
/*顶部菜单结束*/

/*Logo和搜索表单开始*/
#headLogoAndSearchForm{
   clear:both;
   margin:0 0 8px 0;
   width:100%;
   height:52px;
   float:left;
}
#headContain{
   width:800px;
   height:52px;
   margin:0;
   padding:0;
   float:left;  
}
#okb2bLogo{
   margin:0 0 0 3px;
   width:136px;
   height:52px;
   float:left;
}
#okb2bLogo img{
   border:0;
}
#headSearchForm{
    margin:0 0 0 25px;
    width:630px;
	height:52px;
	text-align:left;
	float:left;
}
#searchMenu{
    width:600px;
	height:24px;
	line-height:24px;
}
#searchForm{
    width:630px;
	height:28px;
	line-height:28px;
	flaot:left;
}
.searchFormText{
	font-size: 14px;
	color: #000000;
	background-color: #FFFFFF;
	height: 20px;
	line-height:20px;
	/*border: 1px #3F7C5F solid;*/
}
.searchFormButton{
    margin:0 3px;
	font-family: "??ì?";
	font-size: 10pt;
	color: #000000;
	height: 25px;
}
/*Logo和搜索表单结束*/

/*浅绿色的横条开始*/
#topline{
    clear:both;
	padding:0;
    width:100%;
	height:21px;
	line-height:21px;
    border-top:1px solid #3F7C5F;
	background-color:#C6D7CF;
	text-align:left;
	font-size:13px;
	font-weight:bold;
	margin:0 0 8px 0;
}
#topline .padding{
    float:left;
    width:300px;
    padding:0px 8px;
}
/*浅绿色的横条结束*/
/***页面顶部开始***/

/***页面主体开始***/
#pageBody{
   clear:both;
   width:100%;
   text-align:center;
   margin-bottom:8px;
}
/***页面主体结束***/

/***页面底部开始***/
#footermenu {
    clear:both;
	width:auto;
	height:25px;
	line-height:25px;
	text-align:center;
	color:#898C8B;
	border-top:2px solid #3F7C5F;
	margin:18px 0 0 0;
}
#footermenu a:link{text-decoration:none ; color:#898C8B ; font-size:12px; text-decoration:underline;}
#footermenu a:visited {text-decoration:none ; color:#898C8B ; font-size:12px; text-decoration:underline;}
#footermenu a:hover {text-decoration:underline ; color:#ff0000 ; font-size:12px; text-decoration:underline;}
#footermenu a:active {text-decoration:none ; color:#ff0000 ;font-size:12px; text-decoration:underline;} 

#copyright{
    clear:both;
	width:auto;
	text-align:center;
	color:#898C8B;
}
/***页面底部结束***/


.textArea_h19{
   height:19px;
   font-size:15px;
}
.button_h25{
   height:25px;
   line-height:25px;
   font-size:13px;
}




