body {font-family: verdana, helvetica, sans-serif; 
      font-weight: normal;
      background-color: #E0D78D;
    }

h1, h2, h3, h4, h5 {font-family: verdana, helvetica, sans-serif;}

p.update {font-style: italic; border-top: medium solid #800000;}
/* Left hand side of the page is a sidebar with image and navigation */
		
div#left {position: absolute; 
    	  top: 0.18in; 
	  left: 0.18in; 
	  width: 200px; 
	  overflow: hidden;
	  background: #800000; 
	  color: ##C7B35B;
	  line-height: 120%;
}

div#left h4 {padding: 0em 1em 0em 1em; }
div#left p  {padding: 0em 1em 0em 1em; }
div#left a {color: #C7B35B; }

/* Right had side of the page is the main content */

div#right {position: absolute; 
           top: 0.18in;
           bottom: auto; 
           left: 230px;
           right: 1em;
           line-height: 120%;
           }

div#right h1 { background: #800000; color: #E0D78D;  text-align: center; padding: 0.5em; margin: 0in;}
div#right h2 { color: #800000; }
div#right h3 { color: #800000; }
div#right h4 { color: #800000; }
div#right h5 { color: #800000; }
div#right a:link {color: #800000 ;} 
div#right a:visited {color: #A56A03; }
div#right td { border: 1px solid #800000 ;
	text-align: right;
	line-height: 150%;
	padding-right: 1em;
	padding-left: 1em;
	background-color: #E0D78D;
}
div#right table { border: 2px solid #800000;
}
.total { font-weight: bold;
	text-align: left;
}
.logsheet { border: 1px solid #800000;
}
		
