.sidebarTab{
margin-bottom:20px;
margin-top:20px;
}

.bodycontainer{
margin-top:10px;
margin-bottom:10px;
font-family: helvetica;
}

.outlined{
	border: 1px blue;
	margin-left: 30px;
}

a.more{
  color: red;
  font-family: helvetica;
  text-decoration: underline;
  text-transform: uppercase;
}

a.more:hover {
  text-decoration: underline;
}

a.more:active {
  color: black;
}

a.more:visited {
  color: purple;
}

.staffListTab{
	border-collapse: separate;
	border-spacing:10px;
	opacity: 0.75;
	width: 800px;
}

table.staffListTab tr:nth-child(even){
	background-color:#e8e8e8;
}

table.staffListTab tr:nth-child(odd){
	background-color:white;
}

.staffListHeader{
	font-family: san-seriff;
	font-size: +6;
	font-weight: bold;
	line-height: 1.5em;
	Color:#8D1516;
	text-align:left;
	padding-left: 13px;
}
.quotes4{
	width:190px;
	height:155px;
	box-shadow:0px 3px 3px 0px #ccc;
}

.staffprofileTab{
	border-collapse: separate;
	border-spacing:10px;
}

table.staffprofileTab td {
	border-bottom: 1px solid #eee;
	
}

table.staffprofileTab tr:nth-child(even){
	background-color:#eee;
}

table.staffprofileTab tr:nth-child(odd){
	background-color:white;
}