body {
	width: 8.25in;
	height: 10.75in;
	margin-top: 0.25in;
	margin-bottom: 0.25in;
	text-align: center;
	vertical-align: top;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	background-color: #FFF;
	color: #000;
}
a img {
	border: 0;
}
a {
	color: #5F8ED3;
	text-decoration: none;
}
a:visited {
	color: #969;
}
a:hover {
	color: #696;
}

h3 {
	padding-bottom: 0;
}
hr {
	width: 100%;
	margin-left: 0;
	height: 1px;
	background-color: #AAA;
}

#wrapper {
	padding: 0;
	width: 84%;
	position: relative;
	left: 8%;
}

/* hr {
	border: 0;
	width: 80%; 
} */
div.hr {  }
div.hr hr {  }

#header {
	width: 100%;
	/* text-align: center; */
}
#header p {
	text-align: left; 
	font-size: 80%;
	font-weight: 700;
	color: #AAA;
	letter-spacing: 1px;
}
#header-right {
	width: 100%;
	text-align: left;
}
#header-right h1, #header-right h2, #header-right h3 {
	display: none;
	/* display: inline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #3C567B; */
}
#header-right h1 {  }
#header-right h3 {
	margin-left: 1em; 
}
#header-left {
	display: none;
}

#left-menu {
	display: none;
}

li.head {
	padding-bottom: 1px;
	margin-bottom: 1px;
	color: #666;
	border-bottom: 1px solid #696;
}

#right-content {
	width: 100%;
	float: right;
	margin: 0;
	padding: 0;
	vertical-align: top;
	text-align: left;
}
#right-content h1 {
	margin-left: 0;
}

#content {
	text-align: left;
	padding-left: 0;
}
#content p {
	line-height: 1.5em;
}
#content li {
	margin-bottom: .5em;
}
#content img {
	float: right;
	margin-top: 1.5em;
	margin-left: 1em;
}
#content img.normal {
	float: none;
	margin: 0;
	padding: 0;
	border: 0;
}

#content blockquote {
	width: 320px;
	text-align: center;
	margin: -20px -50px 0 20px;
	padding: 0;
	line-height: normal;
	font-family: georgia, serif;
	font-size: 120%;
	letter-spacing: -1px;
	color: #555555;
	background: #EEEEEE url(../images/quote_top.gif) no-repeat top left;
	float: right;
}
blockquote p#quote {
	margin: 0 10px 0 0;
	padding: 20px 20px 10px 20px;
	line-height: normal;
	background: url(../images/quote_end.gif) no-repeat right bottom;
}
blockquote p#author {
	margin: 0;
	padding: 0 0 10px 0;
	line-height: normal;
	color: #999999;
	font-size: 90%;
	background: url(../images/quote_bottom.gif) no-repeat bottom;
}

#events { text-align: center; }
#events p {
	line-height: normal;
	margin-bottom: 0.5em;
}
#events hr {
	width: 100%;
	margin-left: 0;
	height: 1px;
	background-color: #696; 
}

dd hr {
	display: none;
	margin: 6px 0 6px 0;
}
dd div.hr {
}
dd div.hr hr {
}

.event {
	padding: 1em 2em;
	margin-bottom: 1em;
	margin-top: 1em;
	/* background-color: #F5F7E2; */
	border: 2px outset #FFF;
}
.event-inset {
	margin: 0.75em 0;
	padding: 1em 2em;
	/* background-color: #F4F6E1; */
	border: 1px inset #FFF;
}
.q-and-a dt {
	font-weight: 700;
	margin-bottom: 0.5em;
}
.q-and-a dd {
	margin-bottom: 1.5em;
	margin-left: 2em;
}

#footer {
	clear: both;
	width: 100%;
	margin-top: 0.5em;
	text-align: center;
	/* background-color: #7FAEF3; */
	background-color: #FFF;
	border-top: 1px solid #696;
}
#footer p {
	margin: 0;
	padding: 3px 3px 0 0;
	background-color: inherit;
}
#footer-left {
	float: left;
	text-align: left;
	padding: 0 5px;
	color: #444;
	font-size: 85%;
	font-weight: 600;
	background-color: inherit;
}
#footer-right {
	text-align: right;
	padding: 0 5px;
	color: #444;
	font-size: 85%;
	font-weight: 600;
	text-transform: lowercase;
	background-color: inherit;
}

