* {
	margin: 0;
	padding: 0;
	text-align: left;
}

body {
	font-family: Times New Roman, Roman, serif;
	margin: auto;
	text-align: center;
	font-size: 1em;
}

input {
	font-family: Times New Roman, Roman, serif;
	font-size: 1em;
	white-space: normal;
}

table {
	border-collapse: collapse;
}
p {
	padding: 5px 0 5px 0;
}

h1 {
	font-weight: bold;
	font-size: 1.4em;
	letter-spacing: 0.1em;
	padding: 30px 0 10px 0;
	text-align: center;

	dis/play: block;
	ove/rflow: hidden;
}

h2 {
	font-weight: bold;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	padding: 20px 0 10px 0;
	text-align: center;

	dis/play: block;
	ove/rflow: hidden;
}

h3 {
	font-style: italic;
	font-weight: bold;
	font-size: 1.1em;
	letter-spacing: 0.1em;
	padding: 0 0 10px 0;

	dis/play: block;
	ove/rflow: hidden;
}
h1, h2, h3 {
	dis/play: inline-block;
}

/*****************
* generic classes
******************/
.nofrills:link, .nofrills:visited {
	text-decoration: none;
	border: none;
}
.nofrills:hover, .nofrills:active, .nofrills:focus {
	text-decoration: underline;
	border: none;
}

.access {
	display: none;
}

.center {
	text-align: center;
}
.bolder {
	font-weight: bolder;
}

.block {
	display: block;
	overflow: hidden;
}
.block {
	display: inline-block;
}

.clear {
	clear: both;
}

.nobr {
	white-space: nowrap;
}

.small-print {
	font-size: 0.8em;
}

.p-indent p {
	padding-left: 80px;
	text-indent: -50px;
}

.quote-box {
	padding: 15px 5% 15px 5%;
	margin: 0 45px 0 45px;
	text-align: left;
	border: solid silver 1px;
}

.quote {
	font-style: italic;
	width: 99%;
	padding: 0.5em 0 0.5em 0;
	margin: auto;
}

/*******
* images
********/
.img-words {
	padding: 8px 0 0 0;
	text-align: center;
}
.img-border {
	margin: 50px;
	border-top: 1pt silver solid;
}

.img-block {
	padding: 10px 10px 5px 10px;
	margin: 10px 0px 10px 0px;
	font-style: italic;
	font-size: 0.9em;
	text-indent: 0;
	font-weight: bolder;
	border-top: solid #999 1px;
	border-right: solid #666 2px;
	border-bottom: solid #666 2px;
	border-left: solid #999 1px;
	background: #eee;

	text-align: center;
}
.img-block {
	display: inline-block;
}
.img-block img {
	border: none;
}
.img-block a:link {
	color: transparent;
}

.img-block-right {
	padding: 10px 10px 5px 10px;
	margin: 10px 0 10px 20px;
	font-style: italic;
	font-size: 0.9em;
	text-indent: 0;
	font-weight: bolder;
	border-top: solid #999 1px;
	border-right: solid #666 2px;
	border-bottom: solid #666 2px;
	border-left: solid #999 1px;
	background: #eee;
	clear: right;
}

/* commented backslash hack for IE Mac \*/
.img-block-right {
	float: right;
}
/* end hack */

.img-block-right img {
	border: none;
}

.img-block-right a:link, .img-block-right a:visited, .img-block-right a:hover, .img-block-right a:active, .img-block-right a:focus {
	background: transparent;
	border: transparent;
}

.img-block-left {
	padding: 10px 10px 5px 10px;
	margin: 10px 20px 10px 0;
	font-style: italic;
	font-size: 0.9em;
	text-indent: 0;
	font-weight: bolder;
	border-top: solid #999 1px;
	border-right: solid #666 2px;
	border-bottom: solid #666 2px;
	border-left: solid #999 1px;
	background: #eee;
	clear: left;
}

/* commented backslash hack for IE Mac \*/
.img-block-left {
	float: left;
}
/* end hack */

.img-block-left img {
	border: none;
}
.img-block-left a:link, .img-block-left a:visited, .img-block-left a:hover, .img-block-left a:active, .img-block-left a:focus {
	background: transparent;
	border: transparent;
}

/******************
* buttons and stuff
******************/

#do-stuff {
	position: relative;
	top: 0;
	right: 0;
	width: 300px;
	font-size: 0.7em;
	display: block;
	overflow: visible;
	padding: 30px 0 0 0;
}
#do-stuff {
	display: inline-block;
}

/* commented backslash hack for IE Mac \*/
#do-stuff {
	float: right;
	clear: both;
}
/* end hack */


/*******************
* bookmark this page
********************/

.body-btn {
	text-align: center;
	padding: 2px 20px 2px 20px;
	line-height: 2.5em;
}

.body-btn a:link, .body-btn a:visited {
	text-align: center;
	text-decoration: none;
	border-width: 3px;
	padding: 5px 20px 5px 20px;
	border-color: #fff #999 #999 #fff;
	border-style: solid;
	color: #333;
	background: #ddd;
}
.body-btn a:hover, .body-btn a:active, .body-btn a:focus {
	color: #000;
	background: #eee;
	border-color: #999 #fff #fff #999;
}

#print-this {
	margin: 10px;
	padding: 10px;
	text-align: center;
	border: 1pt solid silver;
}

#lhi td {
	vertical-align: middle;
	padding: 5px 10px 5px 10px;
	width: 10%;
}

.lhi-block {
	padding: 10px 10px 5px 10px;
	margin: 10px auto 10px auto;
	font-style: italic;
	font-size: 0.9em;
	text-indent: 0;
	font-weight: bolder;
	border-top: solid #999 1px;
	border-right: solid #666 2px;
	border-bottom: solid #666 2px;
	border-left: solid #999 1px;
	background: #eee;

	text-align: center;

}
.lhi-block {
	display: inline-block;
}

#lhi2-ie {
	width: 100%;
	text-align: center;
}

#lhi2 {
	width: 330px;
	margin: auto;
	text-align: center;
}



a.external:link, a.external:visited {
	padding-right: 16px;
	background: url(external.png) 100% -2px no-repeat;
}
a.external:hover, a.external:focus {
	padding-right: 16px;
	background: url(external.png) 100% -2px no-repeat;
	color: #c00;
}