@charset "utf-8";
body  {
	font-family:Hypatia Sans Pro, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #800080;
}

.thrColElsHdr #lpbox {
	float:right;
	clear: both;
}
.thrColElsHdr #logobox {
	float:none;
}

.thrColElsHdr #container { 
	width: 100%; 
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left; 
	
} 
.thrColElsHdr #header {
	background-color: #ffffff;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	height: 82px;
} 
.thrColElsHdr #header h1 {
	margin: 0; /
	padding: 10px 0; 
}


.thrColElsHdr #sidebar1 {
	float: left;
	width: 13em;
	padding: 15px 0;
	background-color: #ffffff;
}
.thrColElsHdr #sidebar2 {
	float: right;
	width: 15em;
	font-size:0.8em;
	background-color: #ffffff;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}
.thrColElsHdr #sidebar1 h3, .thrColElsHdr #sidebar1 p, .thrColElsHdr #sidebar2 p, .thrColElsHdr #sidebar2 h3 {
	margin-left: 10px;
	margin-right: 10px;
}


.thrColElsHdr #mainContent {
	margin: 40px 14em 0 14em;
	font-size: 1em;
}

.resizebox {
	font-size:1.2em;
}
 
.thrColElsHdr #footer {
	padding: 0 10px;
	background-color: #ffffff;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
} 
.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
}

#info1 {
	position:absolute;
	top:250px;
	left:600px;
	width:300px;
	background-color:#FFFFFF;
	border:thin solid #999999;
	visibility:hidden;
	padding: 5px;
	font-size:0.8em;
}

#info2 {
	position:absolute;
	top:250px;
	left:600px;
	width:300px;
	background-color:#FFFFFF;
	border:thin solid #999999;
	visibility:hidden;
	padding: 5px;
	font-size:0.8em;
}

#info3 {
	position:absolute;
	top:250px;
	left:600px;
	width:300px;
	background-color:#FFFFFF;
	border:thin solid #999999;
	visibility:hidden;
	padding: 5px;
	font-size:0.8em;
}

#info4 {
	position:absolute;
	top:250px;
	left:600px;
	width:300px;
	background-color:#FFFFFF;
	border:thin solid #999999;
	visibility:hidden;
	padding: 5px;
	font-size:0.8em;
}