@charset "utf-8";
body  {
	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-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #006666;
}
.thrColAbsHdr #container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
}
.thrColAbsHdr #header {
	height: 88px;
	padding: 0;  
	background-image: url(../images/mast.jpg);
	margin: 0px;
} 
.thrColAbsHdr #header h1 {
	margin: 0; 
	padding: 10px 0; 
}
.thrColAbsHdr #sidebar1 {
	position: absolute;
	top: 70px;
	left: 0px;
	width: 220px; 
	padding: 0px; 
	margin: 0px;
	height: 156px;
	background-image: url(../images/logo-b.jpg);
	z-index: 9;
}
.thrColAbsHdr #sidebar2 {
	position: absolute;
	top: 91px;
	right: 0;
	width: 200px; 
	background: #EBEBEB; 
	padding: 15px 10px 15px 20px;
	visibility: hidden;
	z-index: 10;
}
.thrColAbsHdr #sidebar3 {
	position: absolute;
	top: 237px;
	left: 0;
	width: 200px; 
	padding: 15px 10px 15px 20px; 
	z-index: 11;
	background-color: #FFFFFF;
}
.thrColAbsHdr #navbar {
	position: absolute;
	top: 64px;
	left: 221px;
	width: 771px; 
	padding: 0px; 
	height: 24px;
	margin: 0px;
	z-index: 12;
}
.thrColAbsHdr #navbartop {
	position: absolute;
	top: 44px;
	left: 221px;
	width: 771px; 
	padding: 0px; 
	height: 20px;
	margin: 0px;
	z-index: 12;
}
.thrColAbsHdr #mainContent {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	height: auto;
	position: relative;
}
.thrColAbsHdr #footer {
	background:#DDDDDD;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
} 
.thrColAbsHdr #footer p {
	margin: 0; 
	padding: 10px 0; 
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
#newsletterTOC {
	background-color: #DFD9C4;
	position: relative;
	height: auto;
	width: 440px;
	padding: 10px;
	z-index: 8;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#newsletterTOC H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	font-weight: bold;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-color: #FFFFFF;
}
#newsletterTOC H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-color: #FFFFFF;
}
#newsletterTOC p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #FFFFFF;
}
#links {
	position: relative;
	height: auto;
	width: 460px;
	padding: 0px;
	z-index: 7;
	margin: 0px;
}
#announc {
	background-color: #C6E1E0;
	position: absolute;
	height: auto;
	width: 220px;
	left: 480px;
	top: 0px;
	padding: 10px;
	z-index: 6;
}
