@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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #330000;
}
.radio-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	margin: 8px;
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFCC;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	background-color: #FFFFCC;
	background-image: url(images_global/W-016-Bkgd_Top.gif);
	height: 286px;
	background-repeat: no-repeat;
	background-position: top;
	width: 900px;
	padding: 0;
	margin: 0px;
}
.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 */
	text-decoration: underline;
}
.oneColFixCtrHdr #mainContent {
	background-color: #FFFFCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	width: 860px;
	padding: 0;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.oneColFixCtrHdr #mainContent a {
	color: #660000;
	text-decoration: underline;
}
.oneColFixCtrHdr #container #mainContent h1 {
	font-size: 20px;
}
.oneColFixCtrHdr #mainContent h3 {
	color: #333333;
	margin-top: 3px;
	margin-bottom: 2px;
	font-size: 13px;
}
.oneColFixCtrHdr #mainContent h2 {
	font-size: 14pt;
	font-style: italic;
	font-variant: normal;
}
.oneColFixCtrHdr #mainContent h4 {
	font-size: 15px;
	font-style: italic;
}
.oneColFixCtrHdr #container #mainContent h2 {
	font-size: 14px;
	font-weight: normal;
}
.oneColFixCtrHdr #footer {
	background-color: #FFFFCC;
	background-image: url(images_global/W-016-Bkgd_Bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	font-size: 8pt;
	width: 900px;
	padding: 0px;
	margin: 0px;
}
.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 */
	font-size: 11px;
	text-align: center;
}
.oneColFixCtrHdr #footer a {
	color: #333333;
}
.oneColFixCtrHdr #container #mainContent #links-img {
	width: 300px;
	float: right;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}
.oneColFixCtrHdr #container #mainContent #links-img p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	text-align: right;
}
.oneColFixCtrHdr #container #mainContent #img-right {
	width: 300px;
	float: right;
	margin-top: 10px;
	margin-left: 20px;
	padding-top: 0px;
	margin-bottom: 30px;
}
.oneColFixCtrHdr #container #mainContent #img-right p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	text-align: right;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.oneColFixCtrHdr #container #mainContent #img-contact {
	width: 100%;
}
.oneColFixCtrHdr #container #mainContent #img-contact p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.oneColFixCtrHdr #container #mainContent #img-contact-right {
	float: right;
	width: 587px;
	background-image: url(images_global/img-contact-bkgd.jpg);
	background-repeat: no-repeat;
	height: 373px;
	border: 1px solid #000000;
	margin-bottom: 10px;
}
.oneColFixCtrHdr #container #mainContent #img-contact-right p {
	text-align: center;
}
.oneColFixCtrHdr #container #mainContent #img-right225 {
	width: 225px;
	float: right;
	margin-top: 10px;
	margin-left: 20px;
	padding-top: 0px;
	margin-bottom: 10px;
}
.oneColFixCtrHdr #container #mainContent #img-right225 p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	text-align: right;
	margin: 0px;
}
.oneColFixCtrHdr #container #mainContent #imgleft225 {
	width: 225px;
	float: left;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
	margin-right: 20px;
}
.oneColFixCtrHdr #container #mainContent #imgleft225 p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	margin: 0px;
}
.img-border-white {
	border: 1px solid #FFFFFF;
}
#nav {
	height: 20;
	width: 885px;
	top: 238px;
	position: relative;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
	color: #660000;
	margin-right: auto;
	margin-left: auto;
}
.img-left {
	float: left;
	margin-right: 20px;
	margin-bottom: 35px;
	border: 1px solid #000000;
	margin-top: 5px;
	padding: 0px;
	margin-left: 0px;
}
.img-right {
	float: right;
	margin-bottom: 5px;
	border: 1px solid #000000;
	margin-top: 5px;
	margin-left: 20px;
	padding: 0px;
	margin-right: 0px;
}
.radio-ad-box {
	float: right;
	margin-bottom: 5px;
	border: 5px double #660000;
	margin-top: 0px;
	margin-left: 20px;
}
.radio-text-header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	margin: 8px;
	color: #000000;
	font-weight: bold;
}
.list-indent {
	background-color: #FFFFCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	padding-top: 0;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 0px;
}
.contact-bkgd {
	background-image: url(images_global/img-contact-bkgd.jpg);
	background-repeat: no-repeat;
	border: 1px solid #000000;
}
