#leftLane {
	float: left;
	width: 177px;
	background-color: #eaeaea;
}

#rightLane{
	float:left;	
	padding-left:20px;
	width:780px;
}

#centerLane {
	float: left;
	margin-left: 32px;
	width: 770px;
}

#newsList {
  width:740px; 
  margin-left:18px; 
  margin-bottom:10px;
}

.newsDate {
  width:70px; 
  float:left;
  color:#666666;
}

.newsTitle {
  width:670px; 
  float:left;
  color:#ff9500;
	font-size: 20px;  
}

#newsList .newsDate {
	margin-top: 10px;
	color: #0099CC;
}

#newsList .newsTitle {
	margin-top: 10px;
	color: #646464;
}

#newsList .newsTitle a {
	font-size: 11px;
	color: #646464;
}

.newsTitle a {
  text-decoration:none; 
  color:#367ac3;
  font-size:  20px;
}

.timedate  {
  text-decoration:none; 
  color:#D0D0D0;
}