body
{
	font-family: Trebuchet MS, Times New Roman;

	width: 95%;
	height: 100%;
	background-image: url('graphics/bluegradient.gif');
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: 215px 0px;
	background-color: white;
}


div#rightpane
{
	/*position: absolute;
	left: 250px;
	top: 0px;
	height: 100%;
	*/
	margin-left: 225px;
	margin-right: -10px;
	padding: 0px;
}

div#leftpane
{
	top: 0px;
	left: 0px;
	padding-top: 10px;
	padding-left: 10px;
	height: 100%;
	width: 225px;
	position: fixed;
	margin: 0px;
}

img
{
	border: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

img.leftalign
{
	float: left;
}

img.rightalign
{
	float: right;
}


h1, h2, th
{
	color: #330099;
	font-weight: normal;
	font-size: 18pt;
}

h1
{
	font-size: 24pt;
}

h2.section
{
	text-align: center;
}

h2.subtitle
{

	text-align: center;
	font-size: 20pt;
}

h3
{
	font-weight: normal;
}

th
{
	font-size: 14pt;
}

td
{
	vertical-align: top;
}

a
{
	color: #993300;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a:visited
{
	color: blue;
}

h1.pagetitle
{
	text-align: center;
}


p.quotation
{
	text-align: center;
	margin-bottom: 25px;
}

.centered
{
	text-align: center;
}

p.image
{
	text-align: center;
	text-indent: 0px;
}

li
{
	margin-top: 15px;
}


p
{
	text-indent: 25px;
	margin-top: 0px;
	margin-bottom: 5px;
}

p.verse
{
	margin-top: 10px;
	margin-left: 75px;
	text-indent: 0px;
	line-height: 2em;
}

.left
{
	text-align: left;
}

.right
{
	text-align: right;
}

.footnotenum
{
	vertical-align: super;
}

.footnote
{
	font-size: 8pt;
}

.indent1
{
	margin-left: 35px;
}

.indent2
{
	margin-left: 40px;
}

.smallcaps
{
	font-variant: small-caps;
}

div#pdfbox
{
	border: 1px solid gray;
	width: 200px;
	/*height: 25px;*/
	
	position: fixed;
	top: 10px;
	right: 10px;
	
	z-index: 2;
	background: white;
	
	color: gray;
	text-align: center;
	font-size: 7pt;
}

div#pdfoptionbox
{
	display: none;
}


