@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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000;
	background-image: url(../images/home/bkgd_shdw.jpg);
	background-repeat: no-repeat;
	background-position: center -9px;
	background-attachment: fixed;
}
#mc_container {
	background-color: #000;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
}
#mainContent table h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	padding-top: 3px;
}
h1 , h2, h3, h4, h5, h6, p  {
	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. */
	margin: 0px;
	text-align: left;
}
#FlashID  {
	border: medium double #000;
	padding: 0px;
	margin-left: 15px;
}
.fltleft {
	float: left;
}
.fltright {
	float: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
#mainContent p #FlashID {
	text-align: center;
}
.oneColFixCtrHdr #container {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.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. */
	margin: 0px;
	background-color: #000;
	height: 140px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-left-color: #FFF;
}
#midpict {
	width: 900px;
	height: 430px;
	background-color: #000;
}
.oneColFixCtrHdr #container #header h1 img {
	float: left;
}
.oneColFixCtrHdr #container #header a {
	color: #FFF;
	text-decoration: none;
}
.oneColFixCtrHdr #container #header #header_text h5 {
	font-size: 17px;
	font-weight: bold;
	color: #FFF;
	text-align: right;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 15px;
}
.oneColFixCtrHdr #container #header #header_text {
	width: 565px;
	padding-right: 30px;
	float: right;
	clear: none;
	height: 110px;
}
.oneColFixCtrHdr #container #header #header_text p {
	font-weight: bold;
	color: #FFF;
	text-align: right;
	font-size: 15px;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}
.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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	border-top-style: none;
	border-bottom-style: none;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
	display: block;
	text-align: center;
}
#mainContent img   {
	border: medium double #000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px !important;
	text-align: center;
}
#mainContent #cutline {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	width: 170px;
	text-align: right;
	float: right;
	clear: right;
	margin-top: 5px;
}
.oneColFixCtrHdr #footer {
	background:#DDDDDD;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
.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;
	font-size: 9px;
	color: #FFF;
	background-color: #000;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.oneColFixCtrHdr #container #footer p a {
	color: #FFF;
	font-size: 8px;
}
.oneColFixCtrHdr #container #navbar {
	width: auto;
	background-color: #000;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
	clear: both;
	height: 30px;
}
#mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-indent: 0px;
	line-height: 22px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#mainContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-indent: 0px;
	line-height: 22px;
	font-weight: bold;
}
#mainContent h3 strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-indent: 0px;
	line-height: 22px;
	font-weight: bold;
}
#mainContent p strong {
	text-align: left;
}
#mainContent h4 {
	text-align: center;
}
