@charset "UTF-8";
body  {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #A9A9A9;
	text-align: left;
	margin-top: 0px;
}
.thrColFixHdr #container {
	width: 905px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
} 
.thrColFixHdr #container h1 {
	font-size: 16px;
	color: #900;
	margin-top: 0px;
}
.thrColFixHdr #container p {
}
.thrColFixHdr #header {
	height: 140px;
	margin-top: 0px;
} 
.thrColFixHdr #header h1 {
	font-size: 18pt;
	color: #900;
	font-weight: normal;
}
.thrColFixHdr #container #header h2 {
	font-size: 12pt;
	color: #900;
	font-weight: lighter;
	line-height: 15pt;
	text-align: left;
	float: none;
	margin-top: 0px;
}
.thrColFixHdr #container #header h3 {
	font-size: 18pt;
	margin-top: -10px;
	font-weight: lighter;
	color: #900;
	margin-bottom: 0px;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
}
.thrColFixHdr #container #sidebar1 img {
	margin-top: 0px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 235px;
	margin-top: -50px;
	padding: 0px;
	margin-right: 50px;
}
.thrColFixHdr #container #sidebar2 h1 {
	color: #666;
	font-size: 12px;
	line-height: 14px;
}
.thrColFixHdr #container #sidebar2 p {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 16px;
}
.thrColFixHdr #sidebar2 img  {
	margin-bottom: 0px;
}
.thrColFixHdr #mainContent {
	margin-left: 190px;
	font-size: 10pt;
	margin-right: 310px;
	margin-top: 0px;
	padding-top: 10px;
} 
.thrColFixHdr #container #mainContent p {
	font-size: 13px;
	line-height: 16px;
}
.thrColFixHdr #container #mainContent img {
	padding-top: 0px;
	padding-right: 21px;
	padding-bottom: 22px;
}
.thrColFixHdr #container #mainContent h1 {
	font-size: 16px;
	line-height: 20px;
	color: #900;
	text-align: left;
	font-weight: lighter;
}
.thrColFixHdr #container #mainContent h2 {
	font-size: 13px;
	line-height: 16px;
	color: #900;
}
.thrColFixHdr #container #mainContent h3 {
	font-size: 14px;
	line-height: 18px;
	text-align: right;
	font-weight: lighter;
}
.thrColFixHdr #footer {
	float: none;
} 
.thrColFixHdr #footer p {
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	color: #666;
}
.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;
}
.thrColFixHdr #container #mainContent p {
}
