body {   /* applies to every editable area in EDIT mode only.  Same as template.css .mcm_template  */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #663300;
}

/* Universal paragraph styles that apply throughout the page, including editable areas */
p, td, li {   /* same as template.css */
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
p {
	/*margin-left:15px;*/
}
li {
	padding-bottom:6px;
	margin-left: 0px;
}
h1, h2, h3 { 
	font-family: Verdana, sans-serif;
	color: #996633; 
	}
h1 { 
	font-size:18px;
	}
h2 { 
	font-size:14px;
	}
h3 {
	font-size:12px;
}


a:link { color: #333300; text-decoration: underline; }
a:visited { color: #333300; text-decoration: underline; }
a:hover   {  color: #669933; text-decoration: underline; }



#content_0 {   /* Repeat background and text styles that apply to this edit area, after inheriting from above */
	background-color:#C1E79C;
	line-height: 18px;
	font-size: 12px;
	font-style: italic;
}

#content_1 {   /* Repeat background and text styles that apply to this edit area, after inheriting from above */
	background-color:#FFFFFF;
}
#content_1 a { color: #669933; text-decoration: none;  }
#content_1 a:visited { color: #669933; text-decoration: none;  }
#content_1 a:hover { color: #336600; text-decoration: underline; }

#content_2 {   /* Repeat background and text styles that apply to this edit area, after inheriting from above */
	background-color:#C1E79C;
	line-height: 18px;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	margin-bottom:0px;
	padding-bottom:0px;
}
.credit {
	margin-top:0px;
	padding-top:0px;
	text-align: right;
	font-size: 10px;
	font-weight: normal;
}

.continue {
	text-align:right;
	font-weight:bold;
}

.side-image {
	border: solid 2px #CCCC99;
	border-right: solid 2px #996633;
	border-bottom: solid 2px #996633;
}
