<!--

/*----------------------------------------------
Page Structure
----------------------------------------------*/

body, html {
  margin: 0px;
  padding: 0px;
	border-style: none;
	border-width: 0px;
  background: RGB(171,224,179);
}

body {
  min-width: 900px;
}

#pagewrap {
  width: 900px;
  margin: 0px auto;
}

#pagetable {
	width: 900px;
  margin: 0px 0px 10px 0px;
  padding: 0px;
	border-style: none;
	border-width: 0px;
}

#pagetable td {
  vertical-align: top;
  margin: 0px;
}

#header {
  display: normal;
}

#menu {
  width: 227px;
  display: normal;
}

#pfvheader {
  display: none;
}

#pfvheader p {
  font-size: 11px;
  white-space: nowrap;
}

#pfvmenu {
  display: none;
}

.NormalShow {
  display: normal;
}

.NormalHide {
  display: none;
}

.bodyrow {
  width: 665px;
  margin: 0px;
  padding: 8px 20px 5px 20px;
  border-style: solid;
  border-width: 4px;
  border-color: RGB(40,143,38);
  background: RGB(206,238,211);
}

/*----------------------------------------------
General Element Layout
----------------------------------------------*/

p, td {
	font-family: Verdana, helvetica, Arial, Sans-Serif;
	font-style: normal;
	font-weight: normal; 
	font-size: 12px;
	line-height: 150%;
	text-align: left;
	color: RGB(0,94,22);
  margin: 0px 0px 10px 0px; 
	padding: 0px;
}

ul {
  margin: 15px 20px 15px 20px;
  padding: 0px 0px 0px 20px;
	list-style-type: disc;
	list-style-position: outside;
}

img {
  margin: 0px;
  padding: 0px;
	border-style: none;
	border-width: 0px;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold; 
}

a {
  text-decoration: none;
  color: RGB(0,161,145);
}

a:hover {
  text-decoration: underline;
}

.bodyrow h1 {
  font-family: Times, serif; 
  font-size: 26px; 
  font-weight: bold; 
  font-style: normal; 
	text-align: left;
	line-height: 110%;
  color: RGB(0,94,22);
  border-top: 6px solid RGB(0,203,183);
  border-bottom: 0px none 0;
  border-left: 0px none 0;
  border-right: 0px none 0;
  margin: 40px 0 30px 0;
  padding: 8px 0px 0px 0px;
  clear: both;
}

.bodyrow h2 {
  font-family: Times, serif; 
  font-size: 24px; 
  font-weight: normal; 
  font-style: italic; 
	text-align: left;
	line-height: 110%;
  color: RGB(0,94,22);
  border-top: 3px solid RGB(0,203,183);
  border-bottom: 0px none 0;
  border-left: 0px none 0;
  border-right: 0px none 0;
  margin: 30px 0 15px 0;
  padding: 8px 0px 0px 0px;
  clear: both;
}

h3 {
	font-family: Verdana, helvetica, Arial, Sans-Serif;
  font-size: 16px; 
  font-weight: normal; 
  font-style: normal; 
	text-align: left;
	line-height: 120%;
  color: RGB(0,94,22);
  border-top: 1px dotted RGB(0,94,22);
  border-bottom: 0px none 0;
  border-left: 0px none 0;
  border-right: 0px none 0;
  margin: 20px 0 13px 0;
  padding: 6px 0px 0px 0px;
  clear: both;
}

/*----------------------------------------------
Page Navigation
----------------------------------------------*/

#bodynav {
	margin: 0px;
  padding-top: 0px;
  padding-bottom: 3px;
  padding-left: 0px;
  padding-right: 0px;
  border-top: 0px none 0;
  border-bottom: 1px dotted RGB(0,203,183);
  border-left: 0px none 0;
  border-right: 0px none 0;
  border-color: RGB(0,94,22);
}

#bodynav p {
	font-size: 11px;
	line-height: normal;
  margin: 0px 0px 5px 0px;
  padding: 0px;
}

#bodyfooter {
  clear: both;
	margin: 30px 0px 10px 0px;
  padding-top: 10px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  border-top: 1px dotted RGB(0,203,183);
  border-bottom: 0px none 0;
  border-left: 0px none 0;
  border-right: 0px none 0;
  border-color: RGB(0,94,22);
}

#bodyfooter p {
	font-size: 11px;
	text-align: center;
	line-height: normal;
  margin: 0px 0px 10px 0px;
  padding: 0px;
}

.backtotop {
  margin: 0px;
  padding: 0px;
  font-size: 11px;
  text-align: right;
}

/*----------------------------------------------
Quotes
----------------------------------------------*/

.QuoteBorder {
  width: 492px;
  margin: 20px 40px 20px 40px;
  padding: 10px 20px 12px 25px;
  border-style: solid;
  border-width: 4px;
  border-color: RGB(0,203,183);
}

.QuoteText p {
  font-family: Times, serif; 
  font-size: 15px; 
  font-weight: bold; 
  font-style: italic;
  line-height: 20px;
  margin: 0px 0px 5px 0px; 
}

.QuoteInfo p {
  color: RGB(0,161,145);
	font-family: Verdana, helvetica, Arial, Sans-Serif;
	font-style: normal;
	font-weight: normal; 
	font-size: 12px;
	line-height: 18px;
  margin: 0px; 
}

/*----------------------------------------------
Image Thumbnails
----------------------------------------------*/

.imagecaption {
  font-size: 11px;
  line-height: normal;
  margin: 6px 0px 0px 0px;
}

.imgfloatright {
	float: right;
	text-align: right;
  margin: 0px 0px 7px 10px;
}

/*----------------------------------------------
Form elements
----------------------------------------------*/

input, select, textarea {
  margin: 0px;
  padding: 3px 2px 3px 2px;
}

-->