/*CSS Document*/
.noPrint
{
	display: none;
}
#footer
{
	display: none;
}
#leftColumn
{
	display: none;
}
#rightColumn
{
	display: none;
}
#middleColumn
{
	float: none;
	width: 500px;

}
/*****Expandable Coupons******
***Curved corner sections for Right and Left Sides*****/
.couponwrap
{
	width: 485px;
}
.coupontop, .couponbottom
{
	display: none;
}
.couponbox
{
	float: left;
/*Your width is 200px minus 20px for your left and right padding totally to 180px*/
	width: 480px;
/*the url to your text background*/
	padding: 0 0px 0 0.5em;
	background-color: #E6FAFA;
	border: 1px dashed #999;
}
/********Coupons**********
Coupon Text*/
.boldcoupontext
{
	font-weight: bold;
	color: #33725B;
	text-align: left;
	display: block;
	width: auto;
	display: block;
	font-size: 1.5em;
	font-family: Arial;
}
.boldcoupontext2
{
	font-weight: bold;
	color: #95459A;
	text-align: left;
	display: block;
	width: auto;
	display: block;
	font-size: 1.5em;
}
.boldcoupontextsms
{
	font-weight: bold;
	color: #33725B;
	text-align: left;
	display: block;
	width: 480px;
	display: block;
	font-size: 2em;
}
.couponsmalltext
{
	color: #33725B;
	font-weight: normal;
	line-height: 0.95em;
	width: auto;
	display: block;
	padding-bottom: 0.5em;
	font-size: 1em;
	padding-top: 0.5em;
	font-family: Arial;
}
.couponsmalltext2
{
	color: #33725B;
	font-weight: normal;
	line-height: 1.25em;
	width: auto;
	display: block;
	padding-bottom: 1em;
	font-size: 1em;
	padding-top: 0.5em;
}
.couponextrasmalltext
{
	color: #33725B;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 0.95em;
	width: 580px;
	display: block;
	font-size: 2em;
}
.couponboxcompany
{
	float: left;
/*Your width is 200px minus 20px for your left and right padding totally to 180px*/
	width: auto;
/*the url to your text background*/
	padding: 5px 0px 0 5px;
}

