#main-menu {
	margin-top: 5px;
}

.body {
	padding-top: 0;
	line-height: 20px;
}

.box-scroll.first {
	padding-top: 0;
}

.box-scroll.last {
	border-bottom: 0;
}

.box-scroll {
	padding: 20px 3px;
	height: auto;
	display: block;
	border-bottom: 1px solid #9D9999;
	overflow: hidden;
	color: #444;
}

.box-scroll .title {
	display: block;
	margin-bottom: 5px;
	font-size: 16px;
	color: #ff1c14;
	font-weight: bold;
}

.box-scroll .sub-title {
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
	/* 	color: #ff1c14; */
}

.read-more {
	text-align: left;
	font-size: 12px;
}

#staffTable {
	width: 100%;
}

#staffTable .name {
	font-weight: bold;
}

#staffTable a {
	color: #ff1c14;
}