BODY
{
}

.qHold
{
	position: absolute;
	z-index: 80;
	top: 100px;
	left: 250px;
}


.lilacTop, .lemonTop, .greenTop
{

	position: absolute;
	z-index: 99;
	top: 0px;
	left: 0px;
	height: 46px;
	width: 360px;
}

.lilacTop
{
	background-image:url(/graphics/backgrounds/lilacTop.gif);
}

.lemonTop
{
	background-image:url(/graphics/backgrounds/lemonTop.gif);
}

.greenTop
{
	background-image:url(/graphics/backgrounds/greenTop.gif);
}


.lilacBase, .greenBase, .lemonBase
{
	position: absolute;
	z-index: 99;
	top: 146px;
	left: 0px;
	height: 46px;
	width: 360px;
}

.lilacBase
{
	background-image:url(/graphics/backgrounds/lilacBase.gif);
}

.lemonBase
{
	background-image:url(/graphics/backgrounds/lemonBase.gif);
}

.greenBase
{
	background-image:url(/graphics/backgrounds/greenBase.gif);
}

.mQuoteText
{
	position: absolute;
	z-index: 99;
	top: 46px;
	left: 30px;
	height: 100px;
	width: 260px;
	
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom:10px;
	
	font-size:20px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	
	overflow:hidden;
}

.boxOutL, .sandBagL
{
	float:left;
	clear: left;
}

.boxOutR, .sandBagR
{
	float: right;
	clear: right;
}

.boxOutL, .boxOutR
{
	margin-left: 5px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
		
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;

	border: solid 1px #999999;
}

.boxOutTop, .boxOutText
{
	padding-left: 3px;
	padding-right: 0px;
	padding-top: 3px;
	padding-bottom: 3px;	
}

.boxOutTop
{
	color: #000000;
	background : #8fbeff;
	font-weight: bold;
	text-align: center;
}

.boxOutText
{
	color: #000000;
	background : #F4FFBF;
}

LI
{
}

.boxItem
{
	margin-left: -20px;
	margin-bottom: 10px;
}

IMG
{
}

