body{
  background: none;
}

#skip{
  display: none;
}

#container{
  margin: 15px;
}

#nav,
#sidebar,
#footer{
  display: none;
}

#header{
  height: auto;
}

#header h1{
  float: none;
  width: auto;
  height: auto;
  margin-bottom: 25px;
  background: none;
  text-indent: 0;
}

#header h1 a{
  color: black;
  text-decoration: none;
}

#header h1 a span{
  font-weight: normal;
}

hr{
  display: none;
}

#content{
  width: auto;
}

#content h2{
  margin-bottom: 20px;
  text-align: left;
}

#content p,
#content li{
  margin-bottom: 19px;
  font-size: 12px;
  line-height: 1.8333;
}

#content ul,
#content ol{
  margin: 0 0 1em 20px;
}

#content li{
  margin: 0;
}

#content img{
  float: left;
  margin: 0 15px 5px 0;
}

#content form{
  display: none;
}

#content a{
  color: black;
  text-decoration: none;
}

#content a:link:after,
#content a:visited:after{
   content: " [" attr(href) "] ";
   text-decoration: none;
}

/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
	height: auto !important;
	width: auto !important;
	letter-spacing: 0;
	overflow: visible !important;
	margin-bottom: 1em;
	font-size: 24pt;
}