/* ###### Body Text ###### */

body {
  font-family: verdana, tahoma, helvetica, arial, sans-serif;
  font-size: 94%;
  margin: 0;
}

h1, h2, h3 {
  font-family: "trebuchet ms", verdana, tahoma, sans-serif;
}

h1 {
  font-size: 156%;
  font-weight: bold;
  margin-top: 0.25em;
}

img {
  border: none;
}

acronym {
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  cursor: help;
}

code {
  font-family: "lucida console", monospace;
  font-size: 95%;
}

dt {
  font-weight: bold;
}

dd {
  padding-bottom: 1.5em;
}

#bodyText {
  text-align: justify;
  line-height: 1.5em;
  margin: 5mm 5mm 0 12.5em;
  padding: 0 1em 1ex 1em;
}

#bodyText a:hover {
  text-decoration: none;
}

#bodyText .boxedDark, #bodyText .boxedLight {
  margin-bottom: 1em;
  padding: 2ex 4ex;
  border-style: solid;
  border-width: 1px;
}

.smallCaps {
  font-variant: small-caps;
}


/* ###### Header ###### */

#header {
  height: 4.5em;
  padding: 0 2.5mm 0 4mm;
  border-bottom-style: solid;
  border-bottom-width: 2px;
}

.headerTitle {
  font-size: 205%;
  text-decoration: none;
  font-weight: bold;
  font-style: italic;
  line-height: 1.5em;
}

.headerTitle span {
  font-weight: normal;
}

.headerlogo {
  font-size: 100%;
  text-decoration: none;
  font-weight: bold;
  font-style: italic;
  line-height: 1.5em;
  padding-left: 5ex;
}

.menuBar {
  font-size: 87%;
  position: absolute;
  right: 2ex;
  top: 3.75em;
}

.menuBar * {
  text-decoration: none;
  font-weight: bold;
  padding-left: 1ex;
  padding-right: 2ex;
}

.menuBar a:hover {
  /* See color-scheme.css */
}

/* ###### Location Bar ###### */

#locationbar {
  margin-bottom: 5mm;
  padding: 2.5mm 2.5mm 2.5mm 4mm;
  border-bottom-style: solid;
  border-bottom-width: 2px;
}

.text, .path a, .path a:hover {
  text-decoration: none;
  font-size: 100%;
  font-weight: bold;
  font-style: italic;
  line-height: 1.5em;
}

/* ###### Side Box ###### */

.sideBar {
  font-size: 95%;
  text-align: right;
  width: 12em;
  float: left;
  clear: left;
}

.sideBarTitle {
  font-weight: bold;
  padding: 0.5ex 1em 0.5ex 0.5ex;
  border-top-style: solid;
  border-top-width: 1px;
}

.sideBar a, .sideBar a:hover, .sideBar span {
  text-decoration: none;
  line-height: 1.25em;
  display: block;
  padding: 1ex 1em 1ex 0.5ex;
  border-top-style: solid;
  border-top-width: 1px;
}

.sideBar a:hover {
  /* See color-scheme.css */
}

.sideBar .sideBarText {
  text-align: justify;
  padding: 1ex 1.5ex;
}

.sideLogo a, .sideLogo a:hover {
	border-top-style: none;
	border-top-width: 0px;
	padding: 1ex 0ex 1ex 0ex;
}

.sideBar .thisPage {
  font-weight: bold;
}


/* ###### Footer ###### */

#footer {
  padding: 1ex 4mm;
  clear: left;
}

#footer div {
  font-size: 85%;
  text-align: right;
  line-height: 1.25em;
}

#footer a {
  text-decoration: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

#footer a:hover {
  /* See color-scheme.css */
}

.footerLHS {
  float: left;
  clear: left;
}

.subFooter {
  font-size: 85%;
  line-height: 1.25em;
  padding: 1ex 4mm;
}

.subFooter a {
  text-decoration: none;
  margin-right: 1ex;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.subFooter a:hover {
  /* See color-scheme.css */
}

/* ###### General Colors ###### */

/*** Text Color (darker): ***/
  body, #bodyText a, .sideBar a, .sideBar a:hover, .sideBar span, .subFooter a
  { color: #22464f; }

/*** Text Color (lighter): ***/
  .headerTitle span, .menuBar, .menuBar *, .sideBar a:hover, #footer, #footer a, .path *
  { color: white; }

/*** Border Color: ***/
  #bodyText .boxedDark, #bodyText .boxedLight, .sideBar a, .sideBar a:hover, .sideBar span,
  #footer a:hover, .subFooter a
  { border-color: #22464f; }

/*** Background Color (darker): ***/
  #header, #footer, #locationbar
  { background-color: #22464f; }

/*** Background Color (lighter): ***/
  #bodyText .boxedLight, .sideBarTitle
  { background-color: #cddbcd; }


/* ###### Special Colors ###### */

#header { border-color: white; }

.headerTitle { color: #cddbcd; }

.headerlogo { color: white; }

.menuBar a:hover { color: #abc3ac; }

#locationbar { border-color: white;	}

.path a:hover { color: #abc3ac; }

body { background-color: #abc3ac; }

#bodyText .boxedDark { color: black; }

#footer a { border-color: white; }

.subFooter a:hover { border-color: #abc3ac; }
