/* CSS Document */
	.holderDiv{
		min-width:240px;
		padding-bottom:10px;
		padding-left:5px;
		padding-right:5px;
	}
	* html .holderDiv{
		
		width:240px;
	}
	.content {
		margin:0px; padding-top:0px;
	}
	.heading {
		font-family: Arial, Helvetica, sans-serif;;
		padding:7px 0 12px 10px;
		margin: 0;
		color:#FFFFFF; 
		font-size: 15px;
		line-height:20px; 
		font-weight:bold;
	}
	.pdivcontent {
		margin:0; 
		padding-top: 0;
		padding-right:0.5em;
		padding-left: 0.5em;
		padding-bottom: .5em;
	}
	.top-red { background: url(/images/red-top-slice.jpg) repeat-x top;  background-color:#FFFFFF;}
	.top-right-red { background: url(/images/red-top-right.gif) no-repeat top right; }
	.top-left-red { background: url(/images/red-top-left.jpg) no-repeat top left ; }
/*	.top-green { background: url(/images/green-top-slice.jpg) repeat-x top;  background-color:#FFFFFF;}
	.top-right-green { background: url(/images/green-top-right.gif) no-repeat top right; }
	.top-left-green { background: url(/images/green-top-left.jpg) no-repeat top left ; }
	.top-blue { background: url(/images/blue-top-slice.jpg) repeat-x top;  background-color:#FFFFFF;}
	.top-right-blue { background: url(/images/blue-top-right.gif) no-repeat top right; }
	.top-left-blue { background: url(/images/blue-top-left.jpg) no-repeat top left ; }
	.top-copper { background: url(/images/copper-top-slice.jpg) repeat-x top;  background-color:#FFFFFF;}
	.top-right-copper { background: url(/images/copper-top-right.gif) no-repeat top right; }
	.top-left-copper { background: url(/images/copper-top-left.jpg) no-repeat top left ; }
	.top-gold { background: url(/images/gold-top-slice.jpg) repeat-x top;  background-color:#FFFFFF;}
	.top-right-gold { background: url(/images/gold-top-right.gif) no-repeat top right; }
	.top-left-gold { background: url(/images/gold-top-left.jpg) no-repeat top left ; }*/
	.top-mint { background: url(/images/topbar-repeat-mint.gif) repeat-x top;  background-color:#FFFFFF;}
	.top-right-mint { background: url(/images/topbar-right-mint.gif) no-repeat top right; }
	.top-left-mint { background: url(/images/topbar-left-mint.gif) no-repeat top left ; }
	.top-green { background: url(/images/topbar-repeat-green.gif) repeat-x top;  background-color:#FFFFFF;}
	.top-right-green { background: url(/images/topbar-right-green.gif) no-repeat top right; }
	.top-left-green { background: url(/images/topbar-left-green.gif) no-repeat top left ; }
	.top-blue { background: url(/images/topbar-repeat-blue.gif) repeat-x top;  background-color:#FFFFFF;}
	.top-right-blue { background: url(/images/topbar-right-blue.gif) no-repeat top right; }
	.top-left-blue { background: url(/images/topbar-left-blue.gif) no-repeat top left ; }
	.top-grey { background: url(/images/topbar-repeat-grey.gif) repeat-x top;  background-color:#FFFFFF;}
	.top-right-grey { background: url(/images/topbar-right-grey.gif) no-repeat top right; }
	.top-left-grey { background: url(/images/topbar-left-grey.gif) no-repeat top left ; }
	.top-yellow { background: url(/images/topbar-repeat-yellow.gif) repeat-x top;  background-color:#FFFFFF;}
	.top-right-yellow { background: url(/images/topbar-right-yellow.gif) no-repeat top right; }
	.top-left-yellow { background: url(/images/topbar-left-yellow.gif) no-repeat top left ; }
	.top-orange { background: url(/images/topbar-repeat-orange.gif) repeat-x top;  background-color:#FFFFFF;}
	.top-right-orange { background: url(/images/topbar-right-orange.gif) no-repeat top right; }
	.top-left-orange { background: url(/images/topbar-left-orange.gif) no-repeat top left ; }
	.right-border { background: url(/images/middle-right-slice.gif) repeat-y right; }
	.bottom-border { background: url(/images/bottom-repeat.gif) repeat-x bottom; }
	.left-border { background: url(/images/middle-left-slice.gif) repeat-y left; }
	.bottom-right { background: url(/images/bottom-right.gif) no-repeat bottom right; }
	.bottom-left { background: url(/images/bottom-left.gif) no-repeat bottom left; }
	.innercontent {min-height:1em; height:auto; vertical-align:top; padding-bottom:1em;}
	.m-innercontent {min-height:300px;height:auto; vertical-align:top; border:none;}
	
	* html .innercontent {
	height: 1em;
	}
	* html .m-innercontent {
	height: 500px;
	}