
.cTable { 
	display: table;
	width: 100%;
	padding-bottom: 10px;
}

.cTableRow{ 
	display: table-row; 
	margin-bottom: 0px;
	}

.cTablePic{
	width:150px;
	vertical-align: top;
}

.cTableCell{ 
	display: table-cell;
	padding: 5px;
	vertical-align: top;
	width: 50%;
	padding-top: 15px;


}

.cTableCell ul{ 
	margin: 0px;
	margin-top: 5px;
	padding: 0px;
}

.cTableCell li { 
	margin: 0px;
	margin-left: 15px;
	padding: 0px;
	font-size: 80%;
}

.cTablePic img{
	width: 150px;
	padding-right: 10px;
	padding-top: 10px;
	border-radius: 20px;
	float: left;
	margin-bottom: 0px;
}

.cTableContainer{
	padding-top: 10px;
	border: 1px solid blue;
}

.cTableContainer ul {
	list-style-type: circle;
	padding: 0px;
	font-size: 80%;
	border: 1px solid red;
	vertical-align: text-top;
}

.cTableContainer ul li{
	margin: 0;
	padding: 0;
	vertical-align: text-top;
	list-style-type: circle;
}

.cName{
	font-weight: bold;
	float: left;
}
.cTitle {
	font-style: italic;
}

.cEmail a {
	color: black;	
	text-decoration: none;
}
.newstaff ul {
	margin: 0px;
	padding: 0px;
}
.staffpics img {
	width: 150px;
	border-radius: 20px;
}

.staff_bullets { 
	list-style: none;
}


	
