body {
 /* font-family: Times New Roman, Garamond, Georgia, Century; */
  font-family: Arial,  Lucida, Geneva, Helvetica, sans-serif;

}
#mainblock {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 770px;
}
#top { 
  position: absolute;
	left: 0px;
	top: 0px;
	background: transparent;
}
#topleft {
	background: #fff;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 149px;
	height: 95px;
}
#topleft img {
border: 0;
text-decoration: none;
}
/* positioned blocks */
#main {
  background: transparent;
	position: absolute;
	left: -5px;
	top: 100px;
  /*height: 450px;*/
}
#leftcell, #rightcell, #sidebanner {
  vertical-align: top;
}
#leftcell {
	background:#45621F;
	color: white;
	width: 147px;
}
#leftcell h1 {
	font-size:14pt;
	display: block;
	margin: 5px;
	border-bottom: solid 1px #f7cb33;
}
#leftcell a.leftnav1 {
	font-size:12pt;
	display: block;
	margin: 1px;
  color: white;
	margin-left: 5px;
	font-weight: bold;
	text-decoration: none;
}
#leftcell a.leftnav1:hover {
	text-decoration: underline;
}
#leftcell a.leftnav2 {
	font-size:8pt;
	display: block;
	margin: 1px;
  color: #f7cb33;
	margin-left: 10px;
}
#leftcell a.leftnav3 {
	font-size:8pt;
	display: block;
	margin: 1px;
  color: #fff8ab;
	margin-left: 15px;
}
#leftcell a.leftnav3:hover, #leftcell a.leftnav2:hover {
  color: white;
}
#leftcell div {
	margin: 5px;
	font-size: 8pt;
}
#leftcell p {
	margin: 10px;
	font-size: 8pt;
}
#rightcell {
	background: white;
  color: #111;
	width: 600px;
  height: auto;
}
#rightcell img {
  border: none;
  text-decoration: none;
}
#rightcell h2, #rightcell h3, #rightcell h4 {
  color: #353;
  margin: -5px 0px 0px 0px;

}

.contentparagraph h1 {
  margin:5px;
  margin-left: -5px;	
color: #8CC63F;
  font-size: 22pt;
}
.contentparagraph {
	margin: 10px;
	font-size: 10pt;
	/*font-family: Arial, Lucida Sans;	*/
}
.contentparagraph strong {
	margin: 10px;
	font-size: 10pt;
	color: #559;
}
.contentparagraph a.link {
  color: black;
	text-decoration: none;
	font-weight: bold;	
}
.contentparagraph a.link:hover {
  text-decoration: underline;  
}
.contentparagraph td {
  vertical-align: top;
}
li {
  color: black;
  margin: 0px;
  margin-left: -15px;
  padding: 0px;
  font-size: 7.5pt;
}
#foot {
	/*height: 40px;padding: 0px; margin: 0px;*/
	background:  #8CC63F;
}

/* stuff for slides and navigation */
div.slide {
text-align: center;
float: left;
margin: 4px;
height: 130px;
font-size: 8pt;
}
div.slide a, div.bigpicture a {
 text-decoration: none;
 color: black;

}
div.bigpicture {
clear: both;
text-align: left;
}
div.bigpicture img, .contentparagraph img{
display: block;
margin: 2px 2px 0px 0px;
padding: 4px;
background: #8CC63F;
color: white;
}
div.slide img {
display: block;
margin: 2px 2px 0px 2px;
padding: 4px;
background: #F7CD3B;
color: white;
}
#topbanner {
  position: absolute;
  right: 20px;
  top: 70px;
  text-align: right;
  font-size: 15pt;
  font-weight: 600;
  color: #45621F;
}


