@charset "utf-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #46395d;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	
}

h1 {
	font: "Arial Narrow", Arial;
	font-size: 40px;
	font-variant:small-caps;
	font-stretch: ultra-condensed;
	text-align:center;
	margin: 0;
	padding: 15px 0 0;
	
}

h2 {
	font: "Arial Narrow", Arial;
	font-size: 20px;
	text-align:center;
	margin: 0px 0;
	padding: 0;
	
	
}


.thrColLiqHdr #container { 
	width: 80%;  
	background: #FFF;
	margin: auto; 
	}
	
	
.thrColLiqHdr #header { 
	background: #8b79ab; 
	background-image: url(logo.jpg);
	background-position: top left;
	background-repeat:no-repeat;
	margin: 0;
	vertical-align:top;
	} 

.LeftHeader {
	margin: 0;
	float: right;
	}
	
.intro {
	padding: 2px;
	text-align: center;
	font-size: 11px;
	font-style:italic;
	margin: 0 0 0 0;
	padding: 0px 100px 10px;
	clear: right;
		}

.thrColLiqHdr #header2 { 
	background: #8b79ab;
	background-image: url(background.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0;
	padding: 0 0 10px;
	text-align:center;
	
	} 

.thrColLiqHdr #mainContent { 
	margin: 0  ; 
	padding: 10px 0;
	height: auto;
}

table {
	border-collapse: collapse;
	width: 80%;
		}

th, td{
	border-bottom:#999 thin dash;
	font: Verdana, Geneva, sans-serif;
	font-size:16px;
	text-align:left;
	padding: 2px 10px 10px;
	}
	
th, td span{
	font-weight: bold;
		}


.thrColLiqHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#8b79ab;
} 
.thrColLiqHdr #footer p {
	margin: 0; 
	padding: 10px 0;
	font-size:10px;
}

/* Miscellaneous classes for reuse */
.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 The floated element must precede the element it should be next to on the 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 its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

