<!--

/*----------------------------------------------
Page Structure
----------------------------------------------*/

body, html, form {
	height: 100%;
  margin: 0px;
  padding: 0px;
	border: none;
  background-color: rgb(202,184,157);
}

body {
  min-width: 950px;
	background-color: rgb(202,184,157);
}

#pagediv {
  height: 100%;
  margin: 0px;
  padding: 0px;
	border: none;
}

#pagetable {
	width: 1044px;
  height: 100%;
  margin: 0px;
  padding: 0px;
	border: none;
}

#pagetable td {
  vertical-align: top;
  margin: 0px;
}

#header {
  margin: 0px;
  padding: 0px;
	border: none;
}

#menu {
  width: 250px;
  height: 100%;
	border: none;
  background-repeat: repeat-y;
}

.bodycell {
  width: 670px;
  height: 100%;
  margin: 0px;
  padding: 0px 30px 10px 0px;
  border: none;
  background-color: rgb(235,224,206);
  background-repeat: no-repeat;
}

#bodyright {
  width: 94px;
	height: 100%;
	background-color: rgb(234,222,202);
	background-repeat: repeat-y;
}

#pfvheader {
  display: none;
}

#pfvheader p {
  font-size: 11px;
  white-space: nowrap;
}

#pfvmenu {
  display: none;
}

.NormalShow {
  display: normal;
}

.NormalHide {
  display: none;
}

/*----------------------------------------------
Page Navigation
----------------------------------------------*/

#bodynav {
	margin: 0px;
  padding: 0px 0px 3px 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: 40px 0px 10px 0px;
  padding-top: 10px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  border-top: 1px dotted rgb(0,0,0);
  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;
}

/*----------------------------------------------
General Element Layout
----------------------------------------------*/

p, td, div {
	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,0,0);
  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: none;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

a {
  text-decoration: none;
  color: rgb(153,77,26);
}

a:hover {
  text-decoration: underline;
}

h1 {
	font-family: Verdana, helvetica, Arial, Sans-Serif;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
	text-align: left;
	line-height: 120%;
	color: RGB(0,0,0);
  border: 0px none 0;
  margin: 35px 0px 20px 0px;
  padding: 5px 5px 7px 8px;
  clear: both;
  background-color: rgb(231,205,171);
}

.h1div {
	width: 100%;
  margin: 35px 0px 10px 0px;
  padding: 0px;
  clear: both;
  background-color: rgb(231,205,171);
}

.h1div h1 {
	margin: 0px;
	padding: 5px 5px 7px 8px;
}

.h1divnav {
	font-size: 11px;
	text-align: right;
	vertical-align: middle !important;
	white-space: nowrap;
	padding: 0px 7px 0px 7px;
}

h2 {
  font-family: Times, serif;
	font-size: 22px;
  font-weight: normal;
  font-style: italic;
	text-align: left;
	line-height: 125%;
  color: rgb(0,0,0);
  margin: 16px 0px 13px 0px;
  padding: 6px 0px 4px 0px;
  clear: both;
  background-position: bottom left;
  background-repeat: no-repeat;
}

h3 {
	font-family: Verdana, helvetica, Arial, Sans-Serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
	text-align: left;
	line-height: 125%;
  color: rgb(0,0,0);
  margin: 13px 0px 13px 0px;
  padding: 6px 0px 4px 0px;
  clear: both;
  background-position: bottom left;
  background-repeat: no-repeat;
}

h2.postbacktotop {
	margin-top: 0px;
}

hr {
	width: 100%:
	color: rgb(202,184,157);
	background-color: rgb(202,184,157);
	height: 1px;
	border: 0px;
}

/*----------------------------------------------
More block structure
----------------------------------------------*/

.bodyindent {
	margin: 0px 0px 0px 40px;
}

.bodyindentquote {
	margin-left: 40px;
	margin-right: 70px;
	padding-left: 10px;
	border-left: 3px solid rgb(231,205,171);
	font-style: italic !important;
}

/*----------------------------------------------
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: 2px 2px 2px 2px;
	font-family: Verdana, helvetica, Arial, Sans-Serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
}

-->

