@charset "UTF-8";
/* CSS Document */

@charset "UTF-8";
/* CSS Document */

body {
    font-family: Helvetica, Verdana, sans-serif;
	font-size:12pt;
	background-color:#fff;
	margin:0;
}
p {
	font-size:12pt;
	color:#000;
	line-height:16pt;
	margin:0.25em 0 1.25em;
}
ul, ol {
	font-size:12pt;
	color:#000;
	line-height:16pt;
	margin:0.25em 0.5em 1.25em 1.25em;
}
ul {list-style-position:outside; list-style-type:square;}
h1, h2, h3, h4 {
	color:#005386;
}
h1 {
	font-weight:normal;
	font-size:16pt;
	margin-bottom:5pt;
}
h2 {
	font-size:14pt;
	font-weight:normal;
	color:#005386;
}
h3 {
	font-size:12pt;
	font-weight:bold;
	margin-top:7pt;
}
h4 {
	font-size:11pt;
	text-transform:uppercase;
	color:#756d69;
	margin-bottom:10pt;
}
a {color:#02959e; text-decoration:none;}
a:hover { color:#005386;}
a img {border:none;}
#logoprint {display:none;}
.clear{ clear:both;}
#logoprint {display:block; margin-top:20px; padding-bottom:20px;}
.clear{ clear:both;}
a.vcard {display:none;}
/*-----------------------------
		   STRUCTURE
-----------------------------*/
#header {
	height:80px;
	width:100%;
	border-bottom:1px solid #005386;
}
#contentBack {
	width:100%;
	background-color:#fff;
}
#logo {
	display:none;
}
#nav, #secNav {
	display:none;
}
#content {
	width:100%;
	border:1px solid #fff;
	padding:20px 5pt 0 5pt;
}
#footer {
	width:100%;
	height:50px;
	border-top:1px solid #005386;
	padding-top:12px;
	clear:both;
	margin-top:10px;
	float:left;
}


/*-----------------------------
		   CONTENT
-----------------------------*/
#colLeft {
	width:160px;
	float:left;
}
#colLeft p {
	font-size:11pt;
	padding-left:12px;
}
#colRight {
	width:170px;
	float:right;
	padding:0 0 0 20px;
	border-left:1px solid #dcdad5;
}
#colRight p {
	font-size:11pt;
}
p.blue {
	color:#206282;
}
#content1 {
	width:450px;
	float:left;
}
#content2 {
	width:100%;
	float:left;
}
#homeIntro {
	width:250px;
	float:left;
}
#related {
	width:200px;
	float:left;
	margin-left:10px;
	overflow:hidden;
}
#related p {
	line-height:13pt;
}
#related p, #related h3 {
	margin-left:8px;
}
#content2 strong {
	color:#005386;
}
hr {
	border:none;
	border-top:1px solid #dcdad5;
	margin-bottom:20px;
	height:5px;
	background-color:#EBEBEB;
}
img.bio {
	padding:0 0 25px 0;
}
table.list {
	font-size:11ptm;
}
table.list th {
	padding:0.5em 1em;
	text-align:left;
	text-transform:uppercase;
	font-size:0.9em;
	color:#756d69;
	background-color:#fff;
	margin-bottom:1em;
	border-bottom:none;
}
table.list th.vcard {display:none;}
table.list td {
	padding:1em;
	border-bottom:1ps solid #756d69;
}
table.list tr {
	border-bottom:1px solid #dcdad5;
}
table.list a strong {
	font-size:1.1em;
	color:#005386;
}
#contactForm {display:none;}
/*-----------------------------
		   FOOTER
-----------------------------*/
#footer p {
	width:950px;
	margin:0.5em auto;
	color:#000;
	font-size:11pt;
}
#footerNav {display:none;}
span#copy {margin-left:0.5em;}
#bug {display:none;}