* {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
  background: #e5dab8;
}

A {
  color: #660000;
}

UL A {
  text-decoration: none;
}

h1 {
  height: 50px;
  margin: 0;
  padding: 0;
}

h1 a {
  display: block;
  height: 50px;
  background: transparent url(/art/bgtop3.png) bottom no-repeat;
}

h1 a span {
  display: none;
}

h3 {
  font: 13pt Verdana, Arial, Helvetica, sans-serif;
  text-align: left;
/*  color: #660033;*/
  color: #D86435;
  border-bottom: 1px dashed #D86435;
  display: inline;
}

h4 {
  font: 14pt Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: left;
/*  color: #F28B55; */
  color: #622b22;
  border-bottom: 1px solid #622b22;
  margin-top: 0px;
}

P, LI, P A, BLOCKQUOTE {
  font-family: "Times New Roman", Times, serif;
}

/*
BLOCKQUOTE:before {
  content: open-quote;
  font-weight: bold;
  font-size: 200%;
}

BLOCKQUOTE:after {
  content: close-quote;
  font-weight: bold;
  font-size: 200%;
}
*/

BLOCKQUOTE {
  font-style: italic;
  quotes: "\201C" "\201D";
  background-color: #f8f0f0;
  color: #555;
  border-top: 1px solid #dcc;
  border-bottom: 1px solid #dcc;
  font-size: 70%;
  padding: 0.5em;
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

PRE.suipa {
  border-top: 2px dashed #444444;
  border-bottom: 2px dashed #444444;
  padding: 0.2em 0 0.2em 0;
  font-size: 10pt;
}

#fullpage {
  position: absolute;
  left: 50%;
  width: 600px;
  margin-left: -300px;
 /* border: 1px solid #ab8833; */
  background: url(/art/bgmid.png) repeat-y;
/*  padding: 15px; */
  z-index: 2;
}

#content {
  padding: 15px;
}

#menu {
/*  position: absolute;
  top: 205px;
  float: left; 
  width: 120px;
  border: 1px dashed #c1c192; */
  border: 1px dashed #c1c192;
  margin: 0px 6px 0px 0px;
}

#data {
/*  margin: -15px 0px 0px 125px;
  padding: 0px;*/
}

#menu A,
#menu A:link,
#menu A:visited,
#menu A:active {
  font: bold 8pt/13pt Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
  background: #FFFFFF;
  color: #660000;
  display: block;
  text-decoration: none;
}

#menu a:hover {
  background-color: #A52A2A; /* brown */
  color: #FFFFFF;
  cursor: pointer;
}

.menu {
  list-style-type: none;
  padding: 0px;
}

.menu A,
.menu A:link,
.menu A:visited,
.menu A:active {
  font: bold 9pt/12pt Verdana, Arial, Helvetica, sans-serif;
  text-align: left;
  background: #FFFFFF;
  color: #660000;
  /* display: block; */
  text-decoration: none;
}

.menu a:hover {
  color: #000000;
  cursor: pointer;
  text-decoration: underline;
}

.breadcrumbs {
  font: 8pt Verdana, Arial, Helvetica, sans-serif;
  background-color: #c1c192;
  padding: 2px 4px 2px 4px;
}

.breadcrumbs A {
  text-decoration: none;
  font-weight: bold;
}

.footer {
  display: block;
/* width: 100%; */
  text-align: center;
  color: #c1c192;
  font: 8pt Verdana, Arial, Helvetica, sans-serif;
  padding: 0.3em 0em 1.5em 0em;
  background: url(/art/bgbot.png) no-repeat bottom;
}

.footer span {
  width: 90%;
  margin-left: 5%;
  display: block;
  border-top: 1px solid #e3e3cd;
}

.footer A {
  color: #b1b182;
  text-decoration: none;
  font-weight: bold;
}

.formField {
  font-size: 10pt;
  text-align: right;
}

.formInput {
  font-size: 10pt;
  text-align: left;
}

.invalidField {
  font-size: 9pt;
  font-weight: bold;
  color: #FF0000;
}

#articleList P {
  font-weight: bold;
}

#articleList OL {
  list-style-type: lower-latin;
}

.author {
  text-align: right;
  color: #555555;
  font-size: 9pt;
  margin-top: -2em;
}

.batch {
  border: 1px solid #660033;
  width: 100%;
}

.batch TH {
  color: #660033;
  font-size: 8pt;
  border-bottom: 1px solid #660033;
}
 
.batch A {
  text-decoration: none;
}
 
.batchRowOdd TD, .batchRowEven TD{
  font-size: 8pt;
  border-right: 1px solid #660033;
}

.batchRowOdd {
  background-color: #c1c192;
}

.selbox {
  background: #bbbbbb;
  border: 1px solid #555555;
  margin: 0 2em 0 2em;
  font-size: 9pt;
}

.selbox H1 {
  color: #bbbbbb;
  font-size: 11pt;
  text-align: center;
  height: 1.2em;
  display: block;
  background: #555555;
}

.selbox FORM {
  padding: 0.8em 1em 0 1em;
}

/*
.comment {
  border: 1px dashed #555555;
  margin: 0 5em 0 5em;
  padding: 0.5em;
  color: #555555;
  font-size: 80%;
}
*/

.comment {
  background-color: #f8f0f0;
  color: #555;
  border-top: 1px solid #dcc;
  border-bottom: 1px solid #dcc;
  font-size: 70%;
  margin: 0 5em 0 5em;
  padding: 0.5em;
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

