
h2.contentopen {
  margin: 0px 30px 0px;
  font-family: Garamond, 'Times New Roman', 'Times New', 'Times Roman', Times, serif;
  font-size: 1.2em;
}

a.navbutton {
  width: 100%;
  display: block;
  padding-left: 1em;
  padding-bottom: 2px;
  font-family: Garamond, 'Times New Roman', 'Times New', 'Times Roman', Times, serif;
  font-weight: bold;
  font-variant: small-caps;
  text-decoration: none;
  line-height: 23px;
  color: #1b4a37;
}

a.navbutton:hover {
  background: url(/images/button-active.gif) left bottom no-repeat;
  color: #ffffff;
}

/* Content templates */
div.contentitem_default {
  margin: 20px 30px 0px;
}

h2.c_default {
  font-family: Garamond, 'Times New Roman', 'Times New', 'Times Roman', Times, serif;
  font-size: 1.0em;
  font-weight: bold;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #b79e58;
}

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

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

div.icon_default {
  font-family: Garamond, 'Times New Roman', 'Times New', 'Times Roman', Times, serif;
  font-size: 1.0em;
  text-align: center;
}

div.c_headeles_standin {
  display: none;
}

div.c_headeles {
  margin: 0px;
  font-family: Garamond, 'Times New Roman', 'Times New', 'Times Roman', Times, serif;
  font-size: 0.8em;
  font-weight: bold;
  color: #ffffff;
}

div.c_headeles a {
  color: #ffffff;
}

/* Non-CMS */

div.footer1 {
  width: 720px;
  text-align: center;
  font-family: Garamond, 'Times New Roman', 'Times New', 'Times Roman', Times, serif;
  font-size: 1.0em;
  font-variant: small-caps;
  line-height: 200%;
  background: #1b4a37;
  color: #e3e3cb;
}

div.footer2 {
  margin-top: 1em;
  width: 720px;
  text-align: center;
  font-family: Garamond, 'Times New Roman', 'Times New', 'Times Roman', Times, serif;
  font-size: 1.0em;
}

/* 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 */

html {
    overflow-y: scroll;
}

body {
  padding: 0px;
  border: 0px;
  margin: 0px;
  background: #e3e3cb url(/images/parchment-bg.jpg);
}

body.splash1 {
  background: #000000;
}

body.splash2 {
  background: #1b4a37;
}

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;
}

/*
a.file_attach {
  font-family: ;
  font-size: xx-small;
  font-weight: bold;
  color: ;
  text-decoration: none;
}

a.file_attach:hover {
  text-decoration: underline;
  color: ;
}
*/

