/* General Declarations */
.fullCentered {
  width: 100%;
  text-align: center;
}
a:link {
  color: #ffffff;
  text-decoration: underline;
}
a:visited {
  color: #ffffff;
  text-decoration: underline;
}
a:hover {
  color: #bbbbbb;
  text-decoration: none;
}
a:active {
  color: #ffffff;
  text-decoration: none;
}
body {
  width: 100%;
  margin: 20px 0px;
  background-color: #123456;
  color: #ffffff;
  font-family: verdana;
  text-align: center;
}
#mainbox {
  width: 800px;
  text-align: center;
  margin: auto;
}
/* Header Declarations */
#header {
  width: 800px;
  height: 50px;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 50px;
  padding-bottom: 10px;
}
  #logo {
    float: left;
    width: 420px;
    width: "460px";
    padding-left: 40px;
    color: #ffffff;
    text-align: left;
    font-size: 26pt;
  }
  #menu {
    float: right;
    width: 300px;
    width: "340px";
    padding-right: 40px;
    color: #ffffff;
    text-align: right;
    font-size: 12pt;
  }
  #menu a:link {
    color: #ffffff;
    text-decoration: none;
  }
  #menu a:visited {
    color: #ffffff;
    text-decoration: none;
  }
  #menu a:hover {
    color: #bbbbbb;
    text-decoration: underline;
  }
  #menu a:active {
    color: #ffffff;
    text-decoration: underline;
  }
/* Content Declarations */
#pageTitle {
  clear: both;
  width: 500px;
  margin-left: 150px;
  margin-right: 150px;
  font-size: 18pt;
  font-weight: normal;
  border-bottom: 1px dotted #ffffff;
  padding-bottom: 10px;
  margin-bottom: 30px;
  text-align: center;
}
#content {
  width: 800px;
  text-align: left;
  line-height: 1.5em;
  color: #ffffff;
  font-size: 10pt;
}
  #content td {
    line-height: 1.5em;
    color: #ffffff;
    font-size: 10pt;
  }
  .sectionHead {
    font-size: 12pt;
    font-weight: bold;
  }
#centeredContent {
  width: 500px;
  margin-left: 150px;
  margin-right: 150px;
  text-align: center;
  line-height: 1.5em;
  color: #ffffff;
  font-size: 10pt;
}
  #centeredContent td {
    line-height: 1.5em;
    color: #ffffff;
    font-size: 10pt;
  }
/* Gallery Declarations */
#imgTable {
  width: 100%;
}
  .imgTableCell {
    text-align: center;
    padding: 10px;
  }
  .imgTableCell div {
    width: 100%;
    text-align: center;
    padding: 10px;
  }
  .clickableImg {
    border: none;
  }
/* Footer Declarations */
#footer {
  width: 800px;
  height: 50px;
  border-top: 1px solid #ffffff;
  margin-top: 100px;
  padding-top: 10px;
}
  #copyright {
    width: 800px;
    color: #ffffff;
    text-align: center;
    font-size: 10pt;
  }
/* Form Declarations */
.formError {
  color: #aaaaaa;
  vertical-align: top;
  font-style: italic;
}
.req {
  background-color: #95c2e9;
}
.reqError {
  background-color: #d5797b;
}
.notReq {
  background-color: #ffffff;
}
.notReqError {
  background-color: #ffff91;
}
