body {
	font-size:14px;
	font-family:Times New Roman;}
#main{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
	}
#logo{
	margin:0px auto;
	width:100%;
	/*background-color:#09F;*/
	}
#rolling_words{
	font-weight:bold;
	margin:5px 0px;
	vertical-align:baseline;
	text-align:center;
	font-size:16px;
	color:#C00;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	display: block;
	overflow: auto;
	}
#temp-tips{
	text-align: center;
	color: #C60C59;
	font-size: 20px;
	margin: 5px 0;
}
#temp-tips a {
	font-size: 20px;
}
#content{
	margin-left:auto;
	margin-right:auto;
	width:800px;
	height:506px}
#left{
	width:200px;
	height:496px;
	margin-top:10px;
	margin-right:10px;
	float:left;
	border:1px solid #0D5D9A	
	}
#right{
	margin-top:10px;
	border:1px solid #0D5D9A;
	width:576px;
	height:496px;
	float:left
	
	}
#foot{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	border:0px solid ;
	width:800px;
	}
a{
	color:#1a5cc8;
	text-decoration:none;
	font-size:16px}
a:hover {
	text-decoration:underline }
.sub_title {
    font-size:15px;
    text-align:center;
	margin:0px;
    height:24px;
    line-height:26px;
    font-weight:bold;
	cursor: hand;
	background:#E1F2FA;}
.left_content{
	padding:15px;
	text-align:left;
	line-height:30px;	
	}
.right_content{
	margin-right:10px;
	font-weight:bold;
	
		}

li{
	list-style-type:none;
	margin-top:10px;}
.STYLE2 {
	color: #1a5cc8;
	font-size:15px;
	text-decoration:none;
	}
	
#welcome{
	margin:0px auto;
	margin-bottom:10px;
	width:600px;
	text-align:center;
	display: block;
	color: #1A5CC8;
	font-size:43px;
}

#menu{
	float: left;
	width:100%;
	height:42px;
	margin:0px;
	margin-bottom:10px;
	padding:0px;
	background:url(../images/nav_bg.png) top left repeat-x;
}

#menucenter{
	margin:0px auto;
	width:850px;
}
#menu ul{
	list-style:none;
	display:block;
	margin:0px;
	padding:0px;
}
#menu ul li{
	float:left;
	width:100px;
	height:20px;
	margin: 9px 0px 5px 30px;
	padding:0px;
}
#menu ul li a{
	float:left;
	height:20px;
	width:100px;
    display:block;
    color:#FFF;
	text-align:center;
	line-height:20px;
	font-weight:bolder;
}
#menu ul li a:link{ 
	text-decoration:none;
	}
#menu ul li a:visited{ 
	text-decoration:none;
	color:#FFF;
	}
#menu ul li a:hover{
	color:#000;
}

@keyframes masked-animation {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -100% 0;
	}
}
.colorful-text {
	color: red;
	background-image: -webkit-linear-gradient(left, #1a5cc8, rgb(54, 247, 157) 25%, #1a5cc8 50%, rgb(54, 247, 157) 75%, #1a5cc8);
	/* background-image: linear-gradient(left, #147B96, #E6D205 25%, #147B96 50%, #E6D205 75%, #147B96); */
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	background-size: 200% 100%;
	animation: masked-animation 4s infinite linear;
}
