BODY
{
	margin: 0;
	/*overflow: scroll;*/
}
.CMS
{
	/*[disabled]width:380px;*/ /*[e]380px*/
}
.CMS, .CMS TD
{
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	line-height: 1.2em;
	color: #333;
	background-color: #FFF !important; /*[e]#FFF*/
}
/*Anchor*/
.CMS A
{
	text-decoration: none; font-family:Arial; font-size:13px; color:#3b4d55;}
	A:hover {text-decoration: underline;}
	A {line-height:18px}

}
.CMS A.more
{
	text-transform: uppercase;
	font-weight: bold;
}
.CMS A.offsite
{
	display: inline !important; /*[e]inline*/
	padding-left: 4px;
}
.CMS A:hover
{
	text-decoration: underline;
}
/*Header*/
.CMS H1, .CMS H2, .CMS H3, .CMS H4, .CMS H5, .CMS H6
{
	font-family: Georgia, serif;
	color: #222;
}
.CMS H1
{
	color:#555; 
	font:normal 17.5px Arial, Georgia, serif; 
	margin:0 0 15px 0
}
.CMS H2
{
	color:#555; 
	font:normal 17.5px Arial, Georgia, serif; 
	margin:0 0 15px 0
}
.CMS H3
{
	color:#555; 
	font:normal 17.5px Arial, Georgia, serif; 
	margin:0 0 15px 0
}
.CMS H4
{
	color:#555; 
	font:normal 17.5px Arial, Georgia, serif; 
	margin:0 0 15px 0
}
.CMS H5
{
	color:#555; 
	font:normal 17.5px Arial, Georgia, serif; 
	margin:0 0 15px 0
}

/*Paragraph, Div, Table*/
.CMS P
{
	margin: 0;
	font-family:Arial; 
	font-size:12px; 
	color:#828181;
	line-height: 18px;
}

.centergentext 
{
	font-family:Arial; 
	font-size:12px; 
	color:#828181;
}

.CMS DIV
{
	/*[disabled]background-color:#FFF;*/
}
.CMS TABLE
{
	clear: both;
}
.CMS TD
{
/*don't use vertical align; will overide user setting td valign=...*/
	/*[disabled]vertical-align:top;*/
}
/*Lists*/
.CMS UL, .CMS OL
{
	margin-left: 10px;
	padding-left: 0px;
	color:#828181;
}
.CMS LI
{
	margin-left: 20px;
	padding-left: 0px;
	margin: 0;
	font-family:Arial; 
	font-size:12px; 
	color:#828181;
	line-height: 14px;
}
/*Blockquote*/
.CMS BLOCKQUOTE, .CMS .popThis /*popThis is the "more-box"*/
{
	background-color: #F2F2F2;
/*note: we set margin-bottom: 0 because any other value will not make any difference with IE*/
	margin: 15px 10px 0px;
	padding: 8px 12px;
	border: 1px solid #CCC;
	width:90% !important;
}
.CMS .dotLine
{
	height: 1px;
	line-height: 0;
	font-size: 0;
	margin: 14px 0 2px;
	background: url(http://www.andrewcohen.org/uimages/dots/h4_gray.gif) repeat-x 0 0;
}
/*images*/
.CMS IMG
{
	border: 0px solid #AAA;
	float: right;
	margin: 0 0 8px 8px;
}
.CMS IMG.left
{
	float: left;
	margin: 0 8px 8px 0;
}
.CMS IMG.right
{
	float: right;
	margin: 0 0 8px 8px;
}
.CMS IMG.imgNoBorder
{
	border: none !important; /*[e]none*/
}
.CMS IMG.normal
{
	border: none !important; /*[e]none*/
	float: none !important; /*[e]none*/
	margin: 0;
}
.CMS IMG.sideIcon
{
	margin: 5px 0 0 -27px;
	float: left;
	display: inline;
}
.CMS A.offsite IMG
{
	border: none !important; /*[e]none*/
	float: none !important; /*[e]none*/
	margin: 0 !important; /*[e]0*/
}
.CMS IMG.vSpacer
{
	float: none !important; /*[e]none*/
	clear: both !important; /*[e]both*/
	border: none !important; /*[e]none*/
	margin: 0 !important; /*[e]0*/
	padding: 0 !important; /*[e]0*/
	background-repeat: repeat;
	background-position: top;
	background-image: url(http://www.enlightennext.org/cms/img/_dotline.gif);
}
/*General classes*/
.CMS .date
{
	color: #999;
}
.CMS .hilite
{
	background-color: #FFFFCC;
	/*[disabled]padding:5px;*/
}
.CMS .litefont
{
	color: #777;
}
.CMS .verticalLine
{
	border-left: 1px solid #999;
	padding-left: 7px;
	margin: 10px 0 20px 10px;
}
