/* Eric Meyer's Reset CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
}
ol, ul {
	list-style:none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*HEX COLORS
color:#007254; green
color:#d2232a; red
*/


/**********************/
/* BEGIN MAIN STYLING */
/**********************/

h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:33px;
	line-height:34px;
	font-weight:normal;
	color:#000;
	text-align:center;
	margin:12px 0 12px 0;
	}
	
h2, #column_right #copy_right #conclusions h2 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:120%;
	font-weight:bold;
	color:#007254;/*green*/
	text-align:left;
	padding:18px 0 5px 0;
	}
	
p, #column_right #copy_right #conclusions p, p.indent {
	font-family:"Times New Roman", Times, seriff;
	font-size:12px;
	line-height:120%;
	font-weight:normal;
	color:#000;
	text-align:justify;
	
	}

p.indent {
	text-indent:15pt;
	}

#content {
	margin:0 auto;
	width:576px;
	}

/*Left Column*/
#column_left {
	width:288px;
	border-right:1px solid #d2232a;/*red*/
	float:left;
	clear:none;
	}

#copy_left {	
	margin:0 13px 0 50px;
	width:224px;
	}

#photo_left {
	margin:5px 8px 8px 0;
	float:left;
	clear:none;
	}

/*Right column*/
#column_right {
	width:287px;
	float:right;
	clear:none;
	}
#copy_right {
	margin:0 37px 0 13px;
	width:236px;
	}

#conclusions {
	margin:15px 0 0 0;
	width:229px;
	background-image:url(../images/butteryspread.jpg);
	background-repeat:no-repeat;
	vertical-align:top;
	}

#button {
	margin:8px auto;
	background:url(../images/bg_btn.gif) no-repeat 0 0;
	width:229px;
	height:45px;
	text-align:center;
	}

#button a, #button a h3 {
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	line-height:17px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	text-align:center;
	}

#button a:hover h3 {
	text-decoration:underline;
	}

sup {	
	font-size:70%;
	vertical-align:top;
	}

.text_enlarge, .text_enlarge a {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333;
	text-align:center;
	text-decoration:none;
	}

.text_enlarge a:hover {
	text-decoration:underline;
	}

/*Footer*/
#footer {
	margin:0 auto;
	padding:12px 0;
	width:576px;
	text-align:center;
	clear:both;
	}

.privacy, .privacy a {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#939598;/*light grey*/
	text-align:center;
	text-decoration:none;
	}

.privacy a:hover {
	text-decoration:underline;
	}

/*PopUp Close Window Button*/
.closewindow {
	margin:0 auto;
	width:400px;
	text-align:center;
	}

.closewindow a {
	padding-top:5px;
	height:14px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333;
	text-decoration:none;
	}

.closewindow a:hover {
	text-decoration:underline;
	}