@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
}

img {
	max-width: 100%;
	height: auto;
}

embed,
object,
iframe {
	max-width: 100%;
}

/* Tips for Elastic layouts
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
.oneColElsCtrHdr #container {
	max-width: 46em; /* the auto margins (in conjunction with a width) center the page */
	border: thick none #FFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow: auto;
	background-color: #FFF;
	height: 100%;
	opacity: 1.0;
}
.oneColElsCtrHdr #header {
	font-size: 16px;
	font-weight: normal;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
}
.oneColElsCtrHdr #mainContent {
	padding: 130px 20px 0;
	font-size: 20px;
	border: thin dotted #FFF;
	font-family: "Times New Roman", Times, serif;
	min-height: 500px;
	background-color: #FFFFFF;
	
	
}
.oneColElsCtrHdr h2 {
	font-size: 27px;
	

}

.oneColElsCtrHdr h3 {
	font-size: 24px;
	margin: 0 0 0.3em;
	
}

.oneColElsCtrHdr p {
	margin: 0 0 1.3em;
	

}
@media only screen and (min-width:1000px) {
	.oneColElsCtrHdr #mainContent {
		padding-top: 0;
	}
}

.oneColElsCtrHdr #footer {
	padding: 0 10px;
	font-family: "Franklin Gothic Demi Cond";
	padding-top: 0.7em;
	padding-bottom: 0.3em;
}
.oneColElsCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	color: #000;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;
	text-align: left;
	font-weight: bold;
	letter-spacing: 0px;
}
a:link {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
	outline: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #0F0;
	text-decoration: underline;
	outline: none;
}
a:active {
	color: #0F0;
	text-decoration: underline;
	outline: none;
	font-weight: bold;
}

/*
     FILE ARCHIVED ON 00:36:38 Apr 06, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 20:48:20 Mar 29, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 94.294
  exclusion.robots: 0.253
  exclusion.robots.policy: 0.237
  cdx.remote: 0.09
  esindex: 0.013
  LoadShardBlock: 58.1 (3)
  PetaboxLoader3.datanode: 133.046 (5)
  load_resource: 258.077 (2)
  PetaboxLoader3.resolve: 128.815 (2)
*/