@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;
	background-color: #f7f7f7;
}
.thrColFix  #container  #banner {
	margin-right: 50px;
	margin-left: 50px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.thrColFix #container #navigation {
	word-spacing: 30px;
	text-align: center;
	font-family: "Myriad Pro";
	font-size: 16px;
	color: #000000;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCCCCC;
}
.thrColFix #container #footer {
	padding-top: 5px;
	font-family: Verdana;
	font-size: 10px;
	color: #666666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	width: 700px;
	padding-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 20px;
}
.thrColFix #container #mainContent #text {
	width: 620px;
	padding-right: 40px;
	padding-left: 40px;
	background-image: url(images/back.gif);
	background-repeat: repeat-x;
	padding-top: 0px;
	border: 1px solid #CCCCCC;
	margin-bottom: 15px;
}
.thrColFix #container #mainContent #text2 {
	background-image: url(images/backfillongtext.gif);
	background-repeat: repeat-x;
	width: 620px;
	margin-bottom: 15px;
	padding-right: 40px;
	padding-left: 40px;
	border: 1px solid #CCCCCC;
}
.thrColFix #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

.thrColFix #mainContent {
	font-family: "Myriad Pro";
	font-size: 14px;
	color: #000000;
	width: 700px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.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;
}
.fontcolor {
	font-size: 14px;
	color: #0F2C84;
}

