body {
  background :white;
  font: 79%/1.5 Verdana,serif;
  margin: 0;
  padding: 0;
}

.container { float: left; margin-right: -21em; width: 100%; }
.content { margin-right: 21em; padding: 0 .4em; }
.sidebar { float: right; padding: 0 .4em; width: 20em; }

#header {
    background:palegoldenrod url(/images/gavel.gif) no-repeat top left;
}
#header .content { margin-left:90px; }
#header .sidebar { text-align:right; }
#header #logo { font:2.8em times new roman,sans serif; }
#header #logo #writer { font-style:italic; margin-left:-1.1em; }
#header #logo #w-in-writer { color:darkkhaki; font-style:normal; }
#header #logo sup span { font-size:.5em; }
#header #logo #ohio { font-size:.8em; }
#header #full-text-search { margin-top:2px; }
#header #links a { font-size:95%; padding:0 .25em }
.ImageLink 
{
	max-width:100%;
}
/* area for everyting in the infobar div */
div#infobar {
  background-color: beige;
  border: 1px solid darkkhaki;
  border-top: 3px solid darkslategray;
  font-family: Georgia, serif;
  clear: both;
  padding: .1em 0;
  margin: 0;
}

span.notice { margin-left: .4em; color :red; }
span.search { margin-left: .4em; }

ul.breadcrumb, ul.breadcrumb li {
  display: inline;
  margin: 0;
  padding: 0;
  font-weight: bold;
}

/* area for everything in the main content area */
#doc h1 { font-size: 1.6em; margin: 0; margin-top: .2em;}
#doc h2 { font-size: 1.4em; margin: .5em 0 0 0; }
#doc p  { text-align: justify; }
#doc P  { text-align: justify; }
/* area for everything in the toc */
#toc {
  background-color: beige;
  border: solid darkkhaki;
  border-width:0 1px 1px 1px;
}
#toc form { text-align :center; padding: 0; margin: 2px; }
#toc .prev-next { text-align: center; width: 100%; }
#toc .prev-next a { color: darkblue; margin: 2px 6px; text-decoration: none; }
#toc .prev-next a:hover { text-decoration: underline; }

#toc .children {
  list-style: none; margin: 5px 0; padding: 0 .2em; text-align: left;
}
#toc .children li { margin: .75em 0;}

/* General styles that can appear anywhere */
a { color: darkblue; }
a:visited { color: maroon; }
a.quickkey { color: black; margin-left: .4em; text-decoration: none; }


em.hit { color: firebrick; font-weight: bold; }
em.mnemonic {
   font-style: normal; font-weight: bold; text-decoration: underline;
}

input {
  background: ivory; font: 1em Georgia, serif; margin: 0 1px; width: 9em;
}
input.submit {
  background: darkkhaki; color: ivory; font-weight: bold; width: 2.5em;
}

