A:link {
  COLOR: rgb(255,102,204)
}
A:visited {
  COLOR: rgb(255,102,204)
}
A:active {
  COLOR: black
}
A:hover {
  COLOR: red
}

#titlebar {
  position: static;
  COLOR: black; background-color: white;
  border-bottom: thin solid;
  border-color: rgb(255,102,204);
  /* set height to anything?*/
  height: 10px;
}

#logo-title {
  position: relative; float: left;
}

#home-link {
  position: relative; float: right;
  text-align: right; vertical-align: bottom;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  margin-top: 1.0em;
  FONT-SIZE: 0.8em;
}

#content {
  position: static;
  COLOR: black; background-color: white;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  margin-top: 0.5em;
}

#navbar {
  position: relative;
  float: left;
  color: black; background-color: white;
}

.link-table {
  color: black; background-color: white;
  border: thin ridge;
  border-color: rgb(255,204,255);
  margin-bottom: 1em;
}

.link-table-header {
  position: relative; top: 0;
  text-align: left; text-indent: 0.2em;
  color: black; background-color: rgb(255,153,204);
  border:none;
  FONT-WEIGHT: bold; FONT-SIZE: 1.0em;
}

.link-table-body {
  text-align: left;
  color: black; background-color: white;
  border:none;
  FONT-WEIGHT: normal; FONT-SIZE: 0.8em;
  padding: 0.5em;
}

.address {
  text-align: center;
  color: black; background-color: white;
  FONT-WEIGHT: normal; FONT-SIZE: 0.8em;
  margin: 1em;
}

.footnote {
  text-align: center;
  color: black; background-color: white;
  FONT-WEIGHT: normal; FONT-STYLE: italic; FONT-SIZE: 0.6em;
  margin: 1em;
}

.section {
  position: relative; left: 1em;
  color: black; background-color: white;
  border-bottom: thin ridge;
  border-color: rgb(255,204,255);
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}

.subsection {
  position: relative;
  color: black; background-color: white;
  border: none;
  margin-top: 0.5em;
}

.section-header {
  position: relative; top: 0;
  text-align: left; text-indent: 0.2em;
  color: black; background-color: rgb(255,153,204);
  border:none;
  FONT-WEIGHT: bold; FONT-SIZE: 1.0em;
  margin-bottom: 0.5em;
}

.subsection-header {
  position: relative; top: 0;
  text-align: center; text-decoration: underline;
  color: black; background-color: white;
  border: none;
  FONT-WEIGHT: bold; FONT-SIZE: 0.8em;
}

.section-item {
  text-align: center;
  color: black; background-color: white;
  border: none;
  FONT-WEIGHT: normal; FONT-SIZE: 0.8em;
}

.section-image {
  text-align: center;
  color: black; background-color: white;
  border: none;
  FONT-WEIGHT: normal; FONT-SIZE: 0.8em;
  padding: 1.0em;
}

.vmiddle {
  vertical-align: middle;
}


.section-para {
  text-align: left; text-indent: 1.0em;
  color: black; background-color: white;
  border: none;
  FONT-WEIGHT: normal; FONT-SIZE: 0.8em;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}

.section-text {
  text-align: left;
  color: black; background-color: white;
  border: none;
  FONT-WEIGHT: normal; FONT-SIZE: 0.8em;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}

.section-list {
  text-align: left; text-indent: -3em;
  margin-left: 4em;
  color: black; background-color: white;
  border: none;
  FONT-WEIGHT: normal; FONT-SIZE: 0.8em;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}

.section-footer {
  text-align: center;
  color: black; background-color: white;
  FONT-WEIGHT: normal; FONT-STYLE: italic; FONT-SIZE: 0.8em;
  padding: 1em;
}

#panel {
  position: relative; float: right;
  text-align: center; vertical-align: middle;
  color: black; background-color: white;
  width: 75%;
}

#panel-spacer {
  position: relative; float: right;
  color: black; background-color: white;
}

.invisible-keywords {
  color: white; background-color: white;
  FONT-WEIGHT: normal; FONT-STYLE: normal; FONT-SIZE: 0.1em;
}

#footer {
  position: static;
  text-align: center; vertical-align: middle;
  color: black; background-color: white;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 0.6em;
  padding: 1em;
  border-top: thin solid;
  border-color: rgb(255,102,204);
}

