body {
    margin: 0px;
    padding: 0px;
    font-family: sans-serif;
}

fieldset {
    padding: 1em;
    margin: 1em;
}

fieldset p {
    padding: 0em 1em;
}

fieldset ul {
    padding-bottom: 1em;
}

#titleBackground {
    position: absolute;
    top: 0;
    width: 100%;
    height: 217px;
    margin: 0;
    padding: 0;
    background: transparent url(../images/titleTile.png);
}

img {
    border: 0em;
}

#centered {
    position: relative;
    top: 0;
    left: 10%;
    width: 80%;
}

#title {
    margin: 0em;
    padding: 0em;
}

#linksList {
    text-align: center;
    margin-top: 0.5em;
    padding-top: 0em;
}

#linksList li {
    display: inline;
    list-style-type: none;
}

#linksList li a,
#linksList li a:visited {
    padding: 0.5em 1em;
    color: #040710;
    text-decoration: none;
}

#linksList li a:hover {
    background: transparent url(../images/titleTile.png);
    color: lightgrey;
}

.doc {
    font-weight: bold;
}

.desc {
    margin-left: 1em;
    padding: 0.5em 0.5em 0.5em 0.5em;
    list-style-type: none;
    font-weight: normal;
}

#footerText {
    background: transparent url(../images/titleTile.png);
    width: 100%;
    padding: 1em 0em;
    margin: 0em;
    color: lightgrey;
    text-align: center;
    font-size: 0.6em;
}

#footerContainer {
    margin: 0 auto;
    width: 60em;
    height: 16em;
}

#footerText a,
#footerText a:visited {
    color: lightgrey;
    text-decoration: none;
    margin-left: 0.5em;
}

#footerText a:hover {
    color: white;
}

#footerCopyContainer {
    width: 100%;
    text-align: center;
}

#footerCopy {
    width: 60em;
    margin: 0 auto;
    clear: both;
}

.footerNav {
    float: left;
    text-align: left;
}

.footerNav ul {
    list-style: none;
}

#footerLegal {
    width: 20em;
    margin-left: 0.5em;
}

.smallFont {
    font-size: 0.7em;
}

.cli {
    margin-left: 4em;
}

.credits,
.doc ul li {
    list-style-type: none;
    margin: 0.25em 0.25em;
}

.doc ul li a {
    text-align: center;
}

fieldset table {
  width: 100%;
  cellpadding: 4;
  background-color: black;

}

fieldset table td {
  text-align: center;
  background-color: #ffffaa;
}

.pageIndex {
  width: 10%;
}

.pageType {
  width: 15%;
}

.pageDesc {
  width: 75%;
}

.underlined {
  text-decoration: underline;
}

.fullElt {
  width: 100%;
}

.splitElt {
  width: 49%;
  float: left;
}

.splitElt p {
  width: 49%;
}

.doubleTopPadding {
  padding-top: 1em;
}
