@import url(core.css);
/*\*//*/
@import url("macIE.css");
/**/

/*  Grid Start - Delete later ***************************************************************************** */
#grid {
	position: absolute;
	width: 946px;
	margin: 0 auto;
	height: 100%;
	top: 0px;
	left: 0px;
	background: url(../images/grid.png);
	background-position: 0 0;
	z-index: 9999;
}
/* Grid End - Delete later ***************************************************************************** */







/* =general styles */
body{
	background: #EBF6FB url(../images/page_bg.png) top left repeat-x; /* ************************** changed **** */	

	}

.imageRight{

	margin: 16px 26px 26px 26px;
	}
.imageLeft{

	margin: 16px 26px 26px 26px;
	}



/* =pageWrapper */
#pageWrapper{
	background-color: #fff;
	}
	
	
/* =globalMastHead */	
#globalMasthead{
	min-height: 86px;  /******************************** changed **** */
	background: #fff url(../images/headerTop.jpg) top left no-repeat; /******************************** changed **** */

	}

h1{
	color: #fff;
	font-size: 1.5em;
	padding: 30px 0px 0px 226px; /******************************** this changes the position of the title **** */
	font-weight: bold;
	}
	
	
#globalMasthead #nssLogo{
	margin: 0px 0px 0px 0px; /********************* this changes the postion of the logos *** */
	}
#globalMasthead #topLogo{
	margin: 0px 0px 0px 0px; /********************* this changes the postion of the logos *** */
	}	
	

		
/* =localMastHead */
#localMastHead{	
	background:#19588D;    /******************************** changed **** */
	}
#issueInfo{	
	color: #fff;
	font-size: 0.8em;
	font-weight: bold;
	}
#printLink{
	background: url(../images/printer.gif) center left no-repeat;
	color: #fff;
	}
	
		
/* =content */
#contentWrapper{
	}	
	
/*  =column1 */
#column1{
	background-color: none;
	}
#column1 .contentChunk h2{
	background: #4176a1 url(../images/heading_bg.png) top left repeat-x;  /******************************** changed **** */
	color:  #fff;    /******************************** changed **** */
	margin-bottom: 15px;
	}	
#column1 .contentChunk{
	background: #F4FAFD url(../images/contentChunk_bg.png) top left repeat-x;  /* ************ changed **** */
	}
	
		


/* =column2 */
	
#column2 ul.contents li a{
	font-weight: bold;
	text-decoration: none;
	font-size:1em;
	color: #000;
	}	
#column2 .contentChunk h3{
	color: #fff;     /******************************** changed **** */
	background: #118FCC;    /******************************** changed **** */
	}
#column2 a{
	font-size: 0.8em; /* *********************************************************************** colour **** */
	}

address{
	font-size: 0.8em;
	line-height: 1.4em;
	font-style: normal;
	}			
	
/* =footer */
#footer{
	background: #19588D;    /******************************** changed **** */
	}
#footer p, #footer a{
	color: #fff; /* *********************************************************************** colour **** */
	}						

