#contentLeft, #contentMiddle {
  background: #ffffff;
  } 
 
#contentBorder {
  background: transparent;
  }
 
#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;
  }  
  
#contentBorder h2 {
  background: #f0f0f0 url('/icons/rc_white_grey_tm.gif') repeat-x top left;  
  float: left;
  font-weight: bold;
  text-indent: 11px;
  }  
 
#contentLeft h2,#contentBorder h2 {
  width: 180px;
  } 
  
#contentMiddleHeading {
  width: 541px;
  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 {
	color: #555555;
  float: left;
  margin: 5px;
  width: 561px;
  }
  
#contentLeft {
  float: left;
  margin: 5px;
  width: 200px;
  }
  
#contentBorder {
  float: left;
  margin: 5px;
  width: 200px;
  }
  
#contentLeft ul {
  list-style: none;
  padding: 1em;
  }
  
#contentBorder ul {
  list-style: square;
  margin-left: 11px;
  margin-right: 11px;
  list-style-position:outside;
  }
  
#contentMiddle ol {
	margin: 11px;
	list-style-position: inside;
  }
    
#contentLeft a, #contentBorder a{
  color: #555555;
  font-weight: bold;
  text-decoration: none;
  }

#contentLeft a:hover, #contentBorder a:hover {
  color: #999999;
  text-decoration: underline;
  }
  
#contentLeft a.white {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  }
  
#contentLeft a.button_white {
  color: #f6f6f6;
  font-size: 1.4em;	
  font-weight: bold;
 	text-decoration: none; 
  }

#contentLeft a.button_white:hover {
  color: #ffffff;
  }
  
  
div.content_middle_view {
	margin-top: 10px;
	text-align: center;
  width: 561px;
}