@charset "utf-8";
/* CSS Document */
.thrColLiqHdr #sidebar2 {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 23%; /* since this element is floated, a width must be given */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 3px; /* top and bottom padding create visual space within this div */
	font:Helvetica;
	font-size:14px
}
.thrColLiqHdr #sidebar2 p .thrColLiqHdr #sidebar2 h3{
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 3px;
}
.thrColLiqHdr #footerright {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 23%; /* since this element is floated, a width must be given */
	background: #dddddd; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 1px 3px; /* top and bottom padding create visual space within this div */
}
.thrColLiqHdr #footerright p .thrColLiqHdr #footerright h3{
	margin-left: 5px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 5px;
	text-align: left;
	font-family:Helvetica;
}
