@import url(core.css);
/*\*//*/
@import url("macIE.css");
/**/



/* =general styles */
body{
	 /* *********************************************************************** colour **** */	}

.imageRight{
	float: right;
	margin: 16px 26px 26px 26px;
	}
.imageLeft{
	float: left;
	margin: 16px 26px 26px 26px;
	}



/* =pageWrapper */
#pageWrapper{
	background-color: #fff;
	}
	
	
/* =globalMastHead */	
#globalMasthead{
 
	background: url(../graphics/headerTop.png) top left no-repeat;/* *********************************************************************** colour **** */
	min-height: 100px;
	
	}
h1{
	color: #FFFFFF;
	font-size: 1.5em;
	padding: 20px 0px 0px 270px; /******************************** this changes the position of the title **** */
	font-weight: bold;;
	}
		
#globalMasthead #nssLogo{
	margin: 20px 26px 20px 0px; /********************* this changes the postion of the logos *** */
	}
#globalMasthead #topLogo{
	margin: 20px 0px 20px 160px; /********************* this changes the postion of the logos *** */
	}
		
/* =localMastHead */
#localMastHead{
	background: url(../images/localMastHead_bg.png) top left repeat-x;
	}
	
#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: url(../images/localMastHead_bg.png) top left repeat-x;
	margin-bottom: 15px;
	color: #fff;
	}
		
#column1 .contentChunk{
	background-color: #F4FBF9;  /* *********************************************************************** colour **** */
	}
	

/* =smallImageRight */	
.smallImageRight{
	clear:right;
 	float: right;
	position: relative;
	top: -25px;
	right: 5px;
	width: 139px;
	font-size: 0.7em;
	font-style: italic;
	}
	
	
		
/* =column2 */
	
#column2 ul.contents li a{
	font-weight: bold;
	text-decoration: none;
	font-size:1em;
	color: #000;
	}	
#column2 .contentChunk h3{
		background: url(../images/localMastHead_bg.png) top left repeat-x;
	margin-bottom: 15px;
	color: #fff;
	}
	
	
#column2 a{
	font-size: 0.8em; /* *********************************************************************** colour **** */
	}

address{
	font-size: 0.8em;
	line-height: 1.4em;
	font-style: normal;
	}			
	
/* =footer */
#footer{
	background: #318D6F; /* *********************************************************************** colour **** */
	}
#footer p, #footer a{
	color: #fff; /* *********************************************************************** colour **** */
	}						

