@CHARSET "UTF-8";
#start {
	width:785px;
	height:378px;
}

/****************************/
/*   ticker                 */
/****************************/


#ticker marquee {
	width: 784px;
	padding: 0;
	margin:0;
}



/****************************/
/*   imageBox               */
/****************************/
#startImages {
	margin-bottom:3px;
	height:148px;
}

#start .imageBox {
	width:190px;
	height:144px;
	padding:2px;
	float:left;
	margin-right:3px;
}

#start .imageBox.last {
	margin-right:0px;
}
#start .leftBox,
#start .rightBox {
	padding: 0;
	width: 391px;
}

/****************************/
/*   welcomeBox             */
/****************************/
#welcomeBox {
	height:27px;
	margin-bottom:3px;
	background-color:#E6E2E6;
	color:#9d9d9d;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	line-height:27px;
	
}

/****************************/
/*   infoBox1               */
/****************************/
#infoBox1 {
	height:164px;
	margin-bottom:3px;
}

#infoBox1 .leftBox,
#infoBox1 .rightBox {
	height:164px;
	background-color: #eef0ed;
	padding:0;
}

#infoBox1 .leftBox .margin {
	margin:25px 20px 0;
}

#infoBox1 .leftBox .margin p {
	font-weight:bold;
	color:#666;	
}

#infoBox1 .rightBox .margin {
	margin:10px;
}


/****************************/
/*   news                   */
/****************************/

.newsLatest .title {
	font-weight:bold;
	margin-bottom:8px;
}

.newsLatest .news {
	border: 2px solid white;
	padding: 3px;
	font-size:10px;
	color:#666;
	margin-bottom:3px;
}
.newsLatest .news p {
	font-size:10px;
	color:#666;
}
.newsLatest .news p.headline {
	font-weight:bold;
}

/****************************/
/*   infoBox2               */
/****************************/
#infoBox2 {
	height:13px;
	margin-bottom:3px;
}

#infoBox2 .leftBox,
#infoBox2 .rightBox {
	height:13px;
	background-color: #eef0ed;
	text-align:center;
	color:#666;
	font-size:10px;
	line-height:13px;
}

/****************************/
/*   infoBox3               */
/****************************/
#infoBox3 {
	height:14px;
	
}
#infoBox3 .leftBox ,
#infoBox3 .rightBox .rightBox,
#infoBox3 .rightBox .leftBox{
	height:14px;
	background-color:#E6E2E6;
	text-align:center;
	color:#666;
	font-size:10px;
	line-height:14px;
}

