object{
	margin: 0px 0px 5px 0px;
}
/****** HEADER ******/
.alt_header{
	margin:0px 0px;
	color:#ffffff;
	padding:4px 5px 4px 5px;
	font-size: 12pt;
	font-weight:bold;
}

/****** END HEADER ******/
#left_main{
	border: solid 0px #000000;
	margin-left: 10px;
	margin-right: 2px;	
	width: 420px;
	float:left;
}
#right_main{
	float:right;
	margin-right: 8px;
	margin-left: 0px;
	border: solid 0px #c4161c;
 	margin-bottom: 5px;
	width: 240px;
	/** 240 px **/
}
/****** Blog Entry ******/
#blogs{
	margin: 0px 10px 0px 10px;
}
#blog_entry_container{
	padding: 5px;
}
.blog_entry{
	clear: left;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 5px 0px;
	font-size: 10pt;
}
.blog_entry img{
	height: 60px;
	width: 60px;
	margin-right: 10px;
	float:left;
	border: solid 1px #bbbbbb;
	
}
.blog_entry_content{
	border: solid 0px #bbbbbb;
	float:left;
	width: 585px;
	padding: 0px 0px;
}
.blog_entry_content a{
	color:#000000;
	font-weight:bold;
}
.blog_entry_content a:hover{
}
.blog_entry_content h2{
	font-size: 10pt;
	color: #444444;
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	font-weight: normal;
	font-style: italic;
}
.blog_entry_content h2 a{
	color: #444444;
	text-decoration: none;
	font-style: italic;
}
.blog_entry_content h2 a:hover{
	color: #444444;
	text-decoration: underline;
}
.blog_entry_content p{
	font-size: 10pt;
	padding: 0px;
	margin: 0px;
}
.blog_entry_comment img{
	border: none;
	width: 20px;
	height: 20px;
	margin: 5px 5px 0px 0px;
	padding: 0px;
}
.blog_entry_comment{
	font-size: 8pt;
	line-height: 30px;

}
a.read_more{
	font-size: 8pt;
	margin-bottom: 5px;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
#blogs_toolbar{
	text-align: center;
	padding: 5px;
}
#blogs_toolbar a{
	color: #ffffff;
	font-weight: bold;
	font-size: 8pt;
	margin: 0px 10px;
}
/****** FEATURED EVENTS ******/
.event_container{
	clear:left;
	margin: 0px 0px;
	margin-bottom: 10px;
}
.event_container ul{
	margin: 4px 0px 3px 0px;
	padding: 0px;
	list-style: none;
	font-size: 10pt;
	height: 170px;
}
.event_container ul li{
	padding: 2px 0px;
}
.event_container ul li a{
	color: #666666;
	text-decoration: none;
	width: 210px;
	display:block;
	float:left;
}
.event_container ul li a:hover{
	text-decoration: underline;
}
.raquo{
	font-weight:bold;
	float:left;
	margin-right: 3px;
}
/****** EVENT MORE ******/
.event_more{
	text-align:center;
	margin-bottom: 4px;
}
.event_more a{
	text-decoration:none;
	color:#666666;
	font-size: 8pt;
	font-weight: bold;
	margin: 0px 0px;
}
.event_more a:hover{
	text-decoration:underline;
}
/****** EVENT CALENDAR HEADER ******/
.event_head {
	font-size:13pt;
	color:#000000;
	font-weight:bold;
	line-height:1.5em;
	margin: 0px 0px 5px 0px;
}
.event_head img{
	vertical-align:middle;
}