
<style>
img {
    width: 100%;
    height: auto;
}
</style>@charset "UTF-8";
/* CSS Document */

.body {
  margin: 0;
  max-width: 1100px;
  background-color: #fff9e0;
}
  
.container {
	margin-left: auto;
    margin-right: auto;
	position: relative;
	width: 100%;
	max-width: 1100px;
	padding: 25px 0px 25px 25px;
	box-sizing: border-box;
}
.rtmenu {
	margin-top: 50px;
}
.rtheader {
	padding: 0px;
	width: 1100px;
	background-repeat: no-repeat;
}
.rtsubheader {
	text-transform: uppercase;
	font-size: 110%;
    letter-spacing: .2rem;
	font-weight: 900;
	margin: 25px 25px 25px 0px;
}
.rtdocsection {
	border-bottom: 1px solid #aaa;
	margin: 30px 0px 10px 0px;
	font-size: 120%;

}
	
.rtimage {
	margin-left: auto;
    margin-right: auto;
	position: relative;
	display: flex;
	max-width: 1100px;
	background-color: #fff9e0;
	padding: 25px;
	box-sizing: border-box;
}
.rtintrotext {
	
	margin: 0px 30px 50px 50px;
	font-size: 90%;
	font-style: italic;
}
.rtcaption {
	
	margin: 0px 30px 50px 50px;
	font-size: 80%;
	font-style: italic;
	font-weight: bold;
}
.rtcontact {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	font-style: italic;
	font-size: 80%;
}
.rtquote {
	width: 90%;
	margin-left: 30px;
	margin-right: 30px;
	font-size: 100%;
	font-weight: bold;
	font-style: italic;
	color: #342000;
}
.rtfootnote {
	margin: 0px 30px 50px 50px;
	font-style: italic;
	font-size: 80%;
}
.lower {
	text-transform: lowercase;
	font-size: 85%;
}
.rtmap {
	border:3px; 
	border-style: solid;
    border-color: black;
	padding: 15px;
}
.standard  				{ color: "220000"; font-size: ; font-weight: bold; font-family: Arial }

a:link {
    color: blue;
}

a:visited {
    color:blue;
}

a:hover {
    color: blue;
}
a:active {
    color: blue;
}
.underline {
  text-decoration: underline;
}
.rthelptable {
	font-size: 75%;
}
#loading {
	position: absolute;
	top: 30%;
	left: 50%;
	width: 64px;
	height: 64px;
	/* 1/2 of the height and width of the actual gif */
  margin: -16px 0 0 -16px;
	z-index: 100;
}


</style>