
div#headeles {
  margin-top: 5px;
  margin-right: 30px;
  font-family: 'Times New Roman', 'Times New', 'Times Roman', Times, serif;
  font-size: 0.8em;
  text-align: right;
}

h1 {
  margin: 10px;
  font-variant: small-caps;
  text-align: center;
}

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

td.navbutton {
  font-family: 'Times New Roman', 'Times New', 'Times Roman', Times, serif;
  font-size: 1.0em;
  font-weight: bold;
  font-variant: small-caps;
  text-align: center;
  border: 1px solid #b23f10;
}
td.navbutton a {
  color: #b23f10;
  text-decoration: none;
}

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

h1.c_default {
  margin: 20px 30px 0px;
  font-family: 'Times New Roman', 'Times New', 'Times Roman', Times, serif;
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 0.5em;
  font-variant: normal;
  text-align: left;
}

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

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

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

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

img.c_default {
  border: 2px solid #000000;
}

div.contentitem_home {
  margin: 20px 30px 0px;
}

h2.c_home {
  margin-bottom: 0.5em;
  font-family: 'Times New Roman', 'Times New', 'Times Roman', Times, serif;
  font-size: 1.4em;
  font-weight: bold;
  font-variant: small-caps;
  text-align:center;
}

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

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

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

/* Non-CMS */

div.footer {
  text-align: center;
  margin-top: 1em;
  border-top: 5px solid #000000;
  padding: 1em 0em;
  font-family: '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 */

body {
  padding: 0px;
  border: 0px;
  margin: 0px;
  background: #d0c184 url(/images/background.gif);
}

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 {
  color: #b23f10;
}

a.nameonly {
  color: #000000;
}

body.admin a {
  color: #000000;
}

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

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

