@charset "utf-8";
.whoBullets {
	margin: 10px;
}

.linkWhite {
	color: #FFFFFF;
}
.linkWhiteBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #FFFFFF;
}

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: center;
	background-color: #b29ea2;
}
.homeCaption {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #663e46;
	font-weight: normal;
	color: #FFFFFF;
}
.whoCaption {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #663e46;
	padding-right: 10px;
	padding-left: 10px;
}


.oneColFixCtrHdr #container {
	width: 760px; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #b29ea2;
	text-align: left;
}
.oneColFixCtrHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #326c5e;
}
.oneColFixCtrHdr #mainContent {
	background-color: #663e46;
}
.oneColFixCtrHdr #footer {
	background-color: #326c5e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	height: 60px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr {
}
.homeText {
	font-family: "Bookman Old Style";
	font-size: 16px;
	background-color: #663e46;
	color: #FFFFFF;
	text-align: center;
	font-weight: lighter;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
}
.style1 {font-size: 10px}
.style2 {
	font-size: 14px;
	font-style: italic;
}
.whoImage {
	margin: 10px;
}
.style3 {font-family: Geneva, Arial, Helvetica, sans-serif}
.whatCaption {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	background-color: #663e46;
	color: #FFFFFF;
	text-decoration: underline;
}
.style4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #FFFFFF;
}
.border {
	padding: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	width: 225px;
}
.blockLeft {
	float: left;
	width: 250px;
}
.style6 {
	font-size: 13px;
	font-weight: bold;
}
