@charset "utf-8";
/* css zeroing */
body {
	color: black;
	background-image: url();
	background-repeat: repeat;
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body, div, dl, dt, dd, li, pre, form, fieldset, input, textarea, p, blockquote, th, td {
}
#team_bio_image img {
	margin: 10px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
}
address, caption, cite, code, dfn, em, strong, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
	font-weight: normal;
	font-style: normal;
}
acronym, abbr, fieldset, img {
	border: 0;
}
:focus {
	outline: 0;
}
/* end of zeroing */
#team_bio_wrapper {
	width: 700px;
	float: left;
	text-align: justify;
	font-size: 15px;
	height: auto;
}
#team_bio_info_wrapper {
	width: 490px;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #900;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 17px;
	margin-top: 5px;
}
#team_hidden_navigation {
	width: 690px;
	float: left;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #2B7822;
	color: #FFF;
}
#team_hidden_navigation a {
	color: #FFF;
	text-decoration: none;
}
#team_hidden_navigation a:hover {
	color: #FFA200;
}
