body{
	font-family: "Courier New", Courier, monospace;
	font-size:11px;
	padding:0px;
	margin:0px;
	OVERFLOW-Y: hidden;
  color:#015198;
	overflow:hidden;
	}
html, body{ height:100%}
#main{
	width:100%;
	height:100%;
	overflow:hidden;
	}
#CLeft{
	float:left;
	width:176px;
	height:auto;
	}
#logo{
	margin-left:60px;
	margin-top:60px;
	}	
#nav{
	margin-top:30px;
	margin-left:86px;
}	
#nav li{
	clear:both;
	float:left;
	margin-top:15px;
	margin-left:0px;
	list-style:none;

}	
#copyright{
position:fixed;

left:87px;
bottom:35px;
_position:absolute;
_top:expression(document.documentElement.clientHeight + document.documentElement.scrollTop - this.offsetHeight);

}

	
#CRight{
	width:auto;
	overflow-y:scroll;
   scrollbar-3dlight-color:#dc214c; /*- 最外左 -*/
   scrollbar-highlight-color:#dc214c; /*- 左二 -*/
   scrollbar-face-color:#dc214c; /*- 面子 -*/
   scrollbar-arrow-color:#dc214c; /*- 箭头 -*/
   scrollbar-shadow-color:#dc214c; /*- 右二 -*/
   scrollbar-darkshadow-color:#dc214c; /*- 右一 -*/
   scrollbar-base-color:#dc214c; /*- 基色 -*/
   scrollbar-track-color:#015198;/*- 滑道 -*/

}	

.drag{
	font-family:Microsoft YaHei;
	font-size:12px;
	letter-spacing:1px;
	position:absolute;
	cursor:hand;
	padding:19px 19px 19px 19px;
	background-color:#FFF;
	background:#FFF;

	border: 1px dotted black;
	visibility:hidden;
	line-height:150%;
  min-height:300px;

}
.drag br{
letter-spacing:normal;
}


.contentTop{
	text-align:left;
	height:19px;
	}
.contentBottom{
	text-align:right;
	margin-top:15px;
	height:9px;
	}
:link.news_link     {color: #666666;text-decoration: none;}
a:visited.news_link {color: #666666;text-decoration: none;}
a:hover.news_link   {color: #666666;text-decoration: underline;}
a:active.news_link  {color: #666666;text-decoration: none;}

.INPUTCSS{BORDER-RIGHT: #000000 1px double; BORDER-TOP: #000000 1px double; FONT-SIZE: 9pt; BORDER-LEFT: #000000 1px double; COLOR: #000000; BORDER-BOTTOM: #000000 1px double; FONT-FAMILY: Tahoma; BACKGROUND-COLOR: #ffffff}
.text{color: #666666;line-height: 20px;}

a    		 {blr:expression(this.onFocus=this.blur())}
a:link       {font-size: 12px; font-family: 宋体;line-height: 20px;text-decoration: none; color: #666666;}
a:visited    {font-size: 12px; font-family: 宋体;line-height: 20px;text-decoration: none; color: #666666;}
a:hover		 {font-size: 12px; font-family: 宋体;line-height: 20px;text-decoration: underline; color: #000000;}
a:active     {font-size: 12px; font-family: 宋体;line-height: 20px;text-decoration: none; color: #666666;}

.DivColumn{
	float:left;
	width:150px;
	margin-left:27px;
  	display: inline; 

	
	}
.DivList{
	margin-bottom:30px;
	text-align:left;
  	cursor:hand;

  }
.DivList p{
	margin:5px 0px 0px 0px;
line-height: 150%;
  }


#OverLay{
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:10;
	background-color:#000;
	position:fixed;
	opacity:0.5;
	filter: alpha(opacity=50);
	}
