a.communityLink{
	text-decoration: none;
	color: #5D8499}
	
a.communityLink:hover{
	color: black
}




.communityList{
	width: 250px;
	
	height: 500px;
	overflow-y: scroll;
  
  
  scrollbar-face-color: #DCE3EB;
  scrollbar-track-color: white;
  
}
.communityHeader{
	width: 250px;
	
	color: #686868;
	padding-bottom: 10px;
	margin-bottom: 5px;
	text-align: justify;
	line-height: 20px;
}

.communityDetails a{
	text-decoration: none;
	color: #5D8499
}

.communityDetails{
	color: #686868;
	line-height: 20px;
	position: relative;
	top:-10px;
	left: 15px;
	border-left: 1px solid #D4D4D4;
	padding: 15px;
	width: 450px;
	/*height: 450px;
	scrollbar-face-color: #FEF9EF;
   scrollbar-track-color: #F7ECD5;
 	overflow-y: auto;
	*/
	text-align: justify;
}
