		*{
			margin:0;
			padding:0;
			list-style:none;
			border:none;
		}
		
		div.domtab{
			/*padding:0 3em; REMOVED*/
			padding: 0px 0px 0px 0px;
			width:100%;
			font-size:90%;
			/*background:url(../images/white_1x100y.gif) repeat-x bottom; Attempt to fill bottom of panel in IE6
			background:url(../images/red_1x1y.gif) repeat;*/
		}
		ul.domtabs{
			float:left;
			width:100%;
			margin:0 0 0 0;				
		}
		ul.domtabs li{
			float:left;
			padding:0 0 0 0; /*CONTROLS GAP BETWEEN TABS*/
			font-family:Verdana,Arial,Sans-Serif; /*ADDED*/
			font-size:90%; /*ADDED*/
		}
		ul.domtabs a:link,
		ul.domtabs a:visited,
		ul.domtabs a:active,
		ul.domtabs a:hover{
			width:4.77em !important; /*CONTROLS WIDTH OF TABS*/
			width:4.77em; /*CONTROLS WIDTH OF TABS*/
			/*padding:.1em .1em;*/
			padding:4px 4px; /*CONTROLS PADDING AROUND TAB TEXT*/
			display:block;
			/*background:#666666; CHANGED to*/
			background:#999; /*ADDED*/
			color:#000000;
			height:3em;
			font-weight:bold;
			text-decoration:none;
		}
		html>body ul.domtabs a:link,
		html>body ul.domtabs a:visited,
		html>body ul.domtabs a:active,
		html>body ul.domtabs a:hover{
			height:auto;
			min-height:3em;
		}
		ul.domtabs a:hover{
			background:#ffffff;
		}
		div.domtab div{
			clear:both;
			width:auto;
			background:#ff00000;
			color:#666;
			padding:1em 1em;
			border:2px 2px 2px 0px #FFF solid; /*ADDED*/
			background:#ffffff;
			font-size:9px;
			line-height:10px;
			height:189px !important;
			height:40px;
		}
		ul.domtabs li.active a:link,
		ul.domtabs li.active a:visited,
		ul.domtabs li.active a:active,
		ul.domtabs li.active a:hover{
			background:#ffffff;
			color:#666666;
		}
		#domtabprintview{
			float:right;
			padding-right:1em;
			text-align:right;
		}
		#domtabprintview a:link,
		#domtabprintview a:visited,
		#domtabprintview a:active,
		#domtabprintview a:hover{
			color:#fff;
		}
		p{
			margin:0 0 .5em 0;
			line-height:1.3em;
		}
		
		pre{
			font-size:1.2em;
			padding:1em;
		}
		div.domtab div a:link,
		div.domtab div a:visited,
		div.domtab div a:active
		{
			/*color:#fff; REMOVED */
			color:#666;
			display:block;
			/*padding:1em .5em;
			font-weight:bold;
			font-size:1.3em; REMOVED */
		}
		div.domtab div h2 a,
		div.domtab div h2 a:hover,
		div.domtab div h2 a:active
		{
			color:#cfc;/*REPLACED*/
			color:#666;
			display:inline;
			padding:0;
			font-weight:bold;
			font-size:1em;
		}
		
/* other scheme! */
#other{
	font-size:.8em;
	margin-left:.3em;
	width:60em;
	margin-bottom:3em;
	float:left;
}
div#other.domtab div{
	clear:both;
	width:54em;
	/*background:#669;REPLACED*/
	background:#666;
	color:#fff;
	padding:1em 3em;
}
		
#other ul.domtabs a:hover{
	background:#669;
}
div#other ul.domtabs li.active a:link,
div#other ul.domtabs li.active a:visited,
div#other ul.domtabs li.active a:active,
div#other ul.domtabs li.active a:hover{
	background:#669;
	color:#fff;
}
#other div{
	float:left;
}
ul.prevnext{
	float:left;
	width:100%;
}
ul.prevnext li{
	float:left;
	width:49%;
}
ul.prevnext li.next{
	float:right;
	text-align:right;
}



/* STUFF TO COMPLY WITH Global CSS */

.allenHomeBoxTopRightDomtab {
	position: absolute;
	top: 0px;
	z-index: 6;
	height: 290px;
	width: 595px;
	right: 0px;
	background:#666666 !important;
	background: url(../images/allenHomeBoxTopRightDomtabBG.gif) no-repeat bottom;
	border:0px;
	/*background-image: url(../images/HomeTextSplashBG.jpg);*/
	/*background-repeat: no-repeat;*/
	/*background-position: left top;*/
	/*left: 279px;*/
}

.allenHomeBoxTopRightDomtabContent {
	margin:8px; 
	width:579;
	height:500px;
	background-color:#8D8C8C;
}
