@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: 90%;
}
.thrColFixHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #999;
	margin: 5% auto 0; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	overflow: hidden;
} 
a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
a:link {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
.a strong {
	color: #000;
}

a:hover {
	color: #57004F;
	font-weight: bolder;
}

.thrColFixHdr #header {
	background: #000;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 169px;
	margin: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
} 
#box {
	float: left;
	margin-top: 25px;
	height: 144px;
	width: 686px;
	background: #666 url(../Images/Background1A.jpg);
	color: #039;
}
#topblack {
	float: right;
	width: 92px;
	background: #000;
	height: 25px;
	border-left: 2px solid #FFF;
}
#topright {
	background: #57004F;
	float: right;
	width: 92px;
	height: 144px;
	border-left: 2px solid #FFF;
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 686px;
	height: 285px;
	margin: 0px;
	padding: 0px;
	background: #666;
}


.thrColFixHdr #container #sidebar1 #Image .fltrt {
	border: 2px solid #000;
	height: 196px;
	background: #333;
}

#Content {
	background: #CCC;
	height: 197px;
	width: 274px;
	float: right;
	margin: 0px;
	padding: 3px 5px 0px;
	overflow: visible;
	font-size: 11px;
	color: #000;
}
.thrColFixHdr #container #sidebar1 #Content {
	font: 11px Arial, Helvetica, sans-serif;
	color: #000;
}
#graybox {
	float: left;
	width: 686px;
	height: 87px;
	background: #666 url(../Images/Background4A.jpg);
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
#Image {
	background: #666 url(../Images/Background3A.jpg);
	height: 200px;
	width: 401px;
	float: left;
}
#MainPages {
	background: #333;
	float: right;
	width: 269px;
	height: 17px;
	color: #FFF;
	padding-left: 8px;
	padding-right: 8px;
	text-align: center;
	padding-top: 3px;
	font: bold 9px Arial, Helvetica, sans-serif;
}


.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 92px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: url(../Images/color.jpg) repeat;
	border-left: 2px solid #FFF;
	height: 287px;
	color: #FFF;
	background-color: #57004F;
}

.thrColFixHdr #footer {
	background:#000 url(../Images/Background5.jpg);
	padding: 0;
	height: 49px;
	clear: both;
} 
#Homepage {
	float: right;
	width: 92px;
	border-left: 2px solid #FFF;
	background: #000;
	height: 49px;
}

.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;
}
.BOLD {
	font-weight: bold;
}
.a {
	font-size: 12px;
	color: #C3C;
	font-weight: bold;
}
.thrColFixHdr #container #sidebar1 #graybox #TEXT {
	float: left;
}
.thrColFixHdr #container #sidebar1 #Content {
	text-align: left;
	font-size: 10px;
}
.thrColFixHdr #container #sidebar1 #Content .thrColFixHdr a {
	color: #77006B;
	font: 11px Arial, Helvetica, sans-serif;
}
.thrColFixHdr #container #sidebar1 #Content .thrColFixHdr {
	font-size: 11px;
}
.thrColFixHdr #container #sidebar1 #Content p {
	font-size: 11px;
	line-height: 15px;
}
