/* ALL SECTIONS */

body { 
  cursor: auto; /* default auto crosshair pointer */
  background-image: url(graphics/gfx_bgnd.png); /* none url(url address here) */
  background-color: #ffffff; /* hex rgb(0, 0, 0) transparent*/
  background-position: top left; 
  background-attachment: scroll; /* fixed scroll */
  background-repeat: repeat-y; /* no-repeat repeat repeat-x repeat-y */
  font-family: Georgia,Verdana,sans-serif; /* desired font followed by generic font */
  font-size: 1em; /* 2em equals twice normal size */
  font-style: normal; /* normal italic oblique */
  font-variant: normal; /* normal small-caps */
  font-weight: normal; /* normal 100-900 bold */
  color: #000000; /* hex rgb(0, 0, 0) */
  letter-spacing: normal; /* normal pixels */
  text-align: justify; /* left right center justify */
  text-decoration: none; /* none underline overline line-through blink */
  text-indent: 0px; /* pixels percentage */
  text-transform: none; /* none capitalize lowercase uppercase */
  line-height: normal; /* normal number pixels percentage */
  word-spacing: normal; /* normal pixels */ 
}

/* HYPERLINKS */

a:link {color: #003333; text-decoration: none; }
a:visited {color: #4b7070; text-decoration: none; }
a:hover {color: #8c7d69; text-decoration: none; }
a:active {color: #8c7d69; } 

/* TEXT PROPERTIES */

h1 {
  font-family: Palatino,Georgia,serif; 
  font-size: 1.1em;
  padding-left: 60px;
  padding-right: 60px; 
}

h2 { 
  font-family: Palatino,Georgia,serif; 
  font-size: .9em; 
  color: #8c7d69;
  padding-left: 60px;
  padding-right: 60px;
}

h3 {
  font-family: Palatino,Georgia,serif; 
  font-size: .9em; 
  color: #003333;
  padding-left: 60px;
  padding-right: 60px;
}

p { 
  font-family: Palatino,Georgia,serif; 
  font-size: .9em; 
  text-indent: 0px; /* to indent the first line of each paragraph */
  padding-left: 60px;
  padding-right: 60px;
}

.cap {
  font-family: Palatino,Georgia,serif; 
  font-size: 2em; 
  margin-right: 2px;
}

ol, ul {
  margin-left: 40px;
  padding-left: 60px;
  padding-right: 60px;
}
  
li {
  font-family: Palatino,Georgia,serif; 
  font-size: .9em;
  margin: 0;
  padding: 0;
}

/* other element decoration */

hr { height: 1px; color: #c9bcad; }
hr.short  { height: 1px; width: 150px; border: 0; color: #c9bcad; background-color: #c9bcad; }

#imgwrap {
  float: left;
  margin-right: 15px;
  padding-left: 60px;
}
