/* TEAM PAGES */

.teamDiv{
	font-size: 0.8em;
	height: 139px;
	width: 234px;
	float: left;
	padding-left: 28px;	
	}
	
.teamDiv1{
	font-size: 0.8em;
	height: 139px;
	width: 234px;
	float: left;
	}	
	
.teamImage {float:left;}
.teamName {
	float:left; 
	width:121px;
	padding: 19px 0px 1px 0px;
	}
.teamJob {
	float:left; 
	width:121px;
	padding: 0px 0px 5px 0px;
	}
.teamLink {
	float:left; 
	width:121px
	}
.teamLink a:link, .teamLink a:visited {
	color: #a0a0a0;
	text-decoration: underline;
	}
.teamLink a:hover, .teamLink a:active {
	color: #00adef;
	text-decoration: underline;
	}

