/* thanks to nypl and glish for base template --ben */

body	{
	margin: 0px 0px 10px 0px;
	padding: 0;
	font-family: georgia, "times new roman", serif;
	color:	#000;
	background : #fff url(images/background.gif) no-repeat fixed top left;
	}
	 
dt 	{
	font-weight: bold;
	padding: 0px 20px 0px 20px;
	}
	
ol, li, dl, dt, dd {
	margin-left:30px;
	line-height: 1.5em;
	}

.content {
	margin-right:9%;
	margin-left:9%;
	margin-top:20px;
	padding-top:3px;
	border:1px solid #000;
	text-align:left;
	min-width:500px;
	background-image: url(images/contentfill.gif);
	}
	
p {
	margin-top: 0;
	padding: 0px 20px 0px 20px;
	line-height: 1.5em;
	margin-bottom: 	1em;
	text-align:justify;
	}
	
h1	{
	font-size:	2em;
	}
	
h2	{
	font-size:	1.75em;
	}
	
h3	{
	font-size:	1.5em;
	}
	
h4	{
	font-size:	1.25em;
	}
	
h5	{
	font-size:	1em;
	}
	
h6	{
	margin: 3px 0px 3px 0px;
	font-size: 1em;
	}
	
.navlinks {
	padding: 0px 0px 0px 5px;
}
	
h1, h2, h3, h4, h5 {
	margin: 1.25 em 10px 0 0;
	padding: 0px 20px 0px 20px;
	font-family:	tahoma, arial, helvetica, sans-serif;
	}
	
img	{
		/* turns off gaps around images */
	border:	0;
	}

.padded-image {
	padding: 0px 2px 0px 2px;
}
	
a	{
	text-decoration:	none;
	font-weight:	bold;
	}
	
a:link	{
	color:	#c30;
	background-color: transparent;
	}
	
a:visited	{
	color:	#c30;
	background-color: transparent;
	}
	
a:active	{
	color:	#cc0;
	background-color: transparent;
	}
	
a:hover	{
	color:	#f60;
	background-color: transparent;
	text-decoration:	underline;
	}
	
.small	{
	font-size: 12px;
	}
	
code, tt, pre	{
	font: 12px courier, "courier new", monospace;
	color: #06c;
	background: transparent;
	}
	
#footer, .marginalia {
	font: 10px geneva, verdana, arial, helvetica, sans-serif;
	margin-top: 10px;
	padding-top: 10px;
	border-top: solid 1px #ccc;
	}
	
.nextlink {
	font-weight: bold;
	text-align: right;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.prevlink {
	font-weight: bold;
	text-align: left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
	
.libnavt {
	border-bottom: solid 1px #ccc;
}

.libnavb {
	padding: 0px 20px;
	border-bottom: solid 1px #ccc;
	border-top: solid 1px #ccc;
	font-family:	tahoma, arial, helvetica, sans-serif;
	font-weight: bold;
}

body, td, th { /* redundant rules for bad browsers  */
	font-size:    x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size:    small
	}
html>body, html>body td, html>body th {
	font-size:    small;
	}
	
div, p, th, td, li, dd, dl, dt    {
   /* redundant selectors to help NS4 not forget */
   font-family:  georgia, serif;
   } 

.menus {
	border-left:10px solid #000; 
	border-bottom:1px solid #000;
	border-top:1px solid #000;
	border-right:1px solid #000;
	background:#fff;
	padding: 5px;
	line-height: 1.5em;
	color:#000;
	margin-bottom:5px;
	text-align:left;
	font-family:	tahoma, arial, helvetica, sans-serif;
	}
	
#menu {
	width:185px;
	margin-left:-3px;
	margin-right:15px;
	float:left;
	}

.bottomlinks {
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

#cited {
	text-align:	left;
}