@charset "UTF-8";
body {
	color: #F00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: #666666;
	background-image: url(images/Footer-Image.jpg);
	text-align: left;
}
.oneColFixCtrHdr #container {
	background-color: #000;
	border: 2px solid #FFF;
	margin-right: auto;
	margin-left: auto;
	height: 1016px;
	width: 700px;
}
.oneColFixCtrHdr #header {
	height: 150px;
	width: 700px;
	background-color: #000;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContentForm {
	width: 640px;
	height: 2200px;
	top: 150px;
	position: absolute;
	background-color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-right: 30px;
	padding-left: 30px;
}
.oneColFixCtrHdr #footer {
	height: 145px;
	width: 700px;
	position: absolute;
	top: 872px;
	border-top-style: groove;
	border-top-color: #000;
	border-top-width: thin;
	font-size: 9px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	color: #FFF;
	font-weight: bold;
	font-size: 1px;
}
Descripttion {
	font-size: 10pt;
}
.Description {
	font-size: 10pt;
	text-align: center;
}
.FooterTagline {
	font-size: 10pt;
	text-align: center;
	color: #FFF;
}
.Heading {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 32px;
	text-align: left;
	color: #F00;
}
.oneColFixCtrHdr #mainContent2 {
	width: 700px;
	height: 722px;
	top: 50px;
	position: absolute;
	background-color: #000;
}
.content {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: left;
}
ContentHeading {
	font-size: 16px;
	font-family: "Comic Sans MS", cursive;
	color: #000;
}
.ContentHeading {
	font-size: 16px;
	font-family: "Comic Sans MS", cursive;
	color: #FFF;
	font-weight: bold;
}
.oneColFixCtrHdr #container2 {
	width: 700px;
	text-align: center; /* this overrides the text-align: center on the body element. */
	height: 915px;
	background-color: #000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 2 solid #FFF;
}
.oneColFixCtrHdr #header2 {
	height: 50px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 700px;
	background-color: #000;
}
.StaffNames {
	color: #C93;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
.ContactHeading {
	font-family: "Arial Black", Gadget, sans-serif;
}
.ContactSubHeading {
	font-family: Arial, Helvetica, sans-serif;
	color: #F00;
	font-size: 16px;
	text-align: left;
}
.DictionaryHeading {
	font-size: 20px;
	color: #C93;
	text-align: center;
}
.GoldDescription {
	font-family: Arial, Helvetica, sans-serif;
}
.TextField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #C93;
	margin-bottom: 20px;
}
.Column1Gold {
	color: #C93;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
.Column2Gold {
	color: #C93;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	left: 265px;
}
.Column3Gold {
	color: #C93;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	left: 500px;
}
.Column1White {
	color: #FFF;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
.Column2White {
	color: #FFF;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	left: 265px;
	width: 162px;
}
.Column3White {
	color: #FFF;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	left: 500px;
	width: 168px;
}
.Column3TextField {
	color: #000;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	left: 500px;
	margin-bottom: 20px;
}
.Column2TextField {
	color: #000;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	left: 265px;
	margin-bottom: 20px;
}
.Column1TextField {
	color: #000;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
}
.BlackType {
	color: #000;
}
.HeadingForm {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 32px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: left;
}
.oneColFixCtrHdr #containerform {
	width: 700px; /* this overrides the text-align: center on the body element. */
	height: 2495px;
	background-color: #000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 2px solid #FFF;
}
.oneColFixCtrHdr #footerform {
	height: 145px;
	width: 700px;
	position: absolute;
	top: 2350px;
	border-top-style: groove;
	border-top-color: #000;
	border-top-width: thin;
	font-size: 9px;
}
.oneColFixCtrHdr #mainContent {
	width: 640px;
	height: 721px;
	top: 150px;
	position: absolute;
	background-color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-right: 30px;
	padding-left: 30px;
	text-align: center;
}
