@charset "UTF-8";
/* CSS Document */


.noPrint {

display: none;

}
body{
	background-color:#FFF;
	font-size:24px;}
#footer{
	display: none;}

#leftColumn{
	display: none;}
#rightColumn{float: left; width:300px;}
#middleColumn{display:none;}

/*****Expandable Coupons*******/
/****Curved corner sections for Right and Left Sides*****/
.couponwrap {
	width:600px;

	}

.coupontop, .couponbottom {
	display: none;
	}
	.couponbottom{
		height:20px;
	}

.coupontop {
	/*url to the top rounded corner*/
	display: none;
 
	}

.couponbox {
	float:left;
	/*Your width is 200px minus 20px for your left and right padding totally to 180px*/
	width:600px;
	/*the url to your text background*/
	padding:0 5px 0 10px;
	background-color:#E6FAFA;
	border: #999 dashed;}
/********Coupons***********/

/*Coupon Text*/

.boldcoupontext{
	font-weight:bold; 
	color: #33725B; 
	text-align: left; 
	display: block; 
	width:580px;
	display:block;
	font-size:3em;
	}
.boldcoupontextsms{
	font-weight:bold; 
	color: #33725B; 
	text-align: left; 
	display: block; 
	width:580px;
	display:block;
	font-size:3em;
	}
	
.couponsmalltext{
	color: #33725B;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	line-height:0.95em;
	width:580px;
	display:block;
	padding-bottom: 1em;
	font-size:3em;
}
.couponextrasmalltext{
	color: #33725B;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	line-height:0.95em;
	width:580px;
	display:block;
	font-size:2em;
}		