/*  colors
    #F5EFDF   beige (pale medium-grayed orange)
    #574E45   dark very greyed red orange
    #728785   medium very grayed blue-green
    #899C9A   lighter very grayed blue-green
    #AFA287   soft brown (grayed orange)
    #627573   dark gray blue-green
    #884737   brown (medium grayed red)
*/

html    { border: 6px solid white; }
body	{ background-color: #F5EFDF; font-family: verdana, arial, helvetica, sans-serif; font-size: 72%; 
	  padding: 10px; margin: 0; }
h1	{ font-size: 19px; font-weight: 700; color: #574E45; font-family: arial; margin-top: 40px; }
h2	{ font-size: 16px; font-weight: 700; color: #728785; margin-top: 30px; }
h3	{ font-size: 14px; font-weight: 600; color: #899C9A; margin-left: 20px; margin-bottom: -6px; }
p, li	{ font-weight: 500; color: black; line-height: 1.5; }
dt	{ font-weight: 700; }
dd	{ margin-top: 10px; margin-bottom: 18px; margin-left: 80px; line-height: 1.5; }
dd p	{ line-height: 1.5; }
tr	{ vertical-align: top; }
td	{ line-height: 1.5; }
a	{ outline: none; }


ul.square
	{ list-style-type: square;
	  list-style-position: outside; padding: 0;
	  margin-left: 16px;  }
ul.spaced li
	{ margin-bottom: 8px; }
.in	{ padding-left: 16px; }

.tab		{ padding-left: 10px; 
		  padding-right: 10px; }

table.over
	{ margin-top: 10px; width: 85%; }
table.over td
	{ font-size: 95%; }
a:link
	{ text-decoration: underline;
	  font-weight: 500;
	  color: black }

a:visited
	{ text-decoration: underline;
	  font-weight: 500;
	  color: black }
a:active
	{ text-decoration: underline;
	  font-weight: 500; background-color: #dddddd; 
	  color: black }
a:hover
	{ text-decoration: underline;
	  font-weight: 500; background-color: #dddddd; 
	  color: black }


#nav    { z-index: 3; position: absolute; top: 15px; right: 20px; text-align: right; 
	  font-size: 11px; color: #574E45; font-weight: 500; }
#menu	{ padding: 8px 10px 8px 10px;
	  border:  3px double #AFA287;
	  margin-left: 10px; 
	  font-family: arial, sans-serif;
	  font-size: 100%;
	  line-height: 1.5; }
#menu a:link
	{ text-decoration: none; font-weight: 500; color: #627573; }
#menu a:visited
	{ text-decoration: none; font-weight: 500; color: #627573; }
#menu a:active
	{ text-decoration: underline; font-weight: 500; color: #627573; }
#menu a:hover
	{ text-decoration: underline; font-weight: 500; color: #627573; }
#top	{ text-align: center;
	  margin-top: 20px;
	  font-size: 10px;
	  color: #884737; }
#top a  { text-decoration: none; }
#rev	{ clear: both;
	  color: black;
	  font-size: 9px; 
	  text-align: center;
	  margin: 10px 10px 0px 10px;
	  border-top: 2px solid white; }
#rev p  { margin-top: 10px; margin-bottom: 16px }

#acreader
	{ margin-left: 20px; 
	  float: right;
	  right: 20px; }
#acreader img
	{ border: none; }




