.communitiesContent {
padding:12px;
}


.communitiesContent h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom:10px;
	font-size: 1.6em; 
	margin: .67em 0; 
}


.communitiesContent h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top:16px;
	border-bottom: 1px solid #bbb6a0;
	font-size: 1.17em; 
	margin: .75em 0;
	}


.communitiesContent h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom:8px;
	padding-top:16px;
	font-size: 1em; 
	margin: .83em 0;
	}


.communitiesContent h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: inline;
	padding-bottom:0px;
	font-size: 11px;
	}
	

.communitiesContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:lighter;
	color: #4d4b4a;
	margin: 13px 5px 0px 8px;  /* 6px 0px 0px 23px*/
	display: block;
	padding-right: 5px;
}


	
.communitiesContent ul 
{
list-style:none;
margin-bottom: 2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:lighter;
	color: #4d4b4a;
	margin: 6px 0px 10px 30px;
	padding-bottom: 2px;
}



.communitiesContent li{
margin-top: 2em;
padding-left: 0em;
}

.backtotop{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
text-align: right;
padding-right: 2em;
float: right;

}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail:focus {
background-color: transparent;
z-index: 50;
}

.thumbnail:active {
background-color: transparent;
z-index: 50;
}


.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

.thumbnail:focus span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */
}

.thumbnail:active span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */
}



.Mainpagetext{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:lighter;
	color: #4d4b4a;
	margin: 16px 5px 10px 23px;  /* 6px 0px 0px 23px*/
	display: block;
    padding-right: 13px;
}



.imagebio img{
padding: 5px;
display:inline;
margin: 5px;

}
