@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;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
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;
} 

#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;
}
#box {
	float: left;
	margin-top: 25px;
	height: 144px;
	width: 686px;
	background: #666 url(../Images/Background1.jpg);
	color: #666;
}
#menu {
	background: #333;
	float: right;
	height: 15px;
	margin-top: 125px;
	width: 285px;
	color: #666;
	border-top: 1px solid #000;
	border-bottom: #000;
	border-left: 1px solid #000;
	font: 9px Arial, Helvetica, sans-serif;
	text-align: center;
	display: block;
	padding-top: 3px;
}
.thrColFixHdr #container #header #box img {
	height: 18px;
	width: 398px;
	float: left;
	margin-top: 126px;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 686px; /* 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: #666;
	height: 200px;
	margin: 0px;
	padding: 0px;
}
#Image {
	background: #666 url(../Images/Background3.jpg);
	height: 200px;
	width: 686px;
	background-color: #666;
}


.thrColFixHdr #container #sidebar1 #Image .fltrt {
	border: 2px solid #000;
	height: 196px;
	background: repeat;
}
#graybox {
	float: left;
	width: 500px;
	height: 85px;
	background: #666 url(../Images/Background4.jpg);
	padding: 0px 0px 0px 186px;
	margin: 0px;
	overflow: hidden;
	color: #666;
	font: 12px Arial, Helvetica, sans-serif;
}

#MainPages {
	background: #333;
	float: right;
	width: 269px;
	height: 18px;
	color: #666;
	padding-left: 8px;
	padding-right: 8px;
	text-align: center;
	padding-top: 2px;
	font: x-small 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: 285px;
	color: #57004F;
}
#FlashID {
	border-top: 1px solid #FFF;
	border-right: #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
}


.thrColFixHdr #footer {
	background:url(../Images/Background5.jpg);
	padding: 0;
	height: 49px;
	clear: both;
	background-color: #000;
} 
#Homepage {
	float: right;
	width: 92px;
	border-left: 2px solid #FFF;
	background: #000;
	height: 49px;
}

.thrColFixHdr #footer p {
	margin: 0;
}

.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 {

}
.definition {
	text-align: right;
	padding-left: 185px;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #FFF;
}
