
/* Structural styles */

#outerMostWrapper {
  clear:none;
  min-width:0;
  max-width:100%;
	background:none;
}

#leftCenterAndRightWrapper {
  min-width:0;
  max-width:100%;
	background:none;
}

#outerLeftAndCenterWrapper {
	width:100%;
	float:none;
	margin:0;
}

#innerLeftAndCenterWrapper {
	margin:0;
}


/* Left column styles */
#leftColumn {
	display:none;
}

/* Center column styles */
#centerColumn {
  margin:0;
  min-height:0;
}

* html #centerColumn {
  margin-left:0;
}



/* Right column styles */
#rightColumn {
	display:none;
}

.clearing {
	clear:none;
}

#header {
  min-width:0;
  max-width:100%;
}

#footer {
	display:none;
}

#contentWrapper {
  display:block;
}


/* Header styles */

#header {
  border:0 solid #000;
  padding:0;
}

#logo {
  margin:0;
  text-align:left;
  float:none;
}

#topNav {
	display:none;
}


/* Banner */

#banner {
	height:auto;
	background:none;
}

#banner h2 {
	position:static;
	margin:0;
	margin-top:1em;
	padding:0;
	height:auto;
	width:auto;
	background:none;
}

#banner h2 span {
	color:#000;
	position:static;
	max-height:100%;
	width:auto;
}


/* Body elements */

#accessLinks {
	display:none;
}

#breadcrumbs {
	display:none;
}

#introContentWrapper,
#editableWrapper,
#outroContentWrapper {
	padding-left:0;
	padding-right:0;
}


/* Summary elements */

h3.wordTitle,
h3.pdfTitle,
h3.excelTitle,
h3.powerpointTitle,
h3.htmlTitle {
	padding:0;
	height:auto;
}

h3.wordTitle a span,
h3.pdfTitle a span,
h3.excelTitle a span,
h3.powerpointTitle a span,
h3.htmlTitle a span {
	display:block;
}

.summaryOptionList {
	display:none;
}

#helpWrapper {
	display:none;
}
