BODY
{
	font: 1em Verdana;
	background: #880088;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #B8A8C7;
}
A
{
	color: #B7A7C6;
}
.thrColHybHdr #container
{
	width: 100%;
	/*[disabled]background:#490080;*/
	text-align: left;
	/*[disabled]border:0px solid #000000;*/
}
.thrColHybHdr #header
{
}
#banner
{
	background: #48007F;
	padding: 0px 10px;
	border-bottom: 2px solid #41014C;
	border-right: 2px solid #40004B;
	border-left: 2px solid #9764CA;
	border-top: 2px solid #9764CA;
}
#header
{
	border: 7px solid #880088;
	/*[empty]background-color:;*/
}
.thrColHybHdr #header H1
{
	margin: 0;
/*zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse*/
	padding: 10px 0;
/*using padding instead of margin will allow you to keep the element away from the edges of the div*/
}
.thrColHybHdr #sidebar1
{
	float: left;
	width: 122px;
	background-color: #890089;
	color: #890089;
}
.thrColHybHdr #sidebar2
{
	float: right;
	width: 165px;
	background: #490080;
	/*[disabled]padding:0px;*/
	/*[disabled]margin:0;*/
	border-right: 7px solid #880088;
}
.thrColHybHdr #sidebar2 IMG
{
	border: 0px solid #000000;
}
.thrColHybHdr .side2-cont
{
	text-align: center;
	border-top: 2px solid #9764CA;
	border-right: 2px solid #42024D;
	border-bottom: 2px solid #42024D;
	border-left: 2px solid #9764CA;
}
.thrColHybHdr #sidebar1 H3, .thrColHybHdr #sidebar1 P, .thrColHybHdr #sidebar2 P, .thrColHybHdr #sidebar2 H3
{
	/*[disabled]margin-left:32px;*/
	/*[disabled]margin-right:10px;*/
	text-align: center;
	margin-top: 17px;
}
.thrColHybHdr #mainContent
{
	margin: 0px 172px 0;
	padding: 0px 7px 7px;
	font-size: 12px;
	border-color: #1EEA32;
	background-color: #890089;
}
.thrColHybHdr #congiunction
{
	height: 9px;
	background-color: #8B008B;
	/*[disabled]border-top:1px solid #9DA199;*/
}
.thrColHybHdr #footer
{
	background: #490080;
	border: 7px solid #880088;
	text-align: center;
}
.thrColHybHdr .footer-cont
{
	border-top: 2px solid #9764CA;
	border-right: 2px solid #42024D;
	border-bottom: 2px solid #42024D;
	border-left: 2px solid #9764CA;
	font-size: small;
}
.thrColHybHdr #footer P
{
	margin: 0;
/*zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs*/
	padding: 10px 0;
/*padding on this element will create space, just as the the margin would have, without the margin collapse issue*/
}
.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;
}
#stat
{
}
#xlnk
{
}
.no-border
{
	border: 0px solid #000000;
}
.blue-border
{
	border-top: 2px solid #9764CA;
	border-right: 2px solid #42024D;
	border-bottom: 2px solid #42024D;
	border-left: 2px solid #9764CA;
}

