/* This reset CSS is taken from Eric Mayer's site */
/* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* =general styles */
h1{
	font-size: 1.6em;
	font-weight: bold;
	clear: both;
	margin: 0 !important;
	}
h2{
	font-size: 1.1em;
	font-weight: bold;
	margin: 10px 0px 10px 0px;	
	}	
h3{
	font-size: 0.9em;
	font-weight: bold;
	margin: 10px 0px 10px 0px;	
	}		
p, a, address{
	font-size: 0.8em;
	line-height: 1.6em;
	margin: 10px 0px 10px 0px;
	}
p a{
	font-size: 1em;
	}	
ul{	
	font-size: 0.8em;
	line-height: 1.6em;
	margin: 10px 0px 10px 0px;
	}
li{
	margin: 0px 0px 5px 30px;
	list-style-type: disc;
	}	

/* =pageWrapper */
#pageWrapper{
	position: relative;
	width: 626px !important; /* !important used to override winIE_lte6.css width */
	margin: 0 auto;
	
	}

/* =globalMasthead */
#globalMasthead{
	position: relative;
	margin-bottom: 10px; /* ****************************************************** DELETE *** */
	height: 25px; /* ****************************************************** DELETE *** */
	}
#nssLogo{
	display: none;
	}
#nesLogo{
	display: none;
	}
#isdLogo{
	display: none;
	}				

/* =localMastHead */
#localMasthead{
	clear: both;
	padding: 15px 0px 10px 0px;
	}
#issueInfo{
	display: block;
	position: relative;
	clear: both;
	z-index: 1400;
	padding: 0px 0px 15px 0px;
	}	
#printLink{
	visibility:hidden;
	}		
	
/* =intro */
#intro{
	min-height: 300px;
	padding: 10px 0px 0px 0px;

	}
#introImage{
	display: none;
	}

#introText{
	width: 100%;
	padding: 20px 0px 30px 0px;
	}
#introText p{
	padding: 0px;
	}			
#intro p#firstParagraph{
	}			
#intro p#secondParagraph{
	}
/* =contentWrapper */

#contentWrapper:after{ /* This is known as the 'Easy Clearing' method for clearing floats. More details here http://www.positioniseverything.net/easyclearing.html */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
#contentWrapper{ /* IE 7 clearing workaround */
	display: inline-block;
	display: block;
	}

.contentChunk{
	padding: 20px 0px 20px 0px;
	}
#thisIssue{
	display: none;
	}
/* =column1 



#twoColumnPage_v1 #column1{
	width: 306px;
	float: left;
	}
#twoColumnPage_v2 #column1{
	width: 466px;
	float: left;
	}	
#threeColumnPage_v1 #column1{
	width: 466px;
	float: left;
	}

*/			
/* =column2
#twoColumnPage_v1 #column2{
	width: 306px;
	float: left;
	margin-left: 14px;	
	}
#twoColumnPage_v2 #column2{
	width: 146px;
	float: left;
	margin-left: 14px;	
	}	
#threeColumnPage_v1 #column2{
	float: left;
	width: 146px;
	margin-left: 14px;
	}	
 */



	
/* =footer */
#footer{
	height: 50px; /* ****************************************************** DELETE *** */	
	margin-top: 10px; /* ****************************************************** DELETE *** */
	clear: left;
	}					
				


