.thrColFixHdr #footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
	color: #666666;
}
body  {
	margin: 0px; /* 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: #041634;
	background-image: url(images/bkg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}
.thrColFixHdr #container {
	width: 950px;
	margin: 0 auto;
	text-align: left;
} 
.thrColFixHdr #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-top: 0px;
	margin-bottom: 0px;
} 
.thrColFixHdr #header h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-transform: capitalize;
	word-spacing: 7px;
	padding-bottom: 5px;
	color: #217E1D;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	font-weight: bold;
}

.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.thrColFixHdr #mainContent p {
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}

.thrColFixHdr #mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #223555;
	font-size: 20pt;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.scheduletable {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
.thrColFixHdr #mainContent h2 {
	color: #223555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	margin: 0px;
}
.thrColFixHdr #mainContent h3 {
	font-size: 14pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #21751D;
	margin: 0px;
}

.thrColFixHdr  #mainContent  h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	font-weight: normal;
	font-style: italic;
	color: #223555;
}



.thrColFixHdr #footer {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #223555;
	border-right-color: #223555;
	border-bottom-color: #223555;
	border-left-color: #223555;
} 
.thrColFixHdr #footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
	color: #666666;
}
.thrColFixHdr #footer h1 {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.style2 {color: #999999}

.thrColFixHdr #header a {
	text-decoration: none;
	color: #001230;
	word-spacing: 0px;
}

