body { 
	/*
This is the container for the whole page
*/
	
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	text-align:center;
			
}



#banner { 
	/*
This is the box for the pictures at the top
*/
	
	margin-left: 0%;
	margin-right: 0%;
	
	

	
	}

#masthead {
/*
This is the NWS name*/

	margin-left: -3%;
	margin-right: 1%;
	width: 300px;

			
	
		
	
	
}



#wrapper {
	position:relative;
	/*text-align: left;*/
	width: 100%;
	margin-right:auto;
	margin-left:auto;
		
	
}   




#sidebar {
/*
This is the menu
*/
	
	position: absolute;
	width: 180px;
	left: 0;
	line-height: 4em;
	
		
		
	
	
}




#textblock {
/*
Used for the contents of each page
*/
	
	
	margin-left: 130px;
	padding: 0 3em 4em 5em;
	margin-top: 5em;
	
	
	
	}
	
	
	
	
	
	

#textblocktable {
/*
Used for the contents of the committee page to get over a formatting problem
*/
	
	position: absolute;
	top: 30%;
	width: 75%;
	height: 70px;
	overflow: auto;
	margin-left: 10%;

	
	
	
}


#footer {
	clear: both;
	font-size: 80%; 
	padding: 1em;
	text-align: right;
	color: #999999;
	background-color: transparent;
	

}
	

	
