body {
   background: #ffffff;  
   background-image: url('img/page-side.png');
   background-repeat: repeat-y;
   font-size: 10pt;
   font-family: Arial;
}

a:link {
   color: #3d5022;
}

a:visited {
   color: #6d7962;
}

.banner {
   margin-left: 25px;
   margin-top: 15px;
}

.content {
   margin-left: 140px;
   margin-top: 25px;
   width: 670px;
   font-size: 10pt;
}

.navbox {
   float: right;
   width: 190px;
   background-color: #fff;
   margin-left: 3em;
   margin-bottom: 3em;
}

.navrule {
   margin-left: 0px;
   margin-right: 0px;
   margin-top: 5px;
   margin-bottom: 5px;
   /* width: 190px; */
   /* height: 10px; */
   text-align: center;
   /* background-image: url('img/hr.png'); */
}

#navtitle {
   text-align: center;
   font-size: 12pt;
   font-weight: bold;
   margin-top: 0px;
   margin-bottom: 0px;
}

#navlinks {
   text-align: right;
   font-size: 10pt;
   margin-right: 10px;
   line-height: 13pt;
}

.title {
   font-size: 12pt;
   font-weight: bold;
}

.subtitle {
   font-weight: bold;
}

.indent {
   margin-left: 3em;
}

.thumbnail {
   border: 1px solid #3d5022;
}

.rule {
   margin-top: 5px;
   /* width: 670px; */
   /* height: 10px; */
   text-align: center;
   /* background-image: url('img/hr-full.png'); */
}

td {
   font-size: 10pt;
}

hr.dashed {
   border: none 0;
   border-top: 1px dashed #000;
   height: 1px;
   width: 670px;
   margin: 0px;
   margin-top: 2px;
}
   
hr.solid {
   border: none 0;
   border-top: 1px solid #000;
   height: 1px;
   width: 670px;
   margin: 0px;
   margin-top: 2px;
}

.journal_entry {
     border-top: 1px solid #000;
     border-bottom: 1px solid #000;
     margin-top: 1em;
     margin-bottom: 2em;
}

.journal_bar {
   background: #e0e6d8;
   margin-top: 0px;
   border-bottom: 1px dashed #876a64;
   line-height: 150%;
   padding-left: 0.5em;
   padding-right: 0.5em;
}

.comment_bar {
   margin-bottom: 0px;
   line-height: 150%;
   font-size: 80%;
   border-top: 1px dashed #876a64;
}

.journal_title {
   font-weight: bold;
}

.journal_date {
   float: right;
}

.journal_body {
   margin: 0.5em;
}

.comment {
   border-bottom: 1px solid #000;
   border-top: 1px solid #000;
   margin-bottom: 2em;
}

.indent {
   margin-left: 2.5em;
}

.comment_links {
   float: right;
}

input.text {
   font-size: 10pt;
   border: 1px solid #000;
   background-color: #f0f6e8;
}

input.button {
   font-size: 10pt;
   background-color: #f0f6e8;
}

textarea {
   font-size: 10pt;
   border: 1px solid #000;
   background-color: #f0f6e8;
   font-family: Arial;
}