dl.staff {
	font-weight: bold;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 10px;
}
.staff dt {
	float: left;
	margin-right: 4px;
	width: 4.5em;
	background-image: url(../images/slash.gif);
	background-repeat: no-repeat;
	background-position: right center;
	font-weight: bold;
	color: #265AA6;
}
.basicTable {
	width: 100%;
	border-collapse: collapse;
}
.basicTable th {
	border: 1px solid #666;
	background-color: #90DCED;
	color: #265AA6;
	padding: 10px 10px;
	white-space: nowrap;
}
#main .basicTable th.second {
	border: 1px solid #666;
	background-color: #EAEAEA;
	color: #666;
	padding: 10px 10px;
	white-space: nowrap;
}
#main .basicTable th.third {
	border: 1px solid #666;
	background-color: #EAEAEA;
	color: #666;
	padding: 10px 10px;
	white-space: nowrap;
	text-align:left;
}
.basicTable td {
	border: 1px solid #666;
	background-color: #FFF;
	padding: 10px;
}
#main .basicTable.locationTable td {
	font-size: 12px;
}
