.mcm_template {  /* applies to BODY tag of page */
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	color: #663300;
}
.mcm_template td {  /* MUST SPECIFY to override tinyMCE styles  */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.mcm_template pre {  /* MUST SPECIFY to override tinyMCE styles  */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* Universal paragraph styles that apply throughout the page */
p, td, li {
	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; }


/* Classes for elements that contain editiable areas----might not make a difference */
.maintable {
	background-color:#C1E79C;
	margin-top:15px;
	border: solid 2px;
	border-top-color:#FFFFCC;
	border-left-color:#CCCC99;
	border-bottom-color:#666633;
	border-right-color:#333300;
}

/*  Classes that correspond directly with editable areas */
.action {
	line-height: 18px;
	font-size: 12px;
	font-style: italic;
	text-align: left;
	padding:20px;
	padding-top:5px;
}
.action img {
	border: solid 1px;
	border-top-color:#FFFFCC;
	border-left-color:#FFFFCC;
	border-bottom-color:#669933;
	border-right-color:#669933;
}
.quote {
	vertical-align: bottom;
	line-height: 18px;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	padding:20px;
}
.credit {
	text-align: right;
	font-size: 10px;
	font-weight: normal;
}

/* Content Area */

.content {
	background-color:#FFFFFF;
	border: solid 2px;
	border-top-color:#99CC66;  /*FFFFCC*/
	border-left-color:#99CC66;  /*CCCC99*/
	border-bottom-color:#FFFFCC;  /*666633*/
	border-right-color:#FFFFCC;  /*333300*/
	padding:15px;
}
.content a:link { color: #669933;   text-decoration:underline;}
.content a:visited { color: #669933;   text-decoration:underline;}
.content a:hover { color: #99CC66;  text-decoration:underline;}

.content P {
	margin-left:20px;
}



/*  Classes and IDs completely outside the editable areas  */

/* Background regions */
.rightregion {
	width: 50%;
	background-color: #679252;
}
.leftregion {
	width: 50%;
	background-color: #679252;
}
.centerregion {
	/*background-image: url('images/gradl2dD.jpg');*/
	background-color: #679252;
	
}
.nav    { 
	vertical-align: middle; 
	font-size: 10px;
}
.nav a:link { color: #669933; text-decoration:none; font-size: 10px;}
.nav a:visited { color: #669933; text-decoration:none; font-size: 10px;}
.nav a:hover { color: #336600;  text-decoration:underline;font-size: 10px;}

.footer {
	font-size:10px;
	vertical-align: middle;
	text-align: right;
	line-height: 200%;
	padding: 10px;
	}
.footer a, .footer a:visited { color: #666633; }


