body {
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background: #EFF0DE;
}
.thrColAbsHdr #container { 
	background: #EFF0DE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: relative; 
	width: 844px;  
	margin: 0 auto; 
	text-align: left; 
} 

/* ////////// Layout ////////// */


.thrColAbsHdr #header { 
	height: 525px; 
	background: #eff0de;
	padding: 0 0px 0 0px; 
} 
.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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColAbsHdr #sidebar1 {
	min-height:200px;
	position: absolute;
	top: 525px;
	left: 0;
	width: 269px; /* 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 0px 0px 0px; /* padding keeps the content of the div away from the edges */
	color:#636363;
	font-size: 12px;
}
.thrColAbsHdr #sidebar2 {
	min-height:200px;
	position: absolute;
	top: 525px;
	right: 0;
	width: 348px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color:#636363;
	font-size:12px;
}

.thrColAbsHdr #mainContent {
	min-height:200px;
	margin-top: 0;
	margin-right: 348px;
	margin-bottom: 0;
	margin-left: 269px;
	width: 227px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color:#333333;
	font-size:12px;
}


.thrColAbsHdr #footer, .twoColFixRtHdr #footer {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	color:#666666;
	}
.thrColAbsHdr #footer a, .twoColFixRtHdr #footer a{
	color:#bc2026;
	text-decoration:none;
	}
.thrColAbsHdr #footer strong, .twoColFixRtHdr #footer strong{
	color:#333333;
	font-weight:normal;
	}
	
	
.thrColAbsHdr #footer p, .twoColFixRtHdr #footer p {
	margin: 0; 
	padding: 10px 0; 
	font-size:10px;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}



/* ////////// Content ////////// */

.thrColAbsHdr #sidebar1content {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #404040;
	border-right-color: #404040;
	border-bottom-color: #404040;
	border-left-color: #404040;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	height: 225px;
}
.thrColAbsHdr #sidebar2content {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #404040;
	border-right-color: #404040;
	border-bottom-color: #404040;
	border-left-color: #404040;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 5px;
	height: 225px;
}
.thrColAbsHdr #mainContentcontent {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #404040;
	border-right-color: #404040;
	border-bottom-color: #404040;
	border-left-color: #404040;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	height: 225px;
	}
	
.thrColAbsHdr #sidebar2 p, .thrColAbsHdr #sidebar1 p, .thrColAbsHdr #mainContent p {
	padding-left:16px;
	}
.thrColAbsHdr #sidebar2 p {
	font-size:10px;
	line-height:14px;	
	}
.thrColAbsHdr #sidebar2 a, .thrColAbsHdr #sidebar1 a, .thrColAbsHdr #mainContent a {
	color:#bc2026;
	text-decoration:none;
	
	}
.thrColAbsHdr #sidebar1 strong { 
	color:#bc2026;
	}	
.thrColAbsHdr #sidebar2 strong { 
	}
.thrColAbsHdr #mainContent strong {
	}
.thrColAbsHdr #sidebar2 h2, .thrColAbsHdr #sidebar1 h2, .thrColAbsHdr #mainContent h2 {
	color:#990000;
	padding-left:20px;
	padding-bottom:0px;
	margin-bottom:-5px;
	background-image: url(../images/arrow_bullet.gif);
	background-repeat: no-repeat;
	background-position: left top;	
	
	}	
