html       { overflow-x: hidden; overflow-y: auto; } 
a          { text-decoration: none; color: #369; }
a:link     { text-decoration: none; color: #369; }
a:visited  { text-decoration: none; color: #369; }
a:hover    { text-decoration: underline; color: #369; }

body { 
	background-color: #fff; 
	margin : 10px 20px 10px 25px; 
}

/*  DEFAULT FONTS, TEXT SIZES  */
body, p, h2, h3, blockquote, #imagebox, #contentarea, #contentareaO { /* default font size */
	font-family: Georgia; 
	font-size:    x-small;      
	voice-family: "\"}\"";   
	voice-family: inherit;   
	font-size:    small;
	}
html>body, html>body p, html>body h2, html>body h3, html>body blockquote, html>body #imagebox, html>body #contentarea, html>body #contentareaO {
    font-size: small /* be nice to Opera */
    }


#imagebox { /* default font size */
	float: left;
	margin: 0px 10px 5px 0px;
	padding: 0px;
/*	display:block;*/
	/*clear:both;*/
}

#imagebox /*span*/ {
}
.imagecaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	color: #000;
	display: block;
	line-height: 1.3em; 
	margin:0px;
	padding:0px;
}

#imagebox img {
	display: block;
	border: 0px;
	margin: 5px 0px 5px 0px;
}


#contentarea {
	clear: right; 
	padding: 0px 10px 0px 10px;
}

/* added #contentareaO for olddnb pages without P tags - jb 06/14 */
.oldDNB, .oldDNB p, .oldDNB h2, #contentareaO {
	line-height: 1.5em; 
	font-family: Times; 
}



/* Added div class "para" to get around problems rending individual paragraphs from XML as wrapped in <p> -LD */
p, #contentarea, blockquote {  
	line-height: 1.5em; 
/*	font-size: .95em; */
}



h2 {
/*	font-size:small; */
	margin-bottom: 0px; /* interesting fact, a negative number here will completely mess up the way the A tag works for the image here */
}


/* vertical align for sup tag helps avoid some leading problems in IE*/
sup {
	vertical-align: top;
}



/* indent and semibold styles - added by Jen 4/7/2004 */
.indent {
   padding-left: 100px;
}

blockquote div {
	margin: 0px;
	padding: 0px;
}

.semibold {
	font-weight: bold;
	color: #666;
}



/*REFERENCES STYLES - added by Jen, 4/7/2004 */
#references {
	margin: 1em 0px 1em 0px;
	padding: 1em 0px 0px 0px;
	border-top: 1px solid #ccc;
	clear: both;
}

#references p, #references h2, #references h3 { 
/*	font-family: Georgia; */
	font-size: 0.85em; 
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
	display: inline;
}

#references h3 { 
	font-weight: bold;
	color: #666;
}






#copyright {
	margin: 10px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	border-top: 1px solid #9C967B;
}

#copyright td, #copyright p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#copyright p {
	margin: 0px 0px 8px 0px;
}

#copyright a.b {
	font-weight: bold;
}

/*
#copyright a,  #copyright strong, .st, .roman { 
	font-weight: normal;
}
*/

#copyright a  {
	font-weight: normal;
}

/* Turn off bold type for <strong> in headword - LD */
#copyright strong {
	font-weight: normal;
}

.st { /* added by liza, for within <p><st> */
	font-weight: normal;
}
.roman { /* added by liza, for attribute st='r' in <w> */
  font-weight: normal;
  font-style: normal;
}
 /* added by liza, for multiplication operator in dates */
.mult { 
	font-family: Arial, Helvetica, sans-serif;
}

.hilight { /*added by jen 5/3/04 for hilighting search terms in article text */
	background-color: #e4e499;
}
.underline { /* added by liza 5/25/04 for underlining in Old DNB articles */
	text-decoration: underline;  
}
.smallcap { /* added by liza 5/25/04 for smallcaps */
	font-size: x-small; 
}

.headword { /* added by liza 7/29/04 to remove <strong> and replace with overridable style */
  font-weight: bold;
}


/* remind jb to clean this file up later */

.roman .headword { /* added by liza 7/29/04 to remove <strong> and replace with overridable style */
  font-weight: normal;

}

.italic { /* Added by liza 8/27/04 to allow overrideable style */
 font-style: italic;
}

.important {  
  font-weight: bold;
  color: #900;
}

