/* CSS Document */
.staff ul {
	float: left;
	width: 50em;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.staff li {
	float: left;
	width: 10em;
	margin: 0;
	padding: 0;
	list-style: none;
	height: 16em;
	text-align: center;
}

.store ul {
	float: left;
	width: 51em;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.store li {
	float: left;
	width: 13em;
	margin: 0;
	padding: 0px 0px 0px 10px;
	list-style: none;
	height: 16em;
	text-align: center;
}

.alignleft, .alignleft a {
    float:left;
}

#pic{
	position:relative;
	float:left;
	padding-left: 5px;
	padding-right: 5px;
	width: 375px;
	}
#bio{
	position:relative;
	float:left;
	padding:5px;
	width: 470px;
	}
ul{
	line-height: 17px;
	list-style-type: disc;
	list-style-position: outside;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* Text */
.titles{
	font-size:25px;
	font-weight: bold;
	color: #005089;
}

.titlessmaller{
	font-size:19px;
	font-weight: bold;
	color: #005089;
	line-height: 30px;
}

.titles3{
	font-size:14px;
	font-weight: bold;
	color: #005089;
}
.bold{
	font-weight:bold;
	
}

