@charset "UTF-8";
.bio_blocks {
	height: 200px;
}
.bigger {
	font-size: 12pt;
}
a:link {
	color: #3D4AE8;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
body {
	font-size: 10pt;
	line-height: 14pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	color: #422E0A;
}
#container {
	position: absolute;
	width: 800px;
	min-height: 100%;
	background-color: #FF6A00;
}
.centered {
	text-align: center;
}
#content {
	width: 526px;
	position: relative;
	margin: 0px;
	padding-top: 55px;
	padding-right: 35px;
	padding-left: 35px;
	float: left;
}
#header {
	height: 210px;
	position: relative;
	float: left;
}
#footer {
	text-align: right;
	float: left;
	position: relative;
	width: 100%;
	background-color: #422E0A;
	color: #FFF;
	height: 22px;
}
#sidebar {
	position: relative;
	width: 204px;
	float: left;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
