/* This style sheet is roughly based on the NYPL style guide.
There may well be (my) mistakes here, so go to the source
for accurate information: www.nypl.org/styleguide */


body	{
	margin:		15px 0;
	padding:	0;
	font-family: verdana, arial, helvetica, sans serif;
	color:	#000;
	background : #fff; 
	}
div, p, th, td, li, dd, dl, dt    {
             /* redundant selectors to help NS4 not forget */
    font-family:  verdana, arial, helvetica, sans serif;
    }
a	{
	text-decoration:	none;
	font-weight:	bold;
	}
a:link	{
	color:	#930;
	background-color: transparent;
	}
a:visited	{
	color:	#930;
	background-color: transparent;
	}
a:active	{
	color:	#000;
	background-color: transparent;
	}
a:hover	{
	color:	#000;
	background-color: transparent;
	text-decoration:	none;
	}
dt 	{
	font-weight: bold;
	}
ol, ul, li, dl, dt, dd {
 font-size:	11px;
	line-height: 18px;
	}
p {
 font-size:	11px;
	margin-top: 0; padding-top: 0;
	line-height: 18px;
	}	
h1	{
	font-size:	24px;
	}
	
h2	{
	font-size:	22px;
	}
	
h3	{
	font-size:	11px;
	}
	
h4 {
	font-size:	18px;
	}
	
h5	{
	font-size:	14px;
	}
	
h6	{
	font-size:	11px;
	}		
.first 	{
	margin-top: 0; 
	padding-top: 0;
	}	
h1, h2, h3, h4, h5, h6	{
	font-family: verdana, arial, helvetica, sans serif;
 font-weight: bold;
	color: #000;
	background-color: transparent;
	margin:	0 0 0 0;
}
h3	{
	margin:	0 0 7px 0;
}
.small {
	font-size: 10px;
	}
.butt {
 font : 11px verdana, geneva, arial;
 font-size: 11px;
 color : #fff;
 background-color : #930;
}
img	{
		/* turns off gaps around images */
	border:	0;
}
/* creates whitespace on page */
#logo {
 margin-bottom: 35px;
 padding: 0;
}
#nav  p {
 font-size:	11px;
	margin-top: 0; 
 padding-top: 0;
 padding-right: 35px;
	line-height: 18px;
}
#content {
 margin: 0;
 padding-right: 5px;
 padding-left: 40px;
}
#textnav {
 margin-top: 50px;
 padding: 0;
}

