table.ST_employees {

  margin: auto;

}

table.ST_employees td {

  padding: 0 6px;

  text-align: center;

  vertical-align: top;

}

table.ST_employees .ST_employee_name {

  font-weight: bold;

}


div.ST_nav_links {

  margin-top: 1em;

  text-align: center;

}


table.ST_employee td.ST_biography {

  text-align: left;
  
  vertical-align: top;
  
  padding-right: 1em;

}

table.ST_employee td.ST_photo {

  text-align: center;
  
  vertical-align: top;

}



.fr { float: right; margin: 12px 6px 6px 20px; }
.fl { float: left; margin: 0 6px 6px 12px; }
.clear { clear: both; }
.cl { clear: left; }
.cr { clear: right; }
.center {text-align:center;}
.error { color: red; }

.hr {
	border-bottom: 1px solid #7B2B19;
	clear: both;
	margin: 5px 0 10px 35px;
	width: 650px;
}
