/*    thegrove.css Style Sheet
 *    jrc June, 2006
 *
 *    Usage: Include via HTML LINK tag inside HEAD.
 */

body {
  color: ForestGreen;
  background-color: Linen;
  font-family: Verdana,Arial,Helvetica,Geneva,Espy,Sans-serif;
  margin:  0px 0px 0px 0px;
}
p { 
  color: #336633;
  font-size: 10pt;  
  font-family: Verdana,Arial,Helvetica,Geneva,Espy,Sans-serif;
}

p.fineprint { 
  font-size: 7pt;  
  font-family: Verdana,Arial,Helvetica,Geneva,Espy,Sans-serif;
  font-weight: normal; 
}

ul { list-style-type: square; }
ol { list-style-type: decimal; }     
li { font-size: 80%;

a {
	color: #336633;
  font-size: 10pt;
  font-family: Verdana,Arial,Helvetica,Geneva,Espy,Sans-serif;
  text-decoration: none;
	}
a:link {
	color: #336633;
  font-family: Verdana,Arial,Helvetica,Geneva,Espy,Sans-serif;
  font-weight: bold;
  font-size: 10pt;
  text-decoration: none;
}
a:visited {
	color: #336633;
  font-family: Verdana,Arial,Helvetica,Geneva,Espy,Sans-serif;
  font-weight: bold;
  font-size: 10pt;
  text-decoration: none;
}
a:hover {
	color: Red;
  font-family: Verdana,Arial,Helvetica,Geneva,Espy,Sans-serif;
  font-weight: bold;
  font-size: 10pt;
  text-decoration: none;
}
a:active {
	color: Red;
  font-family: Verdana,Arial,Helvetica,Geneva,Espy,Sans-serif;
  font-weight: bold;
  font-size: 10pt;
  text-decoration: none;
}

a.email {
 font-family: Verdana,Arial,Helvetica,Geneva,Espy,Sans-serif;
 font-size: 10pt;
 text-decoration: underline;
}
a.sidemenuitem {
  line-height: 28px;
  color: ForestGreen;
  font-family: Verdana,Arial,Helvetica,Geneva,Espy,Sans-serif;
  font-size: 9pt;
  font-weight: bold; 
  border-bottom: 10px; 
  text-decoration: none;
}
p.sidemenuitemhere {
  line-height: 28px;
  color: #cc99cc;
  font-family: Verdana,Arial,Helvetica,Geneva,Espy,Sans-serif;
  font-size: 9pt;
  font-weight: bold;
  border-bottom: 10px; 
}
a.bodylink {
  font-family: Verdana,Arial,Helvetica,Geneva,Espy,Sans-serif;
  font-weight: bold; 
  text-decoration: none;
  color: #336633;
  hover: LightBlue;
  active: red;
  visited: #336633;
}

table {
  font-family: Verdana,Arial,Helvetica,Geneva,Espy,Sans-serif; 
  color: #663300;
}

td {
  font-family: Verdana,Arial,Helvetica,Geneva,Espy,Sans-serif; 
  font-size: 9pt;  
}
td.datalabel {
  font-weight: bold;
}
td.eightpt {
  text-align: left;
  vertical-align: top;
  color: #336633;
  font-size: 8pt;  
}
td.tenpoint {
  text-align: left;
  vertical-align: top;
  color: #339033;
  font-size: 10pt;  
}
h1, h2, h3, h4, h5, h6 { 
 color: #336633;
 font-family: Verdana,Arial,Helvetica,Geneva,Espy,Sans-serif;
 font-weight: bold;
}
h1 { font-size: 24pt; }
h2 { font-size: 20pt; }
h3 { font-size: 16pt; }
h4 { font-size: 12pt; }
h5 { font-size: 10pt; }
h6 { font-size: 9pt;  }

input.menubuttonactive {
  width: 110px;
  height: 25px;
  color: ForestGreen;
  background-color: Snow;
  border-style: Solid;
  border-color: #B099CC;
  font-family: Verdana,Arial,Helvetica,Geneva,Espy,Sans-serif;
  font-size: 12pt;
}
input.menubuttoninactive {
  width: 110px;
  height: 25px;
  color: White;
  background-color: #99CC99;
  border-style: Solid;
  border-color: #99CC99;
  font-family: Verdana,Arial,Helvetica,Geneva,Espy,Sans-serif;
  font-size: 12pt;
}
td.sidemenu {
  font-family: Verdana,Arial,Helvetica,Geneva,Espy,Sans-serif;
  font-size: 8pt;
  font-weight: bold; 
  text-align: left;
  vertical-align: top;
  width: 114px;
  color: Gold;
}

td.mainsection {
  font-family: Verdana,Arial,Helvetica,Geneva,Espy,Sans-serif;
  font-size: 8pt;
  font-weight: bold; 
  text-align: left;
  vertical-align: top;
}

.navbutton {
  width: 70px;
  height: 20px;
  font-size: 8pt;
}
.vspacer1 {
  width: 5px;
  background-color: Linen;
}
.dropcap {
  float: left;
  width: 42px;
  font-size: 62px;
  line-height: 51px;
  font-weight: normal;
  color: #669966;
  font-family: Verdana,Arial,Helvetica,Geneva,Espy,Sans-serif;
}
