﻿HTML
{
	
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
}

BODY
{
      
	text-align: center;
	/*background-color:#878686; this is for the first mainBack.jpg this is for mainBack 2 #8c8c8c*/
	
	background: url("../../../_private/images/mainBack4.jpg") #878686  repeat-x ; 
	padding: 0px;
	margin: 0px;
}



#OuterContainer 
{
	text-align: left;
	width: 750px;
	background-color: White;
	margin: 0px auto;
	padding: 0px 0px 10px 0px;
    


}

#InnerContainer 
{
	padding: 10px;
	position: relative;
	background-color: #ffffff;
	   
}

.logo 
{
	position: absolute;
	top: 0px;
	padding: 10px;
}

#MainContent 
{	
	margin-left: 205px;

	width: 515px;
	/*float: right;*/
	padding: 50px 10px 15px 0px;	
	
	 /* Cross-browser min-height */
    min-height:387px;
    height:auto !important;
    height:387px;
	
}

#MainNav
{
	/*float: left;*/
	width: 200px;
	padding: 0px 0px 15px 10px;
	font-weight: bold; 
	line-height: 20px;
	position:absolute;
	top: 120px;
}

#Header 
{
	position: relative;
	height: 50px;
	background-image: url('../images/header_bkgd.jpg');
	background-repeat: repeat-x;
	background-color: #336699;
	color: white;
	padding: 5px;
	vertical-align: bottom;

	
}

#Footer
{
	height: 25px;
	margin-top:40px;
	font-weight:normal;
	/*background-image: url('../images/footer_bkgd.jpg');
	background-repeat: repeat-x;
	background-color: #336699;*/
	clear: both;
}

.leftside
{
	float: left;
}

.rightside
{
	float: right;
}

#Header .leftside 
{
	position: absolute;
	bottom: 0px;
	left: 120px;
	font-size: 30px;
	font-style: italic;

}

#Header .rightside 
{
	position: absolute;
	bottom: 10px;
	right: 10px;
	text-align: right;
}

#Footer .copyright
{
	padding-left: 10px;
	color: #FFFFFF;
	line-height: 20px;
}

#nlwcLogoPopup
{
    display: none;
    background-color: White;
    border: solid 1px Black;
    width: 160px;
    height: 70px;
    position: absolute;
    text-align: center;
}