
* {
	font-family: georgia, serif;
}
/* //////////// BASIC TYPOGRAPHY //////////// */
h1, h2, h3, h4 {
	font-weight: normal;
	font-variant: small-caps;
	letter-spacing: .05em;
}
/* //////////// BASIC LINKAGE //////////// */
#hbshead a, #hfhead a, #supernav a, #imgnav a {
	border: 0;
}

#imgmain a {
	border: 0;
	font-size: .9em;
}

#imgmain p a.explore:link {
	padding-bottom: 1px;
}

/* //////////// OTHER //////////// */



/* undisplay the supernav search */
#supernav {
    display: none;
}

/* undisplay the hbs banner */
#hbshead {
    display: none;
}
/* undisplay the screen banner */
#hfhead{
    display: none;
}

/* show the printbanner */
#printbanner{
	text-align: center;
	border-bottom: 1px solid #bbb;
	color: #343434;
	padding: 0;
	margin: 0 0 15px 0;
}

#printbanner p.ident{
   font-size: 9pt;
}

#printbanner p.tagline{
   font-size: 10pt;
}

#printbanner p.ident, #printbanner p.tagline{
   font-weight: bold;
   margin: 10px;
}

#printbanner h1{
	font-size: 18pt;
	margin: 0;
}

#printbanner h1 span{
   font-size: 65%;
}

/* undisplay the publishing edit buttons */
#edit_button_container, #edit_button, #validate{display: none;} 

/* undisplay the image nav  */
#imgnav, #navigation, #lehmanhead {
   display: none;
	}
