
/* Content templates */
div.contentitem_default {
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

h2.c_default {
  font-family: Georgia, 'Times New Roman', 'Times New', 'Times Roman', Times, serif;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0.5em;
}

div.c_default_standin {
  display: none;
  font-family: Georgia, 'Times New Roman', 'Times New', 'Times Roman', Times, serif;
  font-size: 1em;
  margin-bottom: 1em;
}

div.c_default {
  font-family: Georgia, 'Times New Roman', 'Times New', 'Times Roman', Times, serif;
  font-size: 1em;
}

h2.c_rates {
  font-family: Georgia, 'Times New Roman', 'Times New', 'Times Roman', Times, serif;
  font-size: 1.0em;
  font-weight: bold;
  margin-bottom: 0.5em;
}

div.c_rates_standin {
  display: none;
  font-family: Georgia, 'Times New Roman', 'Times New', 'Times Roman', Times, serif;
  font-size: 1em;
  margin-bottom: 1em;
}

div.c_rates {
  font-family: Georgia, 'Times New Roman', 'Times New', 'Times Roman', Times, serif;
  font-size: 1em;
}

/* Non-CMS */

span.addressline, span.legal {
  font-family: Georgia, 'Times New Roman', 'Times New', 'Times Roman', Times, serif;
  font-size: 10pt;
}

div.textlinks {
  margin: 0px;
  width: 750px;
  background: url('/images/footer-bg.gif') #6699cc;
  background-repeat: no-repeat;
  line-height: 1.4em;
  color: #ffffff;
}

div.textlinks a {
  color: #ffffff;
  text-decoration: none;

}

div.footer {
  font-size: 10pt;
  width: 750px;
  text-align: center;
  color: #ccccff;
}

div.footer a {
  color: #ccccff;
}

/* END Non-CMS */

/* Administration */
span.admin_message {
  background-color: #009900;
  color: #ffffff;
  font-weight: bold;
}

span.admin_error {
  background-color: #990000;
  color: #ffffff;
  font-weight: bold;
}

div.admin_message {
  padding: 4px;
  background-color: #009900;
  color: #ffffff;
  font-weight: bold;
}

div.admin_error {
  padding: 4px;
  background-color: #990000;
  color: #ffffff;
  font-weight: bold;
}

table.admin_index {
  font-size: 0.8em;
}

th.admin_index {
  text-weight: bold;
  text-align: left;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

tr.admin_index_th {
  background-color: #666666;
  color: #ffffff;
}

tr.admin_index_even, tr.admin_index {
  background-color: #dddddd;
  font-size: 1.0em;
}

tr.admin_index_odd {
  background-color: #eeeeee;
  font-size: 1.0em;
}

tr.admin_index_context {
  background-color: #aaaadd;
  font-size: 1.0em;
}

td.admin_index {
  padding-left: 0.5em;
  padding-right: 0.5em;
}

/* All-around */

body {
  padding: 0px;
  border: 0px;
  margin: 0px;
  background: #003399;
  font-family: Georgia, 'Times New Roman', 'Times New', 'Times Roman', Times, serif;
}

ul {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}

form {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}

