#header
{
	padding-bottom: 15px;
	margin: 0;
	background-color: #003399;
	color: white;
	width: 100%;
	font-family: Garamond, Times, serif;
	font-size: 24pt;
	font-weight: bold;
	float: none;

}


#navbar
{
	padding-right: 0;
	margin: 0;
	background-color: #003399;
	color: white;
	float: left;
	width: 100%;
	clear: none;

}


#navbar ul li {
	display: inline;
	border-top: 0px none;
	border-right: 0px solid;
	border-bottom: 0px solid;
	border-left: 0px solid;

}

#navbar ul li a
{
	padding: 0em 0.5em 0.2em;
	background-color: #003399;
	color: white;
	text-decoration: none;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	border: 1px none white;

}

#navbar a:hover
{
background-color: #3972ac;
color: white;
}

body#home a#homenav,
body#pubs a#pubsnav,
body#docs a#docsnav,
body#chronol a#chronolnav,
body#staff a#staffnav {
	color: #003399;
	background: white;
	font-weight: bold;

	}

#pagecontent
{
	margin: 50px 20% 30px;
	font-family: Bodoni, Times serif;
	background-color: white;

}

 
#pagecontent h1 
{
	font-family: Garamond, Times, serif;
	padding-top: 50px;
	color: #003399;

}

.center  {
	text-align: center;

}


h2
{
	font-family: Garamond, Times, serif;
	color: #003399;
	padding-top: 20px;

}

/*for centered image on home page*/
.imagecenter
{display: block;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
    }

/*for left-aligned images with text wrap on volume pages*/
.floatingleft
{
float: left;
margin-top: 0px;
margin-right: 20px;
margin-bottom: 10px;
    }
	
	
/*drop cap first character on home page*/
.firstcharacter { float: left;
	color: #003399;
	font-size: 30pt;
	line-height: 30pt;
	padding-top: 0px;
	padding-right: 4px;
	padding-left: 0px;
	font-family: Garamond, Times, serif; }

#pagecontent a {
	color: #3972ac;
	text-decoration: none;
	font-weight: 600;
	
}

#pagecontent a:hover {
	text-decoration:underline;
	
}

#pagecontent a:visited {
	color: #990000;
	text-decoration: none;
}


.doclist li  {
padding-bottom: 15px;
}	



#bottomnav ul
{
	padding-left: 0;
	margin: 0 0% 10px 20%;
	background-color: #003399;
	color: White;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;

}

#bottomnav ul li {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#bottomnav ul li a
{
	padding: 0.2em .5em;
	background-color: #003399;
	color: White;
	text-decoration: none;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border: 1px solid #003399;


}

#bottomnav ul li a:hover
{
	background-color: #3972ac;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;

}


#footer
{
	padding: 10px 0;
	margin: 10px 20% 10px;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	font-weight: lighter;
	clear: left;



}
a:link {
	margin: 0px 0%;
	background-color: white;
	color: #003399;
	text-decoration: none;

}
a:visited {
	color: #990000;
	text-decoration: none;
}
