body {
	
	
}
/*Other colors: B2AC58*/
img {
	border-style:none;
	}
a:link    {
  /* Applies to all unvisited links */
  text-decoration:  none;
  font-weight:      normal;
  background-color: transparent;
  /*color: #6C6E76;*/
  color:#539D49;
  } 
a:visited {
  /* Applies to all visited links */
  text-decoration:  none;
  font-weight:      normal;
  background-color: transparent;
  color:#539D49;
  } 
a:hover   {
  /* Applies to links under the pointer */
  text-decoration:  underline;
  font-weight:      normal;
  background-color: transparent;
  color:  blue;
  } 
a:active  {
  /* Applies to activated links */
  text-decoration:  underline;
  font-weight:      bold;
  background-color: black;
  color: #539D49;}

h1 {font-family: "Trebuchet MS", sans-serif;
	font-variant:small-caps; 
	font-size: 20pt; 
	font-weight: normal;
	color:#6C6E76;
	/*old color: #6C6E76*/}
	
h2 {font-family: "Trebuchet MS", sans-serif;
	font-variant:small-caps; 
	font-size: 18pt; 
	font-weight: normal;
	color:#6C6E76}
	
h3 {font-family: "Trebuchet MS", sans-serif;
	font-variant:small-caps; 
	font-size: 16pt; 
	font-weight: normal;
	color:#6C6E76;
	font-style:italic}

#eyebrow {
	font-size:20pt;
	font-style:italic;
	font-weight:bold;
	}
#bodytext {
	text-indent: 0px;
	font-family: Garamond, serif;
	font-size: 16pt;
}
#contacts {text-indent: 0px;
font-family: Garamond, serif;
font-size: 11pt;
}
#picture {
	position:absolute;
	width:20%;
	top: 2%;
	left: 2%;
	margin-right: 1%;
	border: none;
	font-family: "Garamond", serif;
	font-variant:small-caps;
	font-size:10pt;
	font-weight:normal;
	color:#149A02;
	/*color:#149A02;*/
	clear:both;
	text-align:center;
	background-color:#B3E7AC;
	padding-top:5%;
	padding-bottom: 10%;
}

#trademark { 
	position:absolute;
	left: 25%;
	top: 4%;
	width:80%;
	height:10%;
}


#navigation li {
	display: inline;
	white-space: nowrap;
	list-style-type: none;
	}
#navigation {
	position:absolute;
	width:74%;
	left:23%;
	top: 14%;
	font-family: "Trebuchet MS", sans-serif;
	font-variant:small-caps;
	font-size:11pt;
	font-weight:normal;
	color:#6C6E76;
	text-align:right;
	border-top-width: medium;
	border-top-style:solid;
	border-top-color:#6C6E76;
	margin-right:6%;
	 }

#text{
	position:absolute;
	top: 20%;
	left: 25%;
	width: 63%;
	text-indent: 0px;
	font-family: Garamond, serif;
	font-size: 14pt;
	padding-left:2%;
}

#sidebar{
	float:right;
	width:30%;
	margin-left:3%;
	margin-top:5%;
	padding:2%;
	background-color:#E8C26F;
}
#sidebartext {
	text-indent: 0px;
	font-family: Garamond, serif;
	font-size: 12pt;
}

#alignmiddle {
	vertical-align:middle;
}

div.figure {
  float: none;
  border: none;
  margin: .5em;
  padding: .5em;
}
div.figure p {
  text-align: center;
  font-style: normal;
  font-weight: bold;
  font-size: 8pt;
  font-family: Arial, Helvetica, sans-serif;
  text-indent: 0;
}
