/* Start of CMSMS style sheet 'core-style.css' */
/* core-style.css */

/* =/header */
#header h1 {
  text-indent: -9999px;
  margin: 0px;
  padding: 0px;
  height: 140px;
}
#header h1 a {
  display: block;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 140px;
  text-decoration: none;
}
div.breadcrumbs {
  font-size: 80%;
}
/* =/content */
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
  font-family: 'palatino linotype', palatino, georgia, 'times new roman', serif;
  background: transparent;
  color: #00A49D;
}
#content p,
#content li {
  font-size: 90%;
  line-height: 1.4em;
}
#content img {
  border: none;
}

#content table {
  margin: 1em auto;
  padding: 0em;
  border-collapse: collapse;
}
th {
  font-size: 90%;
  text-align: center;
  border: 1px solid #888;
}

td {
  margin: 0px;
  padding: 2px;
  font-size: 80%;
  border: 1px solid #888;
  vertical-align: top;
  text-align: left;
}
div.projDesc {
  display: none;
}
td.center {
  text-align: center;
}

/* =/navlist */
#navlist,
#navlist ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
#navlist li {
  margin: 0.2em 0em;
  padding-left: 8px;
  font-size: 80%;
  text-transform: uppercase;
  font-weight: bold;
}
#navlist li.sectionheader {
  margin-top: 1em;
}
#navlist li li,
#navlist li.sectionheader li {
  margin: 0.4em 0em 0em;
  font-size: 100%;
  text-transform: none;
  font-weight: normal;
}
#navlist a {
  background: transparent;
  color: #00A49D;
}
#navlist a.currentpage {
  font-weight: bold;
}
p#subscribe {
  margin: 1em auto;
  padding: 0;
  text-align: center;
}
p#subscribe img {
  margin: 0 auto;
  border: none;
}
p#subscribe a, p#subscribe a:visited {
  display: block;
  margin: 0 auto;
  width: 150px;
  height: 100px;
  background-color: #ffffff;
  color: #000000;
}
p#subscribe a:hover {
  background-color: #00A49D;
  color: #000000;
}
#footer p {
  font-size: 70%;
}
/* End of 'core-style.css' */

