#top_cta {
  background: #ccc  !important
}

#intro_block{
  background: url(/images/news/body_photo_news.jpg) no-repeat 0 0 !important; 
}

#intro_content {
  background: #ccc !important
}

#subnav li a.nav_on, 
#subnav li a.nav_on:hover {
  background: #ccc !important
}

#mm_title
{
  width: 313px;
  height: 32px;
  background: url(/images/t_multimodal_grey.gif) no-repeat;
}

#mm_login
{
  width: 99px;
  height: 17px;
  background: url(/images/t_mm_login_grey.gif) no-repeat;
  position: absolute;
  top: 1px;
}
	


/* NEWS TOPICS */
/*****************************************************************************/
.date {
  width: 59px;
  height: 65px;
  background: url(/images/news/news_date_bg.gif) no-repeat;
  text-align: center;
}

.news_topic
{
  clear: both;
  min-height: 80px;
}

.news_description
{
	width: 490px;
	margin: 0;
	padding: 3px 0 20px 15px;
}

.date, .news_description
{
	float: left;
}

.month, .day, .year
{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3389da;
}

.month
{
	font-size: 12px;
	padding: 9px 0 0 0;
}

.day
{
	font-size: 20px;
	margin: -2px 0 0 0;
}

.year
{
	font-size: 10px;
	margin: 0;
}

