@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;
	background-color: #999;
} 
a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
a:link {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
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: 55px;
	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: 30px;
	border-left: 2px solid #FFF;
	margin: 0px;
	padding: 0px;
}
#box {
	float: left;
	margin-top: 25px;
	height: 30px;
	width: 686px;
	background: #999;
	color: #09C;
}
.thrColFixHdr #container #header #box #ProjectType {
	float: left;
	margin-top: 10px;
}

#menu {
	background: #333;
	float: right;
	height: 14px;
	margin-top: 10px;
	width: 285px;
	color: #FFF;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	font: bold 9px Arial, Helvetica, sans-serif;
	text-align: center;
	display: block;
	padding-top: 4px;
}
.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: #999;
	height: 399px;
	margin: 0px;
	padding: 0px;
	background-color: #999;
}
#Image {
	background: #999;
	height: 314px;
	width: 400px;
	float: left;
	margin: 0px;
	padding: 0px;
	background-color: #999;
}

.thrColFixHdr #container #sidebar1 #Image img {
	background: #060;
	width: 399px;
	border-top: #FFF;
	border-bottom: #FFF;
	border-left: 1px solid #FFF;
	border-right-color: #FFF;
	background-color: #999;
}



#Content {
	height: 265px;
	width: 285px;
	float: right;
	margin: 0px;
	padding: 0px;
	overflow: visible;
	border-top: 2px none #FFF;
	border-right: 0px none #FFF;
	border-bottom: 2px none #FFF;
	border-left: 1px none #FFF;
	background-color: #999;
}
.thrColFixHdr #container #sidebar1 #Content #Rollover {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-right-style: none;
	background: #666;
	background-color: #999;
}
#FlashID2 {
	border-top: 2px solid #FFF;
	border-right: none #FFF;
	border-bottom: 2px solid #FFF;
	border-left: 1px solid #FFF;
	background-color: #999;
}


#graybox {
	float: left;
	width: 686px;
	height: 87px;
	background: #666;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
#MainPages {
	background: #333;
	float: right;
	width: 269px;
	height: 16px;
	color: #FFF;
	padding-left: 8px;
	padding-right: 8px;
	text-align: center;
	padding-top: 4px;
	font: bold 9px Arial, Helvetica, sans-serif;
}
.thrColFixHdr #container #sidebar1 #graybox img {
	float: left;
}



.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: 401px;
	color: #FFF;
	background-color: #57004F;
}

.thrColFixHdr #footer {
	background:#000;
	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: #069;
	font-weight: bold;
}
