@charset "UTF-8";
body {
	background: #666666;
	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: #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColFixCtrHdr #container {
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #666;
}
.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: #666;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #mainContent {
	color: #FFF;
	background-color: #666;
	font-family: "Myriad Pro", Calibri, Arial, "Lucida Grande";
	font-size: 11pt;
	font-weight: normal;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 10;
	padding-left: 20px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	text-align: left;
}
.oneColFixCtrHdr #footer {
	padding-top: 10;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #272727;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
	background-color: #272727;
	font-size: 9px;
	text-align: center;
	padding-bottom: 10px;
}
.heading_1 {
	font-family: "Myriad Pro", Calibri, Arial, "Lucida Grande";
	font-size: 16pt;
	font-weight: normal;
	text-align: left;
}
.image_left {
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
}
.headings_2 {
	font-weight: normal;
	font-size: 12pt;
}
.table_text {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.abc_a {
	color: #BC222C;
}
.abc_b {
	color: #D5AE1A;
}
.abc_c {
	color: #94A521;
}
.abc_web {
	color: #FFF;
}
.image_flt_right {
	float: right;
}
