@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #104f44;
	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: #FFFFFF;
}
.oneColFixCtrHdr #container {
	width: 1004px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background-image: url(../header.jpg);
	background-repeat:no-repeat;
	padding: 0px 0px 296px 0px;  /* 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 0 -21px 0 ;
	}
.oneColFixCtrHdr #header h1 {
	margin: 0px; /* 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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	}
.oneColFixCtrHdr #container #mainContent h2 {
	font-family: "Arial Black", Arial, Helvetica;
	font-size: x-large;
	font-style: normal;
	font-weight: normal;
}

.oneColFixCtrHdr #container #mainContent h3 {
	font-size: large;
	line-height: 1em;
	font-weight: lighter;
	text-transform: none;
	font-variant: normal;
	letter-spacing: -0.01em;
	color: #cc2229;
	font-style: normal;
	font: Arial Black, Arial, Helvetica;
	font-family: "Arial Black";
}
.oneColFixCtrHdr #mainContent {
	background-image: url(../bg_pattern.png);
	background-repeat: repeat-x;
	padding: 0 20px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #104f44;
	margin: 0px 0 -20px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
	
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image: url(../footer-border.gif);
	background-repeat:repeat-x;
	background-color:#000000;
	margin:	0;
}
.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 */
}
.style1 {
	font-size: x-small;
	color: #E4D52A;
}
.style2     {
	font-size: x-small;
	font-weight: normal;
	color: #E4D52A;
	font-family: Arial, Helvetica, sans-serif;
}

.style3 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
}
.style5 {
	color: #70BD3A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
}

.style4 {
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.style6 {font-size: x-small}



.oneColFixCtrHdr #container #mainContent li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	float: none;
	text-indent: 0pt;
	text-align: left;
	white-space: normal;
	padding-left: 10px;
}
.style7 {color: #CC2229}

.oneColFixCtrHdr #container #mainContent h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	color: #E4D52A;
}
.h3_white {
	color: #FFFFFF;
	font-family: "Arial Black";
	font: Arial Black;
}

a {
	font-weight: bold;
	color: #639BD4;
	text-decoration: underline;
}
.pYellowHighlight {
	color: #E4D52A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
}
