/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	}
#frame {
	width:900px;
	height:800px;
	margin:0 auto;
	padding:0;
	border:3px solid #000;
	}
#content {
	width:900px;
	position:absolute;
	z-index:10;
	}
ul {
	float:left;
	font-size:16px;
	font-weight:bold;
	margin-left:0;
	
	margin-top:175px;
	}
li {
	list-style-type:none;
	margin-bottom:16px;
	_margin-bottom:17px;
	}
ul.officers {
	float:left;
	font-size:13px;
	font-weight:normal;
	margin-left:150px;
	margin-top:10px;
	text-align:center;
	}
ul.officers2 {
	float:none;
	font-size:13px;
	font-weight:normal;
	margin-left:0;
	text-align:center;
	margin-top:22px;
	_margin-top:32px;
	margin-right:160px;
	}
h1 {
	font-size:20px;
	margin-top:160px;
	margin-left:225px;
	margin-right:125px;
	padding-left:12px;
	border-bottom:1px solid #7C0602;
	}
p {
	margin-left:237px;
	margin-right:126px;
	color:#1E3493;
	line-height:19px;
	}
a:link {
	color:#000;
	text-decoration:none;
	}
a:visited {
	color:#000;
	text-decoration:none;
	}
a:hover {
	color:#023BA8;
	text-decoration:none;
	}
a:active {
	color:#023BA8;
	text-decoration:none;
	}
address {
	font-style:normal;
	font-size:16px;
	line-height:23px;
	text-align:center;
	margin-right:50px;
	}
strong {
	color:#023BA8;
	}