@charset "UTF-8";
/* CSS Document */


body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFC;
	/* background-image: url(images/homepage-graphic.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	background-attachment: fixed; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	color: #F90;
}
a:visited {
	color: #00F;
}
.oneColElsCtr #container {
	width: 46em;
	background: #000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #000;
}
.oneColElsCtr #aboutContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #ccffff;
	background-image:url(images/aboutus_bkgrnd.jpg);
	background-position:top-left;
	background-repeat:no-repeat;
	font-family: Arial, Helvetica, sans-serif;
}
div.fullname {
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	font-size: 20px;
	font-weight: bold;
	line-height: 140%;
}
div.about-text {
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	font-size: 14px;
	font-style:normal;
	line-height: 140%;
}
.oneColElsCtr #container {
	font-family: Arial, Helvetica, sans-serif;
}
.oneColElsCtr #container #footerContent {
	font-size: 8px;
}
.oneColElsCtr #container #footerContent {
	font-size: 9px;
}
.oneColElsCtr #container #mainContent {
	font-size: ;
}

div.section-title {
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	font-size: 20px;
	font-weight: bold;
	line-height: 140%;
	text-decoration: underline;
}
div.sub-section-title {
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	font-size: 18px;
	font-weight: bold;
	font-style:italic;
	line-height: 140%;
}
div.sub-section-text {
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	font-size: 16px;
	font-style:italic;
	line-height: 140%;
}
div.sub-section-text-reg {
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	font-size: 14px;
	font-style: normal;
	line-height: 140%;
}

div.sub-section-heading {
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	font-size: 18px;
	font-style:normal;
	line-height: 140%;
}
div.sub-section-bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	font-size: 14px;
	font-style: normal;
	line-height: 140%;
}
div.sub-section-text-reg {
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	font-size: 12px;
	font-style: normal;
	line-height: 140%;
}
div.sub-section-sm-text-bold {
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	line-height: 140%;
}
div.sub-section-text-bold {
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	font-size: 16px;
	font-weight: bold;
	line-height: 140%;
}
div.sub-section-text-bold-italic {
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	font-size: 14px;
	font-style:italic;
	font-weight: bold;
	line-height: 140%;
}
.oneColElsCtr #footer {
	font-size: 100px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	color: #E98754;
	padding-top: 0px;
}

.oneColElsCtr #container table tr td p {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
#container table tr td div {
	font-size: 96%;
	font-style: italic;
}
