#threeColHeader {
	COLOR: #000;
	margin-bottom: 10px;
}
#threeColSidebarL {
	FLOAT: left;
	WIDTH: 148px;
	COLOR: #000;
}
#threeColSidebarL .box {
	width: 148px;
}
#threeColSidebarR {
	Z-INDEX: 3;
	right: 5px;
	WIDTH: 145px;
	COLOR: #000;
	Padding: 0px;
	POSITION: absolute;
	TOP: 65px
}
#threeColSidebarR .sideBox {
	width: 145px;
}
#threeColContent {
	MARGIN: 0px 155px 0px 155px;
	COLOR: #000;
	text-align: center;
<!--[if IE]>
	position:relative;
	height: 100%;
<![endif]-->
}
#threeColFooter {
	CLEAR: both;
	padding: 2px 0px 0px 0px;
	FONT-SIZE: 11px;
	margin-top: 10px;
/*	BORDER-TOP: #006 1px solid;
	MARGIN: 10px; */
	COLOR: #006;
	TEXT-ALIGN: center;
}


/***  Print Styles  ***/

@media print {
	#threeColContent { margin: 0px; padding: 0px; border: 0px }
	#threeColHeader, #threeColSidebarL, #threeColSidebarR, #threeColFooter {display:none;}
}