#contentLeft, #contentMiddle {
  background: #ffffff;
  } 
  
#contentLeft h2 {
  background: #f0f0f0 url('/icons/rc_white_grey_tm.gif') repeat-x top left;  
  float: left;
  font-weight: bold;
 	line-height: 20px; 
  text-indent: 1px;
  }  
  
#contentLeft h2 {
  width: 180px;
  } 
  
#contentMiddleHeading {
  width: 751px;
  background: #f0f0f0 url('/icons/rc_grey_white_gradient_tm.gif') repeat-x top left;  
  float: left;
  font-weight: bold;
 	line-height: 10px; 
  text-indent: 1px;
  } 
  
#contentMiddleHeading h2 {
	line-height: 10px;
	}
  
#contentMiddle {
  float: left;
  margin: 5px;
  width: 771px;
  }

#contentMiddle table p {
	margin: 0px;
}

#contentMiddle a.event_title {
	color: #555555;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

#contentMiddle a.event_title:hover {
	color: #888888;
}

#contentMiddle a.imagelink {
	border: none;
	text-decoration: none;
}

#contentMiddle a.imagelink:hover {
	outline: 0;
	text-decoration: none;
}

#contentMiddle a.imagelink:active {
	outline: 0;
	text-decoration: none;
}

#contentMiddle a.imagelink:visited {
	outline: 0;
	text-decoration: none;
}

#contentMiddle a.imagelink:focus {
	outline: 0;
	text-decoration: none;
}
  
#contentLeft {
  float: left;
  margin: 5px;
  width: 200px;
  }
  
#contentLeft ul {
  /*list-style: none;*/
  padding: 1em;
  }
    
#contentLeft a.grey {
  color: #555555;
  font-weight: bold;
  text-decoration: none;
  }

#contentLeft a.grey:hover {
  color: #999999;
  text-decoration: underline;
  }
  
#contentLeft a.white {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  }
  
#contentLeft a.button_white {
  color: #f6f6f6;
  font-weight: bold;
  text-decoration: none;
  }
  
#contentLeft a.button_white:hover {
  color: #ffffff;
  }
  
div.content_middle_view {
	margin-top: 10px;
	text-align: center;
  width: 771px;
  }
