.thrColAbsHdr #overallContainer  {
	background: #FFFFFF;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;

}
.thrColAbsHdr #overallContainer {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this overallContainer */
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 768px;
	margin: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Geneva, Verdana, Helvetica;
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	color: #333333;
	line-height: 1.5em;
} 



.thrColAbsHdr #logoHeader {
	position: absolute;
	top: 0px;
	height: 72px;
	height: 72px;
	left: 0px;
	padding-top: 20px;
	padding-left: 27px;
}
.thrColAbsHdr #imageBox {
	position: absolute;
	background-color:#FFFFFF;
	top: 59px;
	left: 220px;
	padding: 0px;
	z-index: 0;
}

.thrColAbsHdr #menuBox {
	position: absolute;
	top: 100px;
	left: 30px;
	width: 200px; /* 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 */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	margin: 0px;
	z-index: 1;
	letter-spacing: 1px;
}
.thrColAbsHdr #captionBox {
	position: absolute;
	top: 600px;
	left: 260px;
	width: 315px;
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	z-index: 2;
} 

a:link {
	text-decoration: none;
	color: #333333;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #00CC66;
}
a:active {
	text-decoration: none;
	color: #00CC66;
	outline: none;
}
a:focus {
	-moz-outline-style: none;
}
.copyright {
	color: #999999;
}

