/*Settings*/
body,html
{
	margin:0;
	padding:0;
}

a
{
	font: 11px/20px Arial;
	color:#00A33D;
}
a img{
	border:0pt none;
}
.ContentGlobalPadding
{
	/* sets padding for controls */
	padding-bottom:10px;	
}
.selected
{
	/*nav text when on page*/
}
.NavCustomSettings
{
	float:right;
}


/* Custom to EP*/
.MainBottomNav a
{
	text-decoration:none;
	color:#FFFFFF;
	font-family:Arial; 
	font-size:11px;
}
.MainNavItems
{
	
}
.MainNavItems a
{
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	font-family:Arial;
	color:#0060B6;
}
.MainNavItems a:hover
{
	text-decoration: underline;
}
.MainNavItems .selected
{
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	font-family:Arial;
	color:#00A33D;
}

/*Text */
.MemberRegistrationText
{
	font-size:15px;
	font-family:Arial;
	color:#707070;	
}
.MemberLoginText
{
	color:#707070;
	font-family:Arial;
	font-size:15px;
}
.BlogPostTitle
{
	color:#707070;
	font-family:Arial;
	font-size:20px;
}
.BlogPostDateTime
{
	color:#707070;
	font-family:Arial;
	font-size:15px;
}
.NewsTitle
{
	color:#707070;
	font-family:Arial;
	font-size:22px;
}
.NewsDateTime
{
	color:#707070;
	font-family:Arial;
	font-size:15px;
}
.EventFieldContent
{
	color:#707070;
	font-family:Arial;
	font-size:15px;
}
.EventDescription
{
	color:#707070;
	font-family:Arial;
	font-size:15px;
}

.ArrowBullets
{
	list-style-type: none;
}

.ArrowBullets li
{
	background:url(../../EditorImages/bulletBlueArrow.gif) no-repeat 0 2px;
	padding-left:20px;
	color:#000000;
	font:11px/20px Arial;
	margin-bottom:8px;
}
.LeftNavTop
{
	width:210px; 
	background-image:url('../Images/Pages/leftNavTop.jpg'); 
	background-repeat:no-repeat;
}

.LeftNavBottom
{
	width:210px; 
	background-image:url('../Images/Pages/leftNavBottom.jpg'); 
	background-repeat:no-repeat;
}
.LeftNavMiddle
{
	border: 3px solid #FFBF00;
	min-height:150px; 
	height: auto !important; 
	height:150px;
	padding-top:3px;
	padding-bottom:3px;
	width:210px; 
}
.LeftNavMiddle ul li a
{
	color:#0060B6;
	font-weight:bold;
	text-decoration:underline;
}
/* -- old .LeftNavMiddle
{
	background-color:#EAEAEA; 
	min-height:150px; 
	height: auto !important; 
	height:150px; 
	width:210px;
}*/
