@charset UTF-8;
body {
	margin: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #666666;
	background-image: url(../images/bknd.jpg);
	background-repeat: repeat;
	padding: 0;
}
.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: italic;
	color: #000099;
	text-align: center;
	padding: 0px;
}
.please {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #FF0000;
	text-align: center;
	display: none;
}
.anchortext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	color: #FF0000;
	display: none;
}
.bottomlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	text-align: center;
}
.oneColElsCtr #container {
	width: 46em;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: thick solid #000099;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFCC00;
}
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	background-color: #FFFF00;
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: italic;
	color: #FFFF99;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border: thick solid #000099;
}
.top {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FF0000;
	letter-spacing: .8em;
	text-align: center;
}
.imagepage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #FF0000;
}
.bookquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: italic;
	color: #000033;
	text-align: left;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
	border-bottom-style: none;
	padding: 0px;
}
.hospitable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-align: center;
	border-top-style: solid;
	border-bottom-style: solid;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-color: #000033;
	border-bottom-color: #000033;
	display: none;
}
.style2 {
	font-size: 10pt;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000033;
	border-right-color: #000033;
	border-bottom-color: #000033;
	border-left-color: #000033;
}
.table {
	display: none;
}
