@charset utf8;

#main table {
	border-top: #cccccc 1px solid;
}

#main table th {
	width: 200px;
	text-align: right;
	padding-right: 15px;
	border-right: #cccccc 2px solid;
}

#main table th.trainee {
	width: 80px;
}

#main table td {
	padding-left: 15px;
}

#main table td.trainee li {
	width: 176px;
	float: left;
}

#main table th, #main table td {
	border-bottom: #cccccc 1px solid;
	padding-top: 15px;
	padding-bottom: 15px;
}

#main #full ul {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

#main #full ul ul {
	margin-bottom: 10px;
}

#main #full li {
	float: left;
	width: 100%;
}

#main #full li h4 {
	color: #666666;
	font-size: 18px;
	border-bottom: #666666 2px solid;
	margin-bottom: 10px;
}

#main #associate {
	float: left;
	padding: 5px;
	border-top: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	margin-top: 12px;
	margin-bottom: 12px;
}

#main #associate li, #main #full li li {
	width: 215px;
	float: left;
}

#mempic {
	float: left;
	width: 140px;
	margin-top: 12px;
}

#mempic img {
	padding: 3px;
	border: #cccccc 1px solid;
}

#memdetails {
	float: left;
	width: 520px;
	margin-top: 12px;
}


#memdetails table th {
	width: 130px;
	text-align: right;
	padding-right: 10px;
	border-right: #cccccc 2px solid;
}

#memdetails table td {
	padding-left: 10px;
}

#main a {
 text-decoration: underline;
}
