body {
  background: gray; 
  color: black; 
  font-family: Arial, Helvetica, sans-serif;
  padding: .1in .1in .1in .1in; 
}

/* General font definitions */
strong { 
  font-weight: bold 
}

var { 
  font-style: italic 
}

samp, tt, code, pre { 
  font-family: Courier New, Courier, monospace 
}

/* Heading definitions */
h1 {
  text-align: right; 
  color: black;
  font-weight: normal;
}

h2 {
  text-align: left; 
  color: #6B0C08; 
  font-weight: normal;
}

h3 {
  text-align: left; 
  color: #6B0C08; 
  font-weight: normal;
}

h4 {
  text-align: left; 
  color: #6B0C08; 
  font-weight: normal;
}

/* Link definitions */
A:link {
  color: #6B0C08;
}

A:visited {
  color: #6B0C08;
}

A:active {
  color: #6B0C08;
}

/* List definitions */
ul {
  list-style-type: square;
}

li {
  padding: .2em .2em .2em .2em; 
}

/* Table definitions */
thead {
  background: #0c4a73; 
  color: #CDCCAD; 
  font-weight: bold
}

thead td {
  padding: .1em 1em .1em 1em; 
}

tbody td {
  padding: .2em .2em .2em .2em; 
}

/* Definition list definitions */
DT {
  background: #CDCCAD; 
  color: black; 
  padding: .2em 2em .2em 2em; 
  margin: .1%; 
  font-weight: bold; 
}

/* Page definitions */
div#page { 
  background: #CDCCAD; 
  /*border-style: solid;
  border-width: medium;
  border-color: white;*/
  width: 700px;
  padding: 2em 2em 2em 2em; 
  margin: 2em 2em 2em 2em; 
}

/* Banner definitions */
div.banner {
/*  border-style: solid;
  border-width: medium;
  border-color: darkblue;*/
}

/* Sidebar definitions */
div.sidebar {
  border-style: solid;
  border-width: 1.2px;
  border-color: black;
  width: 120px;
  float: right; 
  background: gray;
  color: #CDCCAD; 
  margin: 2em .2em .2em .5em;
}

div.sidebar h1 {
  margin: .2em .2em .2em .2em;
  padding: 3px 3px 3px 3px;
  text-align: center;
  color: #CDCCAD;
}

div.sidebar h2 {
  margin: .2em .2em .2em .2em;
  padding: 3px 3px 3px 3px;
  text-align: center;
  color: #CDCCAD;
}

div.sidebar h3 {
  margin: .2em .2em .2em .2em;
  padding: 3px 3px 3px 3px;
  text-align: center;
  color: #CDCCAD;
}

div.sidebar h4 {
  margin: .2em .2em .2em .2em;
  padding: 3px 3px 3px 3px;
  text-align: center;
  color: #CDCCAD;
}

div.sidebar a {
  color: inherit; 
  text-decoration: none;
}
 
div.sidebar a:hover { 
  color: inherit; 
  text-decoration: none; 
}

div.sidebar a:visited { 
  color: inherit;
  text-decoration: none; 
}

div.sidebar ul {
  /* border-style: solid;
  border-width: medium;
  border-color: white;*/
  list-style: none;
  margin: .2em .2em .2em .2em;
  padding: 3px 3px 3px 3px;
}

div.sidebar li {
  border-style: solid;
  border-width: 1.2px;
  border-color: black;
  background: #CDCCAD;
  color: black;
  margin: .2em .2em .2em .2em;
  padding: 4% 4% 4% 4%;
}

div.sidebar li:hover {
  background: gray;
  color: #CDCCAD;
}


/* Main body definitions */
div.main {
  /* border-style: solid;
  border-width: medium;
  border-color: darkblue;*/
}

div.main h1 {
  text-align: left; 
  color: #6B0C08;
}

div.main h2 {
  text-align: left; 
  color: #6B0C08;
}

div.main h3 {
  text-align: left; 
  color: #6B0C08;
}

div.main h4 {
  text-align: left; 
  color: #6B0C08;
}

div.sidebar + div.main {
/*  border-style: solid;
  border-width: medium;
  border-color: darkblue; */
  float: right;
  left: 20%;
  width: 80%;  
}

/* Footer definitions */
div.footer {
  /* border-style: solid;
  border-width: medium;
  border-color: #6B0C08;*/
  /*position:absolute; 
  bottom: 0px; 
  left: 0px;*/
  clear: both;
  font-style: italic;
  font-size: 50%;
}

/* Document definitions */
div.docs {
  /* border-style: solid;
  border-width: medium;
  border-color: #6B0C08;*/
}

div.person  { background-image: kemm.jpg;
vertical-align: top;}
 
span.picture { padding: 10px; }
span.name { padding: 10px; 
text-align: left;}

span.doctitle {
  font-weight: bold;
  display: block;
}

span.docauthors {
  display: block;
}

span.docauthors:after {
  content: ".";
}

span.dochowpub:after {
  content: ",";
}

span.docpublisher:after {
  content: ",";
}

span.docproc {
  font-style: italic;
}

span.docproc:before {
  content: "In ";
}

span.docproc:after {
  content: ",";
}

span.docjournal {
  font-style: italic;
}

span.docjournal:after {
  content: ",";
}

span.docnum:after {
  content: ",";
}

span.docnote {
  font-style: italic;    
}

span.docnote:after {
  content: ".";
}

span.docpages:before {
  content: "pp. ";
}

span.docpages:after {
  content: ",";
}

span.docwhere:after {
  content: ",";
}

span.doctype:after {
  content: ",";
}

span.docwhen:after {
  content: ".";
}

span.doclink {
  display: block;
}

span.doclink:before {
  content: "[";
}

span.doclink:after {
  content: "]";
}

