@charset "UTF-8";
body  {
	font: 100%  "Lucida Sans Unicode", "Lucida Grande", Trebuchet MS, Verdana, sans-serif, Arial, Helvetica, sans-serif;
	background: #fff;
	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;
}
.thrColAbsHdr #container {
	position: relative; 
	width: 1050px;
	background: #FFFFFF;
	margin: 0 auto;
	border: none;
	text-align: left;
} 
.thrColAbsHdr #top_header { 
	height: 190px;
	background-image: url(top_header.jpg);
	background-repeat: no-repeat;
	background-position: 0 0; 
	padding: 0 0px 0 0px;
} 
.thrColAbsHdr #top_nav { 
	height: 40px;
	width: 1047px;
	overflow: hidden;
	background-color: #ccc;
	padding: 0 0px 0 0px;
	margin-bottom: 1px;
} 
.thrColAbsHdr #header { 
	height: 225px;
	width:  1050px;	
	background-image: url(header_images.jpg);
	background-repeat: no-repeat;
	background-position: 0 0; 
	padding: 0 0px 0 0px;
} 
.thrColAbsHdr #header h1 {
	margin: 0;
	padding: 10px 0;
}

.thrColAbsHdr #sidebar1a h1 {
	font-size: 2em;
	letter-spacing: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	line-height: 1.3em;
}
.thrColAbsHdr #sidebar2 h2 {
	font-size: 2.5em;
	letter-spacing: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.thrColAbsHdr #sidebar1a h5 {
	font-size: 2.5em;
	letter-spacing: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}

.thrColAbsHdr #sidebar2 h4 {
	font-size: 1em;
	letter-spacing: 0px;
	margin-bottom: 0px;
	margin-top: 5px;
}
.thrColAbsHdr #sidebar1 {
	position: absolute;
	top: 718px;
	left: 0;
	width: 600px;
	height:491px;
	background-image: url(lower_info.gif);
	background-repeat: no-repeat;
	padding: 15px 10px 15px 20px;
}
.thrColAbsHdr #sidebar1a {
	position: absolute;
	top: 453px;
	left: 0;
	width: 440px;
	height:264px;
	background-image: url(handshake.jpg);
	background-repeat: no-repeat;
	padding: 10px 10px 15px 190px;
	text-align: justify;
	font-size: .8em;
	line-height: 1.9em;
}

.thrColAbsHdr #sidebar1a h1{
text-align: left;
}

.thrColAbsHdr #sidebar2 {
	position: absolute;
	top: 453px;
	left: 632px;
	width: 395px;
	background: #fff;
	padding: 0px 0px 15px 20px;
}
.thrColAbsHdr #mainContent { 
	margin: 0 255px;
	padding: 0 10px;
}
.thrColAbsHdr #footer {
	margin: 900px auto;
	width:1050px;
	bottom: 0;
	border: none;
	text-align: center;
	font-size: .7em;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
} 
.thrColAbsHdr #footer p {
	margin: 0px 0px;	
	padding: 10px 0;}
	
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
