a {
	color: #003399;
}

#content {
	width: 520px;
	float: left;
}

#banner {
	position : relative;
	width : 520px;
	height : 208px;
	overflow : hidden;
}

#banner .title {
	color : #1f2e62;
	font : italic 26px Georgia, 'Times New Roman', serif;
	line-height : 1;
	margin-top : 12px;
}

#banner p {
	margin-top : 12px;
}

#banner img {
	margin-left : 10px;
	float : right;
}

#banner1, #banner2, #banner3, #banner4 , #banner5 {
	position : absolute;
	top : 0px;
	left : 0px;
	width : 510px;
	height : 208px;
	padding-left : 10px;
	overflow : hidden;
	visibility : hidden;
}

#purple {
	width : 388px;
	height : 177px;
	margin-top : 10px;
	padding: 4px 15px 10px 105px;
	float: right;
	background-image: url(../images/purplebox.jpg);
	color: #6e6e6e;
	line-height: 1.4;
	overflow : hidden;
}

#purple .header {
	width: 310px;
	height: 32px;
	margin-bottom: 14px;
	cursor: pointer;
}

#purple .header span {
	visibility: hidden;
}

#purple .content {
	padding-left: 35px;
}

#purple .more {
	margin-top: 6px;
	text-align: right;
}

#news {
	width : 263px;
	height: 409px;
	margin-right: 3px;
	float : right;
	background: #e9eff8 url(../images/newsbox_footer.jpg) no-repeat bottom center;
}

#news div {
	height: 85px;
	padding: 3px 6px;
	border-bottom: 1px solid #ffffff;
	overflow : hidden;
}

#news div img.left {
	float: left;
	margin-right: 5px;
}

#news div img.right {
	float: right;
	margin-left: 5px;
}

#news .newstitle {
	color: #003399;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
	margin: 2px 0px 4px 0px;
	display: block;
}

#news .more {
	text-align:right;
}

#news .dot {
	float:left;
}

#news p {
	line-height: 16px;
	overflow: hidden;
}

.readmore {
	font-size:11px;
	color:#990033;
	text-decoration:none;
}

