.divMain
{
	margin: auto;
	width: 960px;
	min-width: 960px;
	text-align: left;
}
.divMainHeader
{
	width: 99.9%;
	height: 60px;
	position: relative;
	background-image: url(  "../images/Header/header_bg.jpg" );
	background-repeat: repeat-x;
	overflow: hidden;
}
.divMainHeader a
{
	color: #7b7b6c;
	text-decoration: none;
}
.divMainHeader a:hover
{
	text-decoration: underline;
	color: #6AAD29;
}

.divMainHeader a:active
{
	text-decoration: none;
	color: #ed912a;
}
.divMainHeaderLogo
{
	margin-left: 15px;
	margin-top: 2px;
	position: relative;
	float: left;
	cursor: pointer;
	height: 50px;
}
.divMainHeaderLinks
{
	position: relative;
	float: right;
	width: auto;
	height: auto;
	cursor: pointer;
	margin-top: 5px;
	color: #7a7b6b;
	font-size: 11px;
}
.divMainHeaderLinks img
{
	margin-right: 5px;
	height: 9px;
}
.divMainManu
{
	width: 99.9%;
	height: 30px;
	
}

.divMainContent
{
	width: 100%;
	min-height: 400px;
	position:relative !important;
}
.divMainContent a
{
	color: #3eaa07;
	text-decoration: none;
}
.divMainContent a:hover
{
	text-decoration: underline;
	color: #3eaa07;
}
.divMainContent a:active
{
	text-decoration: none;
	color: #ed912a;
}
.divHomeEventsContent a
{
	color: #6D6E71;
	text-decoration: none;
}
.divHomeEventsContent a:hover
{
	color: #6D6E71;
	text-decoration: underline;
}
.divHomeEventsMore
{
	text-align: right;
}
.divHomeEventsMore a
{
	color: #6AAD29;
	text-decoration: none;
}
.divHomeEventsMore a:hover
{
	color: #6AAD29;
	text-decoration: underline;
}
.divMainFooter
{
	width: 960px;
	height: 55px;
	border-top: solid 2px #e1e1e1;
	background-image: url(   "../images/footer/footer_bg030609.jpg" );
	background-repeat: repeat-x;
	background-position:bottom;
	color: #9e9e9e;
	padding-top: 8px;
	margin:auto;
	text-align:left;	
}
.divMainFooter a
{
	color: #7b7b6c;
    /*color:#6AAD29;*/
	text-decoration: none;
}
.divMainFooter a:hover
{
	/*color: #7b7b6c;*/
	text-decoration: underline;
	color: #6AAD29;
}
.divMainFooter a:active
{
	text-decoration: none;
	color: #ed912a;
}
.divHomeWhyContent, .divHomeEventsContent, .divHomeStoriesContent
{
	margin-left: 10px;
	margin-right: 10px;
	font-family: Verdana;
	font-size: 11px;
	color: #6d6e71;
}
.BusyIndicator
{
	display: none;
	position: absolute;
	z-index: 9999999;
	background-color: Red;
	left: 5px;
	color: White;
	padding-left: 5px;
	width: 65px;
	height: 20px;
}

.LSBSelectedLink
{
}
.LSBNonSelectedLink
{
}
.mceContentBody
{
	font-family: Verdana;
	font-size: 11px;
}
.divEditResumeLink a
{
	color: #6AAD29;
	text-decoration: none;
}
.divEditResumeLink a:hover
{
	text-decoration: underline;
	color: #6AAD29;
}
.divEditResumeLink a:active
{
	text-decoration: none;
	color: #ed912a;
}
.overlayResumePopUp
{
	display: block;
	z-index: 1001;
	filter: alpha(opacity:50);
	opacity:0.50;
	left: 0px;
	width: 100%;
	position: absolute;
	top: 0px;
	height: 2000px !important;
	background-color: gray;
}
.resumePopUp
{
	display: block;
	z-index: 1002;
	left: 15%;
	margin-bottom: 30px;
	width: 700px;
	position: absolute;
	top: 20px;
	height: auto;
	background-color: #ffffff;
}
#spanForumBack a
{
	color: #ffffff;
	text-decoration: none;
}
#spanForumBack a:hover
{
	text-decoration: underline;
	color: #ffffff;
}