body {
  background: #ffffff;
  color: #011994;
  font-family: Georgia, Times, serif;
  font-size: 85%;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  text-align: center;
}

.primary-color {
  color: #011994;
}

.accent-color {
  color: #8e3962;
}

.light-color {
  color: #4a4ca0;
}

a:link {
  color: #8e3962;
  text-decoration: underline;
}
a:visited {
  color: #8e3962;
  text-decoration: underline;
}
a:active {
  color: #4a4ca0;
  text-decoration: underline;
}
a:hover {
  color: #4a4ca0;
  text-decoration: underline;
}

.credit a:link {
  color: #ffffff;
  text-decoration: underline;
}
.credit a:visited {
  color: #ffffff;
  text-decoration: underline;
}
.credit a:active {
  color: #4a4ca0;
  text-decoration: underline;
}
.credit a:hover {
  color: #4a4ca0;
  text-decoration: underline;
}

#wrapper {
  background: #ffffff;
  margin: auto;
  width: 800px;
  text-align: left;
  border: 1px solid #ffffff;
}

#header {
  background: #ffffff url(images/banner3.png) no-repeat;
  height: 212px;
  margin: 0;
  padding: 5px 0;
}

#content {
  background: #ffffff;
  padding: 20px;
  text-align: justify;
}

#content ul {
  padding: 0 20px 10px 20px;
  margin: 0;
}

#content ul li {
  padding: 5px 0;
  margin: 0;
}

#menu {
  border: 0;
}

#menu ul {
  padding-left: 0;
  margin: 0;
  background-color: #8e3962;
  color: #ffffff;
  float: center;
  text-align: center;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #ffffff;
  font-family: verdana, arial, helvetica, sans-serif;
}

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

#menu ul li a {
  padding: 0.01em 1em;
  background-color: #8e3962;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  float: center;
  border-left: 1px solid #ffffff;
}

#menu ul li a:hover {
  background-color: #4a4ca0;
  color: #ffffff;
}

#menu #five {
  border-right: 1px solid #ffffff;
}

#menu #ten {
  border-right: 1px solid #ffffff;
}

#footer {
  background: #ffffff;
  margin-bottom: 0;
  border-top: 1px solid #ffffff;
}

h1 {
  color: #011994;
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
  font-size: 130%;
  text-align: center;
}

h1 span {
  display: none;
}

h2 {
  color: #011994;
  font-family: Verdana, Arial, sans-serif;
  font-size: 120%;
  text-align: left;
}

h3 {
  color: #011994;
  font-family: Verdana, Arial, sans-serif;
  font-size: 110%;
  text-decoration: underline;
  text-align: left;
}

h4 {
  font-weight: bold;
}

p {
  margin-top: 0;
}

hr {
  border: 1px solid #4a4ca0;
}

hr.accent {
  border: 1px solid #8e3962;
}

hr.thin {
  border: 0.5px solid #4a4ca0;
}

hr.thin-accent {
  border: 0.5px solid #8e3962;
}

.ol {
  line-height: 1.4;
}

.photo {
  margin: 0;
  padding: 5px;
  color: #011994;
  text-align: center;
  font-family: Verdana, Arial, sans-serif;
  font-size: 70%;
  font-weight: bold;
}

.credit {
  margin: 0;
  padding: 5px;
  background-color: #8e3962;
  color: #ffffff;
  text-align: center;
  font-family: Verdana, Arial, sans-serif;
  font-size: 70%;
  font-weight: bold;
}

.announcement {
  padding: 10px 30px 10px 30px;
  border: 3px solid #cc3333;
  color: #cc3333;
  font-size: 125%;
  font-weight: bold;
  text-align: center;
}

.centeralign {
  text-align: center;
}

.floatleft {
  float: left;
  margin: 0 30px 10px 0;
  clear: left;
}

.floatright {
  float: right;
  margin: 0 0 10px 10px;
  clear: right;
}

.imprt {
  color: #ff0033;
  font-weight: bold;
  font-size: 125%;
  text-align: center;
}

table.with-border {
  border-collapse: collapse;
  border: 1px solid #4a4ca0;
  padding: 5px;
}

th.with-border,
td.with-border {
  border: 1px solid #4a4ca0;
  padding: 5px;
}
