@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #003366;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-repeat: no-repeat;
	background-image: url(../images/graphics/index_back.jpg);
	background-position: center top;
}
.oneColFixCtr #container {
	width: 650px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	height: 700px;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtr #container table tr td {
	text-align: center;
}
.oneColFixCtr #container table tr td {
	text-align: left;
	color: #FFF;
	font-size: 10pt;
	line-height: 25%;
}
.footer_info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFF;
	text-align: center;
	line-height: normal;
}
.oneColFixCtr #container table tr .footer_info {
}
.oneColFixCtr #container table tr .footer_info {
	text-align: center;
}
.bio_info {
	line-height: normal;
}
.bio_header {
	font-weight: bold;
	font-size: 11pt;
}
.bio_headline {
	font-size: 20px;
}
.port_cat {
	text-align: center;
	font-size: 24px;
}
