body {
  margin : 0px;
  padding : 0px;
  font-family : verdana, arial, helvetica, sans-serif;
  color : #4D2F0D;
  background-color : #ffe;
}

h1 {
  margin : 0px 0px 15px 0px;
  padding : 0px;
  font-size : 28px;
  font-style : italic;
  line-height : 30px;
  font-weight : 900;
  color : #73520D;
}

h2 {
  margin : 0px 0px 15px 0px;
  padding : 0px;
  font-size : 20px;
  font-style : italic;
  line-height : 22px;
  font-weight : 900;
  color : #73520D;
}

h3 {
  margin : 0px 0px 15px 0px;
  padding : 0px;
  font-size : 18px;
  font-style : italic;
  line-height : 20px;
  font-weight : 900;
  color : #73520D;
}

h4 {
  margin : 0px 0px 15px 0px;
  padding : 0px;
  font-size : 16px;
  font-style : italic;
  line-height : 18px;
  font-weight : 900;
  color : #73520D;
}

p {
  font : verdana, arial, helvetica, sans-serif;
  margin : 0px 0px 16px 0px;
  padding : 0px;
}

table {
  border-style : dotted;
  border-color : #b62;
  border-width : 1px;
}

tr {
  border-style : dotted;
  border-color : #b62;
  border-width : 1px;
}

th {
  text-align: left;
  background-color: #FFF467;
}

td {
  vertical-align: top 
} 

.datestamp {
  font-size: smaller;
  font-style: italic 
}

.ack {
  font-size: smaller 
}

.trans {
  font-size : smaller;
  text-indent : 3em;
}

.citation {
  font-size : smaller;
}

blockquote {
  font : verdana, arial, helvetica, sans-serif;
  margin : 0px 10px 16px 10px;
  padding : 4px;
  font-size : smaller;
  font-weight : bold;
  text-indent : 3em;
}

a:link { 
  color : #C64E00;
  text-decoration : none;
  font-weight : bold;
}

a:visited {
  color : #C64E00;
  text-decoration : none;
  font-weight : bold;
}

a:hover {
  background-color : #C64E00;
  color : #ffe;
  text-decoration : none;
  font-weight : bold;
}

#banner {
  margin : 0;
/*  padding : 17px 0px 0px 20px;*/
  /* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
  height : 30px; /* 14px + 17px + 2px = 33px */
  border-style : none;
/*  border-color : #b62;*/
  border-width : 1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
/*  line-height : 11px;*/
  background : #ec6 url(images/rsborderhoriz.jpg);
}

#header {
  margin : 10px 0px 10px 0px;
  padding : 17px 0px 0px 20px;
  /* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
  height : 33px; /* 14px + 17px + 2px = 33px */
  border-style : dotted;
  border-color : #b62;
  border-width : 1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
  line-height : 11px;
  background : #ec6;
}

#content {
  margin : 0px 50px 50px 210px;
  padding : 1.5em;
}

#content>p { margin : 0px; }

#excerpt {
  margin : 0px 150px 50px 210px;
  line-height : 20px;
  padding : 20px;
}

#excerpt>p {
  text-indent : 3em; 
  margin : 0px; 
}

#excerpt>p+p { text-indent : 3em; }

#info {
  margin : 0;
  line-height : 20px;
}

#info>p {
  text-indent : 3em;
  margin : 0;
}

#info>h2 {
  margin : 1em 0em;
  text-indent : 0;
}

#basic {
/*  margin : 0px 0px 0px 20px; */
}

#basic>p { line-height : 1em; }

#menu {
  position : absolute;
  top : 120px;
  left : 20px;
  width : 172px;
  padding : 0.5em;
  background-color : #ec6;
  border : 1px dotted #b62;
  line-height : 1.1em;
}

#menu>ul {
  list-style : none;
  margin : 0;
  padding : 0;
}

#menu>li {
  display : block;
  width : 100%;
}

#footer {
  margin : 20px 20px 20px 20px;
  padding : 17px 0px 0px 20px;
  border-style : dotted;
  border-color : #b62;
  border-width : 1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
  line-height : 11px;
  background-color : #4D2F0D;
  color : #ffe;
}


