#LNEC {
	background-color:#000000;
	background-image: url(../images/LNEC_site_bg2.jpg);
	background-repeat: no-repeat;
background-position:top center;
margin-top:0px;
}

#wrapper {
	margin: 0 auto;
	width: 800px;
	background-color: none;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	line-height: 14px;
	
}


#wrapper img, div { behavior: url(iepngfix.htc) }
	



#pageContent {
	width:800px;
	
}
#pageContent a img {
	border: none;
}
#pageContent a {
	text-decoration: underline;
	color: #016da0;
	
}
a: hover {
	text-decoration: underline;
	color: #64c21b;
}

/*======HEADER===================*/
#header {
	width: 800px;
	height: 270px;
	position: relative;
}
#header h1{
	background-repeat: no-repeat;
	text-indent: -5000px;
	height: 222px;
	margin-top: -8px;
}

/*============BODY CONTENT============*/
#content {
	padding: 0 0 20px 0;
	margin-top: -48px;
	float: left;
	background-color: #FFFFFF;
	border-left: 2px solid #00aeef;
	border-right: 2px solid #00aeef;
	border-bottom: 2px solid #00aeef;
	border-top: none;
	
	width: 796px;
	/*height: 547px;*/
	position: relative;
	z-index: 90;
}

/*================ SIDE NAV ==============*/
#content .sideNav,
#homeBanner .sideNav {
	width: 150px;
	height: 547px;
	background-image:  url(../images/sideNav_bg.jpg);
	border: none;
	float: left;
	z-index: 98;


}















#content .banner {
	margin-top: -14px;
}

/*================SUB CONTENT==============*/
#content .subContent {
	margin: -40px 0 0 10px;
	float: left;
	width: 636px;
}
#content .subContent img {
	float: left;
	padding: 10px 10px 10px 0;
}

#content .subContent h2 {
	text-indent: -5000px;
}
#content .subContent h3 {
	color:#034a92;
	font-size: 18px;
	line-height: 20px;
}
#content .subContent h4 {
	color:#3366FF;
	font-size: 16px;
	line-height: 20px;
}
#content .subContent p {
	color:#000;
	font-size: 12px;
	line-height: 20px;
}
#content .subContent .contentCopy {
	float: left;
	padding-right: 10px;
	overflow: inherit;
	
}


/*================ FOOTER ==================*/
#footer {
	padding: 10px;
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
	color: #016da0;
}
#footer .icon {
	padding-left: 5px;
	vertical-align: -5px;
}

/*
==========================================
=========== HOME PAGE ====================*/
#homeBanner {
	margin-top: 50px;
	width: 800px;
	height: 547px;
	border: 2px solid #00aeef;
	background-color: #000000;
}
#homeFlash {
	padding: 0;
	float: right;
	background-color: #000000;
}

#homeBanner .subGroup {
	margin-top: 10px;
	margin-right: 10px;
	float: right;
	width: 200px;
	height: 175px;
	padding: 0;
	border: 2px solid #00aeef;
	background-color: #000000;
}
#homeBanner .subGroup .subContent {
	padding: 10px;
	color: #FFFFFF;
}
	
#login {
	float: right;
	margin-top: -22px;
	font-size: 18px;
	font-weight: bold;

}

