@charset "utf-8";/* CSS Document */#DirectorBoardBox {	display: block;	margin: 0px;	padding: 4px;	font-family: Verdana, Geneva, sans-serif;	font-size: 12px;	text-decoration: none;}#DirectorBoardBox ul {	margin: 0px;	padding: 0px;	list-style-type: none;}#DirectorBoardBox li {	width: 46%;	display: block;	padding: 10px;	height: 85px;	float: left;	border-bottom-width: 1px;	border-bottom-style: solid;	border-bottom-color: #EFEFEF;}#DirectorBoardBox .SmallText {	font-size: 11px;}#DirectorBoardBox a {	color: #333;	text-decoration: none;}#DirectorBoardBox a:hover {	color: #54A7D8;	text-decoration: none;}/* CSS Document */#Employees {	display: block;	margin: 0px;	padding: 4px;	font-family: Verdana, Geneva, sans-serif;	font-size: 12px;	text-decoration: none;}.Employee {	display: block;	margin: 0px;	padding: 4px;	font-family: Verdana, Geneva, sans-serif;	font-size: 12px;	text-decoration: none;}#Employees ul {	margin: 0px;	padding: 0px;	list-style-type: none;}#Employees li {	width: 45%;	display: block;	float: left;	padding: 10px;	height: 100px;	border-bottom-width: 1px;	border-bottom-style: solid;	border-bottom-color: #EFEFEF;}#Employees .SmallText {	font-size: 11px;}#Employees a {	color: #333;	text-decoration: none;}#Employees a:hover {	color: #54A7D8;	text-decoration: none;}.RightBorder {	border-right-width: 1px;	border-right-style: solid;	border-right-color: #EFEFEF;}/* CSS Document */#SearchResults {	display: block;	margin: 0px;	padding: 4px;	font-family: Verdana, Geneva, sans-serif;	font-size: 11px;	text-decoration: none;}#SearchResults ul {	margin: 0px;	padding: 0px;	list-style-type: none;}#SearchResults li {	width: 45%;	display: block;	float: left;	padding: 10px;	height: 125px;	border-bottom-width: 1px;	border-bottom-style: solid;	border-bottom-color: #EFEFEF;}#SearchResults .SmallText {	font-size: 11px;}#SearchResults a {	color: #333;	text-decoration: none;}#SearchResults a:hover {	color: #54A7D8;	text-decoration: none;}.Employee table{	border:0px #CCC solid;	}.Employee td, .Employee th{ border:1px #CCC solid; }