@charset "utf-8";

/* ==================================================================
   Page structure
================================================================== */

body {
  color: black;
  background: white;
  font-family: "Times New Roman", Times, Roman, serif;
  font-size: 12pt;
  margin: 0;
  padding: 0;
}

#header, #navigation, #content, #footer {
  width: 100%;
  float: none;
}

.inner {
  overflow: visible;
  margin: 0;
}


/* ==================================================================
   Header
================================================================== */
#header {
  background: white;
  color: black;
  border-bottom: 1px solid black;
  padding-top: 1ex;

}

h1 {
  font-size: 200%;
  float: none;
  text-align: left;
  width: 100%;
}

ul#accessibility {
  display: none;
}

/* ==================================================================
   Navigation bar
================================================================== */

#navigation {
  display: none !important;
}

/* ==================================================================
   Main content area
================================================================== */

#content {
  border-top: 0;
  background: white;
  color: black;
  padding: 2ex 0;
  text-align: justify;
}

#content h2, #content h3, #content h4 {
  text-align: left;
}

#content h3 {
  border-top: 1px black solid;
}

#content a, #content a.blind, #content h2, #content h3, #content #h4, #content .subtitle {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

.error {
  display: none;
}


/* ==================================================================
   Footer
================================================================== */

#footer {
  padding-top: 2ex;
  float: none;
  font-size: small;
  border-top: 1px solid black;
  background-color: transparent;
}

#footer *, #footer a {
  color: black;
}

/* ==================================================================
   Tools
================================================================== */

.no-print {
  display: none !important;
}

.print-only {
  display: block !important;
}

abbr {
  border: 0;
}

/* min-width hack from http://www.webreference.com/programming/min-width/ */
.width-container-1, * html .width-container-2, .width-container-3, * html .width-container-4 {
    width: 98%;
	position: static;
	padding: 0;
	margin: 0;
}


#container-main {
  width: 100%;
  float: none;
}

#container-navigation {
  display: none;
}