@charset "utf-8";
/* CSS Document */
#aboutUsLinks  {
	padding: 5px;
	width: 920px;
}
#aboutUsLinks a:link {
	color: #000099;
}
#aboutUsLinks a:visited {
	color: #666666;
}
#aboutUsLinks a:hover {
	color: #003399;
}
#aboutUsLinks a:active {
	color: #cccccc;
}
#aboutUsLinks ul {
	width: 900px;
	margin: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	list-style-image: none;
	list-style-type: none;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
#aboutUsLinks ul li {
	display: inline;
	list-style-image: none;
	list-style-type: none;
	padding-right: 4px;
	padding-left: 4px;
}
#profiles, #history, #other  {
	width: 920px;
}
#profiles h1, #history h1, #other h1  {
	text-align: left;
	color: #333333;
	font-size: 24px;
}
#history img  {
	width: 320px;
	height: 240px;
}
#profiles img {
	width: 200px;
	height: 200px;
}
