body {   /* applies to every editable area in EDIT mode only.  Same as template.css .mcm_template  */
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
}

/* Universal paragraph styles that apply throughout the page, including editable areas */
p, td, li {   /* same as template.css */
	font-size:14px;
	font-family:Tahoma, sans-serif;
}
p {
	/*margin-left:15px;*/
}
li {
	padding-bottom:6px;
	margin-left: 0px;
}
h1, h2, h3 { 
	font-family: "Kristen ITC", Georgia, "Times New Roman", serif;
	color: #0033CC; 
	}
h1 {font-size:18px;}
h2 {font-size:14px;}
h3 {font-size:12px;}


a:link { color: #000099 text-decoration: underline; }
a:visited { color: #000099; text-decoration: underline; }
a:hover   {  color: #000066; text-decoration: underline; }



#content_0 {   /* Repeat background and text styles that apply to this edit area, after inheriting from above */
	background-color:#FFFFFF;
	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: #000099; text-decoration: underline;  }
#content_1 a:visited { color: #000099; text-decoration: underline;  }
#content_1 a:hover {
	color: #000066;
	text-decoration: underline;
: 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-right: 2px solid #434889;
	border-bottom: 2px solid #506C9C;
	border-top: 2px solid #D5FED3;
	border-left: 2px solid #B1CAD6;

}
