/* CSS for Real Simple Rewards - M&M's */


/* ===========================================
         CONTENT
==============================================*/

#content h5 {
	margin-top: 0;
	margin-bottom: 8px;
	}
	
#content .boxContent {
	padding: 42px 0 44px 27px;
	}

#content .col {
	padding-top: 0;
	}

#content .col p {
	margin: 0;
	color: #231f20;
	}

#content .col a {
	font-weight: bold;
	color: #66b360;
	}
	

/* ===========================================
         LEFT COL
==============================================*/

#content #leftCol {
	width: 458px;
	border-right: 0;
	}

#content #leftCol h2 {
	margin-bottom: 26px;
	padding-top: 26px;
	_padding-top: 33px; /* IE6 */
	}
	*+html #content #leftCol h2 { padding-top: 33px; /* IE7 */ }

#content #leftCol p {
	margin-bottom: 44px;
	font-size: 1.2em;
	line-height: 1.5em;
	}

/* ===========================================
         RIGHT COL
==============================================*/

#content #rightCol {
	width: 322px;
	margin-left: 20px;
	padding: 0 0 10px 32px;
	border-right: none;
	border-left: 1px solid #bcbdc0;
	}

#content #rightCol h3 {
	margin: 0 auto 28px 0;
	}

#content #rightCol p {
	margin-bottom: 1em;
	font-size: 1.2em;
	line-height: 1.5em;
	}

#content #rightCol strong {
	color: #66b360;
	}

#content #rightCol .footnote {
	margin-top: 44px;
	font-size: 1em;
	line-height: 1.3em;
	}	

	
	
	
