@charset "UTF-8";
/* CSS Document */

.grey	{
	color:#666;
	}

.light_brown	{	
	color:#a99857;
	}
		
.rh_img	{
	border-top:dotted 1px #000;
	}

.green_header	{
	color:#06250f;
	margin-bottom:5px;
	}
	
.brown_header	{
	color:#a99857;
	}

.article_img	{	
	float:right;
	margin-left:30px;
	}
	
.date	{
	color:#666;
	font-size:1.2em;
	}		

.italic	{
	font-style:italic;
	}
	
#content	{
	padding:10px 0 40px 0;
	}

#left_col	{
	width:175px;
	float:left;
	}
	
#top_left	{
	width:175px;
	height:498px;
	}
	
#top_left .img_left	{
	float:left;
	border-right:1px #FFF solid;
	}
	
#top_left h2 {
	color:#690;
	}
	
#top_left p	{
	color:#666;
	line-height:1.5em;
	}
	
#right_col	{
	width:635px;
	float:right;
	}
	
#top_right	{
	width:635px;
	}
	
#news_title	{
	background:#a5144b url(../images/news/mc_news_title.jpg) no-repeat right;
	height:130px;
	width:425px;
	float:left;
	}
	
#news_title h2	{
	color:#fff;
	margin:15px 0 0 10px;
	}

#news_intro_text	{
	width:415px;
	float:left;
	margin-left:10px;
	padding:20px 10px 5px 0;
	}

*:first-child+html #news_intro_text	{
	}

*html #news_intro_text	{
	margin-left:5px;
}
		
#news_intro_text p, #next_event p, #last_event p	{
	line-height:1.5em;
	margin-top:20px;
	}

#news1, #news2, #news3	{
	clear:both;
	border-top:1px dotted #000;
	padding:20px 0;
	}
	
#news1 {
	height:269px;
	}
		
#top_right_right	{
	width:197px;
	float:right;
	margin-bottom:30px;
	}
		
#news_image	{
	height:130px;
	width:197px;
	padding-bottom:20px;
	}
	
#next_event, #last_event	{
	border-bottom:1px dotted #000;
	border-top:1px dotted #000;
	background:#f7f6ee;
	padding:20px 10px;
	}
	
#cust_img	{
	margin:15px 0;
	padding:0 1px;
	}
	