/* COLOR PALLETTE					*//* dark green: 446704				*//* medium green: 499000				*//* light green: E1F8D0				*//* milk chocolate: 865749			*//* lighter brown: A97F72			*//* dark tangerine: FF7532			*//* medium tangerine: FF9560			*//* light tangerine: FFC8AB			*//* pale tangerine: FFE7D6			*//* dark gold: FFA600				*//* medium gold: FFC227				*//* light gold: FFEEBE				*//* pale gold: FFF8E4				*//* LINKS */a:link {  color: #825c4a;  }a:visited {  color: #446704;  }a:hover {  color: #499000;  cursor: hand;  }a:active {  color: #FF702C;  }     /* BODY and SCROLLBARS */  body {  font-size: 12pt;  font-family: verdana, helvetica, tahoma, arial, sans-serif;  margin:30px;   text-align: center;  background-color: #446704;  background: url(images/trees-background.jpg);  background-attachment: fixed;  }       /* TABLES */    table {border-collapse:collapse;}td { vertical-align: top; }/* Main Table - controls maximum width */.main {  background-color: white;  width: 780px;  padding: 15px;  border: 6px inset #ebebeb;  text-align: center;  position: relative;  display: block;  }  /* Sets padding for main body */  .pagebody {  padding-left: 25px;  padding-right: 25px;  }        /* Services box */.services {  border: 5px double #FFC227;  background-color: #fff8e4;  padding-right: 1em;  }   /* Grant Writing History Table */.tbll, .tblr, .tblc {  font-size: 10pt;  font-weight: normal;  padding: 5px;  border: 2px inset #ebebeb;  vertical-align: middle;  }.tbll {  text-align: left;  }.tblr {  text-align: right;  }.tblc {  text-align: center;  } .mdl {  vertical-align: middle;  }      /* LINES */hr.chocolate {  height: 5px;  text-align: center;  color: #865749;  }       /* TEXT*/ /* Set LINE HEIGHT */.tx, .txr, .txl, .txsm, .txsmr, .txsml, .txlg, .txrlg, .txllg, .head, .head2, .k, .i, .c, .contact, .contactlg {  line-height: 1.5;  }/* Basic text */ .tx, .txr, .txl {  color: black;  font-size: 11pt;  font-weight: normal;  }.tx { text-align: center;} .txr {  text-align: right;}.txl {  text-align: left;} /* Small text */  .txsm, .txsmr, .txsml {  color: black;  font-size: 10pt;  font-weight: normal;  } .txsm {  text-align: center;}  .txsmr {  text-align: right;}.txsml {  text-align: left;}/* Very Small Text */.txvs, .txvsr, .txvsl {  font-size: 9pt;  font-weight: normal;  }.txvs { text-align: center; }.txvsr { text-align: right; }.txvsl { text-align: left; }  /* Large text */  .txlg, .txlgr, .txlgl {  color: black;  font-size: 12pt;  font-weight: normal;  } .txlg { text-align: center;}  .txlgr {  text-align: right;}.txlgl {  text-align: left;} /* Headlines */ .head {  color: #865749;  font-size: 16pt;  text-align: center;  font-weight: bold;  }  .head2 {  color: #865749;  font-size: 14pt;  text-align: left;  font-weight: bold;  }.dn {   color: #865749;  font-weight: bold;  text-align: center;  }/* Contact Info (at bottom) & Tag Line (at top) */.contact, .contactlg {  font-family: "times new roman", times, roman, serif;  text-align: center;  color: #865749;  }.contact {  font-size: 12pt;  }.contactlg {  font-size: 16pt;  }  /* THWD info */.thwd, .thwd a, .thwd a:visited, .thwd a:hover {  color: #C5E5B1;  font-size: 10pt;  }       /* Colors */  /* Milk Chocolate */.color1 {  color: #865749;  }  /* Dark Green */  .color2 {  color: #446704;  }   /* Dark Gold */ .color3 {  color: #7E6200;   }  /* MENU */ .menu-top {  position: relative;    top: 0px;  }.menu {  position: relative;    top: 5px;  font-size: 8.5pt;  text-align: center;  font-weight: bold;  }.menu-bottom {   margin-top: 13px;  }/* POSITIONING */.ctr {  text-align:-moz-center; /*FF */  #text-align:center;  /*IE */  }           /* LISTS *//* Item for lists */.i, .c {  color: black;  font-size: 10pt;  text-align: left;  font-weight: normal;  margin-bottom: 6px;  }  .i {  list-style: url(images/arrow.gif) outside none;  }/* "Chocolate" arrow for Services list */  .c {  list-style: url(images/arrow-choc.gif) outside none;  }   /* to reduce vertical space */.up {  position: relative;    top: -30px;	}.up2 {  position: relative;    top: -45px;	}    /* BORDER for PICTURES  */    .pics {  border: 6px inset #A97F72;  }/* GRANT PAGE PICTURES */  .gr-pics-l, .gr-pics-r {  border: 6px inset #a97f72;/* GRAY BORDER > #6f6f6f; */   }  .pics-l {  float: left;  }.pics-r {  float: right;  }      /* FAQS (animatedcollapse - motionpack)  */#faq1, #faq2, #faq3, #faq4, #faq5 {  display: none;  overflow: hidden;  height: 100%;  }  /* TABLE for GRANT WRITING */.gr-1, .gr-2, .gr-3 {  border: 3px inset #ebebeb;  padding: 5px;  } .gr-1 {  text-align: left;  }.gr-2 {  text-align: center;  }.gr-3 {  text-align: right;  }          /* Vertical Align Middle */.v-mid {  vertical-align: middle;  }    