/**** BODY ***/
html, body,
.mce_p .mceText 			{ font:normal 11px/18px "Trebuchet MS"; color:#333; }
/*******/

/**** LINKS ***/
a, 
a:link,
a:active,
a:visited,
a:hover						{ text-decoration:underline; color:#333; }
/*******/

/**** IMAGES ***/
img							{ border:0; }
img.right-align				{ margin: 0 0 20px 20px; float:right; }
img.left-align				{ margin: 0 20px 20px 0; float:left; }
img.center-align			{ margin: 0 auto; float:none; }
/*******/

/**** FORMS ***/
form						{ margin:0; padding:0; }
form .hidden 				{ display:none; }
/*******/

/**** HEADINGS ***/
h1,h2,h3,h4,h5,h6,p			{ margin:0 0 10px 0; padding:0; }
#siteWrap h1,
.mce_h1 .mceText			{ font:normal 36px/40px "Times New Roman", serif; color:#444b9e; }
#siteWrap h2,
.mce_h2 .mceText			{ font:normal 36px/40px "Times New Roman", serif; color:#444b9e; }
#siteWrap h3,
.mce_h3 .mceText			{ font:bold 18px/22px "Trebuchet MS"; color:#60a45a; }
#siteWrap h4,
.mce_h4 .mceText			{ font:bold 11px/18px "Trebuchet MS"; color:#333; }
#siteWrap h5,
.mce_h5 .mceText			{ font:bold 16px/20px "Trebuchet MS"; color:#60a45a; }
#siteWrap h6,
.mce_h6 .mceText			{ font:bold 14px/18px "Trebuchet MS"; color:#60a45a; }

.mceMenu table				{ width:180px; }
/*******/

/**** COMMON - ELEMENTS ***/
.element 					{ clear:both; float:left; display:inline; width:100%; }
/*******/




/**** TWO-COLUMN LAYOUT ELEMENTS ***/
#twoColumnLayout #textWrap .element					{ width:696px; }
#twoColumnLayout #utilityWrap .element				{ width:188px; }
/*******/

/**** ONE-COLUMN LAYOUT ELEMENTS ***/
#oneColumnLayout #textWrap .element					{ width:750px; }
/*******/

/**** EDIT FORMS ***/
#siteWrap .eden_form											{ clear:both; width:100%; }
#siteWrap .element form div fieldset div.field-wrap label		{ color:#666; }
/*******/







