form h4 {
  font-size: 1.6em; }
form p label {
  display: block;
  font-weight: bold;
  font-size: 1.2em;
  margin-top: 0.5em; }
form p em {
  display: block;
  color: #333;
  width: 80%; }
form p.required {
  color: #e40a12; }
  form p.required label {
    color: #e40a12; }
  form p.required textarea, form p.required input {
    background: #ffffe0; }
form p.inline label {
  display: inline;
  font-weight: normal; }

fieldset {
  border: 1px dotted #999;
  margin: 16px 0px 8px 0px;
  padding: 0px 8px 8px 8px; }
  fieldset legend {
    padding: 0px 4px 0px 8px;
    font-style: italic; }

body {
  margin: 0px;
  background: url('/images/background.png');
  background-color: white;
  font-family: Georgia, serif;
  font-size: 13px; }

#bd {
  padding: 8px 16px; }
  #bd #content {
    padding: 0px 16px 0px 0px; }

#hd {
  font-family: helvetica, sans-serif; }
  #hd ul {
    border: none;
    padding: 0px; }
  #hd ul li {
    display: inline;
    font-weight: bold; }
  #hd #session, #hd #navigation {
    padding: 4px 8px 6px 8px; }
    #hd #session a, #hd #navigation a {
      color: #333333; }
    #hd #session li, #hd #navigation li {
      color: #333333; }
  #hd #logo {
    text-align: center;
    margin-top: 24px;
    margin-bottom: 10px; }
  #hd #session {
    margin-bottom: 12px;
    height: 16px;
    background-color: #e5e5e5;
    background-color-top: none; }
    #hd #session ul {
      float: right; }
  #hd #navigation {
    text-align: center;
    clear: both;
    padding-bottom: 8px;
    margin-bottom: 8px; }
    #hd #navigation li.divider {
      margin-left: 0.4em;
      margin-right: 0.4em; }
  #hd #navigation_example {
    font-family: 'My Handwriting';
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    clear: both;
    padding-bottom: 8px; }
    #hd #navigation_example li {
      color: #999; }
    #hd #navigation_example a {
      font-size: 1em;
      margin-left: 0.4em;
      margin-right: 0.4em;
      text-decoration: none; }
      #hd #navigation_example a:hover {
        text-decoration: underline; }

.news_item {
  margin-bottom: 2em; }
  .news_item h2 {
    font-size: 1.5em;
    font-weight: bold; }

.pagination {
  text-align: right;
  padding: 0px 16px 8px 8px;
  color: #333333;
  font-size: 1.2em;
  font-weight: bold; }
  .pagination a {
    text-decoration: none; }
  .pagination .disabled, .pagination .current {
    color: #7f7f7f; }

em {
  font-style: italic; }

a {
  color: #333333;
  font-weight: bold;
  hover-color: #7f7f7f; }

ul li {
  font-size: 1.2em;
  color: #7f7f7f; }
ul .even {
  background-color: #f8f8ff; }

dt {
  color: #333333; }

p {
  font-size: 1.2em;
  color: #333;
  line-height: 1.5em;
  margin-bottom: 1em; }

h1, h2 {
  color: #333333; }
  h1 a, h2 a {
    color: #333333; }

h1 {
  font-weight: normal;
  font-size: 4em;
  color: #7f7f7f; }
  h1.demp {
    color: #7f7f7f; }
    h1.demp em {
      font-style: normal;
      color: black; }

h2 {
  font-size: 2em; }

h3 {
  color: #7f7f7f;
  font-size: 1.2em; }

h4 {
  font-size: 125%;
  color: black; }

.next_previous {
  font-family: Comic Sans, Comic Sans MS, cursive;
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 1.5em;
  text-align: right; }

strong {
  font-weight: bold; }

#stickies {
  margin: 12px 0px 12px 0px; }

.message_close_area, .stickies_close_area {
  margin: 0;
  padding: 0 0px 4px 0;
  float: right; }
  .message_close_area a, .stickies_close_area a {
    text-decoration: none;
    font-family: helvetica, sans-serif;
    color: #333333; }

.error_stickie, .warning_stickie, .notice_stickie, .debug_stickie {
  border: 1px solid #e40a12; }

.message {
  margin: 4px 0;
  border: 1px solid #e5e5e5;
  background-color: #f8f8ff;
  padding: 4px 8px; }

.error_stickie, .warning_stickie, .notice_stickie, .debug_stickie {
  margin: 4px 0;
  padding: 8px 16px; }

.error_stickie, .warning_stickie, .notice_stickie {
  background-color: #ffffe0; }

.debug_stickie {
  font-family: courier;
  background-color: #eeeeee;
  border: 1px solid #333333; }

.warning {
  background-color: #ffffe0; }
  .warning b {
    color: #e40a12; }

table tr td {
  padding: 0.2em; }
