@charset "utf-8";
body  {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

.thrColElsHdr #lpbox {
	display:none;
}
.thrColElsHdr #logobox {
	float:none;
}

.thrColElsHdr #container { 
	width: 100%; 
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left; 
	
} 
.thrColElsHdr #header {
	display:none;
} 
.thrColElsHdr #header h1 {
	margin: 0; /
	padding: 10px 0; 
}


.thrColElsHdr #sidebar1 {
	display:none;
}
.thrColElsHdr #sidebar2 {
	display:none;
}
.thrColElsHdr #sidebar1 h3, .thrColElsHdr #sidebar1 p, .thrColElsHdr #sidebar2 p, .thrColElsHdr #sidebar2 h3 {
	display:none;
}


.thrColElsHdr #mainContent {
	margin: 10px;
	font-size: 12pt;
}

.resizebox {
	font-size:12px;
}
 
.thrColElsHdr #footer {
	display:none;
} 
.thrColElsHdr #footer p {
	margin: 0; 
	padding: 10px 0; 
	font-size: 0.7em;
	text-align:center;
}


.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;
}
.welcome {
	color: #00a5d7;
	font-size: 22pt;
}
.blueheader {
	color: #00a5d7;
}
.redtext {color: #FF0000}
.headertxt {
	font-size: 28pt
}
.goldtext {
	color: #FF6600
}

