html, body {
   background: white;
   font-size: 12pt;
   }
   
#content-inner {
   width: auto;
   margin: 0 1%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   overflow: visible;
   }
      
#masthead-outer, #leftCol, #spotlight {
   display: none;
   }
   
#content-outer, #content-inner, #primaryContent, #mainCol, #rightCol {
	float: none !important;

}

#content-outer {
	background: white;
}

#primaryContent p {
	font-size: 10pt;
	line-height:normal;
}

#primaryContent h1, #primaryContent h4 {
	font-size: 14pt;
}

#primaryContent a {
	border-bottom: 0;
	padding-bottom: 1px;
}

#mainCol {
	padding: 0;
	margin:0;
	border-right:0;
}

#rightCol {
	width:100%;
}

#rightCol .highlightRelease {
	width: 93%;
}

.nrTable p {
	font-size: 10pt;
}

.nrTable td {
	padding: 1px;
}

.nrTable .dynHeader {
	font-size: 10pt;
	color: #000000;
}


.highlightRelease .nrTable {
	width: 93%;
}
   
#primaryContent a:link, #primaryContent a:visited, .highlightRelease a:link, .highlightRelease a:visited {
   color: #006600;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   border: 0;
   }
   
#mainCol a:link:after, #mainCol a:visited:after, .highlightRelease a:link:after, .highlightRelease a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 70%;
   }
   
#mainCol a[href^="/"]:after, .highlightRelease a[href^="/"]:after {
   content: " (http://parks.swank.com" attr(href) ") ";
   }
   
#footer-green-outer, #footer-gray-outer, #footer-gray-inner {
	background: white;
}

#footer-gray-inner p {
	color: black;
	font-size:12pt;

}

#footer-links {
	display: none;
   }
