/* CSS Print Document */

/* NORMAL THE BOARD */
html, body, img, div, p, h1, h2, h3, h4, h5, h6, form, label, input, select, option { 
	margin: 0x; 
	padding: 0; 
	border: 0;
	font-family:"Times New Roman", Times, serif;
}

/* GLOBAL ANCHOR STYLES */
a {
	text-decoration: none;
	border: 0;
	color: #000;
	background-color: #fff;
}
a img { 
	margin: 0;
	padding: 0;
	border: 0; }

/* PRIME ELEMENTS */
#wrap{
	padding: 0;
	margin: 20px; }
#nav{ display:none; }
#contact { display: none }
#logo{
	padding: 0;
	margin: 0;
	width: 580px;
	height: 115px;
	float: none; }
#head{ display:none; }
#subnav { display: none; }
#content{
	margin: 0;
	float: none; }
#content h2 {
	margin: 50px auto 25px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center; }
#content p, ul { 
	text-align: justify;
	line-height: 140%;
	font-size: 90%;
	margin-bottom: 1em; }
#content p.bio1{
	font-size:80%; 
	line-height: 110%; 
	font-weight: bold; }
#content p.bio2 {
	font-size:80%; 
	line-height: 110%; }
#content li {
	margin-bottom: .75em; }
#content table {
	margin-top: 25px;
	width: 420px;
	margin-bottom: 25px;
	font-family:Arial, Helvetica, sans-serif;
	border-collapse: collapse; }
#content table.blank td {
	border: 0; }
#content form {
	padding: 5px; 
	text-align: center; }
#content table td {
	padding: 5px; 
	border: 1px solid #000; }
#content table tr.head { 
	background-color: #165A9C; 
	color: #fff; 
	font-weight: bold; }
#content table tr.alt {
	background-color: #b5cbe0; }
#content ul {
	list-style-image: url(../i/ul-tri.gif); }
#content h5 { 
	text-align: center;
	font: normal 70% Arial, Helvetica, sans-serif;
	border-bottom: solid 1px #000;
	padding: 10px 0 20px;
	margin: 10px auto 25px;
	color: #999;
	background-color: #fff; }
#content h5.sub {
	width: 50%; 
	margin: 5px auto 25px; 
	border-bottom: solid 1px #999; }
#content h5 a {	
	color: #999; 
	background-color: #fff; }
#content h5 a:hover {
	color:#666; 
	font-weight: bold; 
	text-decoration:none; 
	background-color: #fff; }
#content h6 {
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 60%;
	margin-bottom: 20px; }
#footer {
	padding: 10px; }
#footer h6.noprint { display: none; }
