@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #FFFFFF;
}
.oneColFixLtHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

.oneColFixLtHdr #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: #FFFFFF;
	border-top-width: 6px;
	border-right-width: 6px;
	border-bottom-width: 3px;
	border-left-width: 6px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCDE8;
	border-right-color: #CCCDE8;
	border-bottom-color: #CCCDE8;
	border-left-color: #CCCDE8;
} 
#hdrTxtTop {
	font-family: "Times New Roman", Times, serif;
	font-size: 60px;
	font-weight: lighter;
	text-transform: uppercase;
	color: #990000;
	text-align: center;
}

#hdrTxtBot {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.oneColFixLtHdr #container #header table {
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#hdrSpace {
	margin-right: 25px;
}
.oneColFixLtHdr #container #header #td1 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-left-color: #666666;
}
.oneColFixLtHdr #container #header #td2 {
	border: 1px solid #666666;
	background-color: #CCCDE8;
	font-size: 14px;
}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	background-color: #990000;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	background-color: #666666;
	width: 455px;
}
.style_bold {
	font-weight: bold;
}
.style_bold_center {
	font-weight: bold;
	text-align: center;
}

.style_bold_underline {
	font-weight: bold;
	text-decoration: underline;
}
.style_bold_underline_red {
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}

