
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: 760px;
}
#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; 
}
#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: #f0f033;
	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: #F5F5F5;
  color: #000;
	width: 590px;
	height: auto;
	/*border: 1px solid #403385;*/
}

#rightcell img {
  border: 1px solid black;
  text-decoration: none;
}

#rightcell h2, #rightcell h3, #rightcell h4 {
  color: #435F1E;
}

#rightcell table {
  background: transparent;
}
#rightcell td {
  text-align: left;
  padding: 5px;
}
.contentparagraph h1 {
  margin:5px;
  margin-left: -5px;	
  color: #82B83A; /* #8CC63F; #ACAAA3; #959CA1;*/
  
  font-size: 22pt;
}

.contentparagraph {
	margin: 10px;
	font-size: 10pt;
	/*font-family: Arial, Lucida Sans;	*/
}

.contentparagraph strong {
	margin: 10px;
	font-size: 10pt;
	color: #553;
}
.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;
}
.callout {
  float: right;
  background:#aaa;
  color: black;
  margin: 2px -1px 8px 0px;
  padding: 3px;
  padding-top: 10px;
  width: 230px;
  font-size: 8pt;
  border: solid #403385; 
  border-width: 1px 0px 1px 1px;
  clear: right;
}
#rightcell .callout h1, #rightcell .callout h2, #rightcell .callout h3, #rightcell .callout h4 {
  color: #fff;
  margin: 5px;  
}
.callout img {
border: 1px solid white;
margin: 4px;
}
#topbanner {
	position: absolute;
	right: 20px;
	top: 70px;
	text-align: right;
	font-size: 15pt;
	font-weight: 600;
	color: #45621F;
}
#foot {
	height: 40px;
	background: #8CC63F;
}

