 
 
body  {
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
.thrColAbsHdr #containercontainer {
	position: relative;
	width: 972px;
	margin: 0 auto;
	border: 0px none #000000;
	text-align: left;
	background-color: #FFFFFF;
} 


.thrColAbsHdr #header {
	height: 85px;  /* 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. */
	padding-top: 2px;
} 
.thrColAbsHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
}
.thrColAbsHdr #Sidebar2 {
	position: absolute;
	top: 103px;
	left: 783px;
	width: 180px;
	z-index: 3;
	height: 687px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	background-color: #FFFFFF;
	right: 0px;
}
.thrColAbsHdr #SideBar {
	position:absolute;
	width:180px;
	height:600px;
	z-index:1;
	left: 0px;
	top: 100px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	background-color: #FFFFFF;
}
.thrColAbsHdr #mainContent {
	margin-top: 0;
	margin-right: 190px;
	margin-bottom: 0px;
	margin-left: 190px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.thrColAbsHdr #footer {
	padding: 0 10px 0 20px;
} 
.thrColAbsHdr #footer p {
	margin: 0; 
	padding: 10px 0; 
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #003399;
	line-height: normal;
	margin-bottom: -9px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	margin-bottom: 3px;
}
 

