/*
primary layout
*/

body
{
	margin: 1in;
	color: black;
	font: 11pt/18pt Garamond, Times New Roman, serif;
	text-align: left;
}

div.clear { clear: both; }

/*
hide web navigation elements
*/

div#navigation,
div#subnavigation,
div.download_note,
.for_accessibility,
form,
h5 { display: none; }

/*
content
*/

a
{
	color: black;
	font-weight: normal;
	text-decoration: none;
}

h2, h3, h4
{
	font-family: Georgia, serif;
	line-height: 18pt;
}

h2
{
	font-size: 14pt;
	font-style: italic;
	font-weight: normal;
	text-align: right;
}

h3
{
	margin: 27pt 18pt 9pt 18pt;
	padding: 2pt;
	border-bottom: 1pt solid #abb;
	color: #466;
	font-size: 18pt;
	text-align: center;
	font-style: italic;
	font-weight: normal;
}

h4
{
	font-size: 14pt;
	font-variant: small-caps;
	text-align: center;
	margin: 27pt 0 9pt 0;
}

p
{
	margin: 18pt 0;
	text-align: left;
}

li { margin: 9pt 0; }

address
{
	margin: 18pt 0;
	font-style: normal;
}

strong
{
	font-weight: bold;
	font-style: normal;
}

em
{
	font-style: italic;
	font-weight: normal;
}

blockquote p
{
	margin: 18pt;
	font-style: normal;
}

div.quotedby
{
	margin: 0 30pt 9pt 80pt;
	line-height: 14pt;
	text-align: right;
}

img.bullet
{
	display: inline;
	vertical-align: bottom;
}

/*
table of contents,
for journal issues
*/

img.cover
{
	display: block;
	width: 315px;
	margin-top: 0.4in;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}

img.supplementcover
{
	display: block;
	width: 290px;
	margin-top: 0.4in;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}

ul.table_of_contents li
{
	display: block;
	list-style-type: none;
	margin: 7pt 0;
	line-height: 14pt;
}

.article_title
{
	display: block;
	float: left;
	clear: none;
	width: 3.5in;
	padding: 6pt;
	font-weight: bold;
	text-align: right;
}

.article_title strong
{
	font-variant: small-caps;
	font-size: 12pt;
	font-weight: normal;
}

.article_author
{
	display: block;
	float: left;
	clear: none;
	width: 3in;
	padding: 6pt;
}

/*
bookstore listings
*/

div.book
{
	margin: 9pt 0;
	padding: 18pt;
	width: auto;
	border: 1pt solid #cdd;
}

p.booktitle
{
	margin: 9pt 0;
	font: 14pt/18pt Georgia, serif;
	font-style: italic;
	font-weight: bold;
}

p.booktitle small { font-size: 12pt; }

p.bookinfo
{
	margin: 9pt 0;
	color: #677;
	font-size: 10pt;
	line-height: 12pt;
}

p.bookblurb
{
	margin: 18pt 80pt 27pt 20pt;
	color: #344;
}

p.bookblurb100cover
{
	margin: 18pt 130pt 27pt 20pt;
	color: #344;
}

p.bookblurb150cover
{
	margin: 18pt 180pt 27pt 20pt;
	color: #344;
}

img.bookcover
{
	display: block;
	float: right;
	clear: none;
	margin: 27pt 0 27pt 27pt;
	border: 1pt solid #cdd;
}

div.bookquotes
{
	margin: 18pt 36pt 45pt 36pt;
	color: #654;
}

/*
organization listings
*/

ul.organizations
{
	margin: 0;
	padding: 0;
}

ul.organizations li
{
	display: block;
	list-style-type: none;
	float: left;
	clear: none;
	margin: 9pt;
	padding: 9pt;
	width: 210pt;
	height: 170pt;
	border: 1pt solid #cdd;
}

div.organizationname
{
	display: block;
	height: 45pt;
	margin: 9pt 0;
	font: 12pt/14pt Georgia, serif;
}

ul.organizations li address
{
	margin: 12pt;
	color: #344;
	font-size: 10pt;
	line-height: 13pt;
}

div#content div#breadcrumbs
{
	display: none;
}

