/* Reconstructed pagesheet — the original Adobe Muse per-page CSS for this page
   was never captured by Wayback (all -2014.css snapshots are 404). This is a
   minimal flow layout so the real content stacks readably in a single column.
   Original absolute Muse positioning is not recoverable; nav is rebuilt later. */

.html { background-color: #C1DABC; }

#page {
  width: 960px;
  max-width: 96%;
  min-height: 500px;
  margin: 20px auto 40px;
  padding: 24px 32px 40px;
  box-sizing: border-box;
  background-color: #FFFFFF;
  box-shadow: 6px 6px 8px rgba(0, 0, 0, 0.5);
}

/* Unfloat the Muse grid -> normal top-to-bottom document flow */
#page .grpelem,
#page .colelem,
#page .position_content,
#page .clip_frame,
#page .excludeFromNormalFlow {
  float: none !important;
  display: block !important;
  width: auto !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  left: auto !important;
  right: auto !important;
  position: static !important;
}

#page img { max-width: 100%; height: auto; }

/* Decorative image frames whose background lived in the lost pagesheet
   are empty divs now -> collapse them so they leave no blank gaps */
#page .clip_frame:empty,
#page [id$="_clip"]:empty { display: none !important; }

/* Text readability */
#page p { margin: 0 0 0.6em; line-height: 1.5; }
#page a { color: #4a7a3a; }

/* Accordion / disclosure widgets (webpro.js not archived) — force content
   visible so nothing stays hidden behind a dead JS toggle */
.AccordionPanelContent,
.AccordionPanelContent.disn,
.disn { display: block !important; }
.AccordionPanelTab { font-weight: bold; }

.verticalspacer { clear: both; height: 20px; }
