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.4em;
	color: #333;
	background-color: #FFF !important; /*[e]#FFF*/
}
/*Anchor*/
#CMS A
{
	text-decoration: none !important; /*[e]none*/
	font-weight: bold;
	color: #338FDE !important; /*[e]#338FDE*/
}
#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
{
	font-size: 24px;
	margin: 22px 0 8px;
	line-height: 28px;
	color: #000;
}
#CMS H2
{
	font-size: 20px;
	margin: 18px 0 8px;
	line-height: 24px;
	color: #000;
}
#CMS H3
{
	font-size: 18px;
	margin: 16px 0 8px;
	line-height: 20px;
	font-style: italic;
	color: #000;
}
#CMS H4
{
	text-transform: uppercase;
	margin: 16px 0 8px;
	font-size: 14px;
	line-height: 16px;
}
#CMS H5
{
	font-size: 14px;
	margin: 16px 0 4px;
	line-height: 16px;
}

/*Paragraph, Div, Table*/
#CMS P
{
	margin: 0;
}
#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;
}
#CMS LI
{
	margin-left: 20px;
	padding-left: 0px;
}
/*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: 1px 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;
}
