html, body {
	font-family: garamond, "times new roman", times, roman, serif;
	font-size: 100%;
	background: #445463;	/*#ddedfc;*/
   color: #002635;
   text-align: center;
	padding: 0px;
}

a {
	outline: none;
}

#mainpanel {
	width: 880px;
	background:#FFF3DB url("/pix/parchment800.jpg") repeat-y;
	background-size: cover;
	padding: 8px 36px;
	text-align: justify;
	display: block;
	line-height: 1.4em;
}

#mainpanel h1,h2,h3,h4,h5 {
	color: #a91d32;
	text-align: left;
}

#mainpanel div {
	background: transparent;
	padding-left: 16px;
}

#mainpanel div.hr {
	text-align: left;
	width: 720px;
	height: 2px;
	background-color: #a91d32;
	color: #a91d32;
	margin-bottom: 1em;
}

div.hr hr {
	display: none;
}

#mainpanel p, ul, ol {
	padding: 8px 64px 0px 16px;
	font-size: 120%;
}

#mainpanel ul, ol {
	margin-left: 36px;
}

#mainpanel img {
	margin: 0px;
	border: none;
	background: transparent;
}

.mylink {
	font-family: Arial, "sans serif";
	font-weight: bold;
	font-size: 1.1em;
}

.mylink a {
	text-decoration: none;
}

.firstpara {
	vertical-align: top;
}
.opening {
	font-variant: small-caps;
}
.firstpara:first-letter {
	font-size: 300%;
  	font-weight: bold;
  	float: left;
	vertical-align: text-top;
  	padding: 0px 12px 0px 0px;
	line-height: 100%;
}

.right {
	float: right;
}

.left {
	float: left;
}
