/**** BODY ***/
html, body,
.mce_p .mceText 			{ font:normal 12px/18px "Trebuchet MS", arial, helvetica, sans-serif; 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 30px/34px "Georgia", "Times Roman", serif; color:#333; }
#siteWrap h2,
.mce_h2 .mceText			{ font:normal 24px/28px "Georgia", "Times Roman", serif; color:#06525b; }
#siteWrap h3,
.mce_h3 .mceText			{ font:normal 14px/18px "Georgia", "Times Roman", serif; color:#666; text-transform:uppercase; }
#siteWrap h4,
.mce_h4 .mceText			{ font:normal 14px/18px "Georgia", "Times Roman", serif; color:#06525b; }
#siteWrap h5,
.mce_h5 .mceText			{ font:normal 14px/18px "Trebuchet MS", arial, helvetica, sans-serif; color:#333; }
#siteWrap h6,
.mce_h6 .mceText			{ font:normal 12px/18px "Trebuchet MS", arial, helvetica, sans-serif; color:#06525b; }

.mceMenu table				{ width:180px; }
/*******/

/**** COMMON - ELEMENTS ***/
.element 					{ clear:both; float:left; display:inline; width:100%; }
/*******/


/**** TWO-COLUMN LAYOUT ELEMENTS ***/
#twoColumnLayout #textWrap .element				{ width:500px; }
#twoColumnLayout #utilityWrap .element			{ width:284px; }
/*******/

/**** ONE-COLUMN LAYOUT ELEMENTS ***/
#oneColumnLayout #textWrap .element				{ width:814px; }
/*******/


