﻿html {
	margin: 0;
	padding: 0;
	}
a:link
{
	color: #9C3434;
	font-weight:bold;
	font-size:14px; 
}
a:visited
{
	color: #9C3434;
	font-weight:bold;
	font-size:14px; 
} 
a:active 
{
	color: #9C3434;
	font-weight:bold;
	font-size:14px;
}
a:link.navi
{
	color: black;
	font-size:14px;
	text-decoration:none;
	font-weight: normal; 
}
a:visited.navi
{
	color: black;
	font-size:14px; 
	text-decoration:none;
	font-weight: normal; 
} 
a:active.navi
{
	color: black;
	font-size:14px;
	text-decoration:none; 
	font-weight: normal;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFF0;
	margin: 0; 
	padding: 0;
	color: black;
	font-size:14px;
	text-decoration:none; 
	font-weight: normal;	
}
p { 
	margin-top: 3;
	margin-left: 3; 
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
    height: 31px;
    width: 638px;
}
b {
	color: #9C3434;
}
table
{
	border-style: hidden;
	border-spacing: 0px;
	width: 100%;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica, sans-serif;
}
h1
{
	margin-top: 3;
	margin-left: 3;
	color: #9C3434;
	text-decoration: underline;
}
h2
{
	margin-top: 3;
	margin-left: 3;
	color: #9C3434;
	text-decoration: underline;
}
h3
{
	color: black; 
}
h4
{
	color: black;
}
h5
{
	color: black;
}
h6
{
	color: black; 
}
ul {
	margin: 0;
	padding: 0;
	}
li.sidebar {
	border-bottom:1px #9F3535 solid;
	list-style-type: none;
	border-top:1px #9F3535 solid;
	margin-bottom:2px;
	padding:3px;
	}
li.normal {
	list-style-type:disc;
	margin-bottom:2px;
	padding:3px;
	margin-top: 3;
	margin-left: 3; 
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	}
ul.normal {
	margin: 17;
	padding: 0;
	}

label
{
width: 13em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}
label.bill_not_same
{
width: 23em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}
label.volume
{
width: 35em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}
label.orig
{
width: 13em;
float: left;
margin-right: 0.5em;
display: block
}
/* specific divs */
#container { 
	background-color: #fffff0; 
	padding: 0 0 ;  
	margin-top: 7px;
	width:100%;
}
#bio { 
	background-color: #fffff0; 
	margin-top: 7px;
	width:66%;
	float: left;
	height:482px;
}
/* mag added this one on 10-26-09 to get better spacing between personnel profiles & photos for
   key personnel2.htm and key_personnel3.htm */
#bio2_mag { 
	background-color: #fffff0; 
	margin-top: 7px;
	width:66%;
	float: left;
	height:350px;
}

#biopic { 
	background-color: #fffff0; 
	margin-top: 7px;
	width:33%;
	float:right;
    height: 292px;
    margin-left: 0px;
}

#general {
	visibility:hidden;
	font-size:9pt;
	position:absolute;
	top:475px;
	left:190px;
}
#pageHeader { 
	background-color: #fffff0; 
	margin-top: 10px; 
	width: 300px; 
	height: 102px; 
	float: left;
	}
#footer { 
	text-align: center;
	font-size:8pt;
	color: #9C3434;
	}
