#wrapper {
	text-align: left;
	width: 984px;
	margin-top: 22px;
	margin-bottom: 0px;
}
body  {
	text-align: center;
	background-color: #ffffff;
	font-family: "Courier New", Courier, monospace;
	color: #666;
}
.twoColFixLtHdr #container {
	width: 984px;
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
} 
.twoColFixLtHdr #header {
	height: 160px;
	margin-right: 40px;
	margin-left: 40px;
	padding-top: 12px;
	font-family: "Courier New", Courier, monospace;
} 
#nav {
	margin-right: 28px;
	margin-left: 28px;
	height: 60px;
	padding-right: 11px;
	padding-left: 11px;
}
.twoColFixLtHdr #mainContent {
    font-family: "Courier New", Courier, monospace;
    font-size: 12px;
    line-height: 20px;
    color: #666666;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 24px;
    padding-bottom: 20px;
    background-color: #FFFFFF;
    -webkit-box-shadow: inset 0px 0px;
    box-shadow: inset 0px 0px;
} 
.twoColFixLtHdr #footer {
	padding-right: 40px;
	padding-left: 40px;
	margin-bottom: 10px;
	height: 44px;
	margin-top: 60px;
} 
.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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}
.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;
}
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
    color: #E55819;
    text-decoration: none;
}
a:active {
    color: #FF6602;
    font-size: 12pt;
}
.it {
	font-style: italic;
	font-weight: normal;
}
.bold {
	font-weight: bold;
}
.orange {
	color: #F60;
}
body,td,th {
    font-family: "Courier New", Courier, monospace;
    color: #666;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
}
h1 {
	font-size: 16px;
}
h2 {
    font-size: 15px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #666;
    line-height: 36px;
    border-right-color: #FFF;
    border-left-color: #FFF;
    border-bottom-color: #FFF;
    color: #666;
}
h3 {
	font-size: 13px;
}
h4 {
	font-size: 11px;
	text-transform: none;
}
.twoColFixLtHdr #container #mainContent h2CAP {
	text-transform: capitalize;
}
h5 {
	font-size: 10px;
}
h6 {
	font-size: 8px;
}


