
.EventsAndNews
{
background-color: #3EA4E6;
float: left;
width: 800px;
}

.recent_events {
background-color: #3EA4E6;
float:left;
width: 430px;
}


.recent_articles {
float:left;
width: 370px;
}

.recent_event {
	padding: 0px;
	margin: 10px;
	background-color: #b3e6ff;
	color: black;
	font-size: medium;
	font-weight: bold;
}


.recent_article {
	padding: 0px;
	margin: 10px;
	background-color: #b3e6ff;
	color: black;
	font-size: medium;
	font-weight: bold;
}

#list_thumb {
	display: block;
	float: left;
	margin: 5px 10px 5px 10px;
	height: 50px;
	width: 50px;
}



#item {
float: left;
font-family: arial;
width:100%;
background-color: white;
border-top: 15px solid #3EA4E6;
}
/*
height: 150px;
	width: 100%;
	margin: 0 auto;
	text-align: left;
        background-color: #3EA4E6;
*/
#item_info {

}

#item_title a{
text-decoration:none;
font-weight: bold;
color:black;
background-color: #3EA4E6;
padding: 3px;
}

#date{
font-family:arial;
font-weight:bold;
}

#author{
}

#item_detail {

}

img.logo {
  display: block;
  margin-left: 0;
  border:none;
  }

img.rsslogo{
	border:none;
	text-decoration:none;
	width:14px;
}

img.thumb {
	display: block;
	float: left;
	margin: 5px 10px 5px 10px;
	height: 100px;
	width: 100px;
	border:none;
}

img.fullsize{
	display: block;
	float: left;
	margin: 5px 10px 5px 10px;
	height: 200px;
	width: 200px;
}
  
img.dropDown{
	display:inline;
	width:12px;	
	border:1px solid black;
	background-color:#b3e6ff;
}

img.feed{
height: 15px;
width: 15px;
}

