body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	color: #443D54;
	margin: 0px;
	text-align: center;
	background-image: url(graphics/back.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#container {
	margin: auto;
	width: 754px;
	text-align: left;
	background-image: url(graphics/contentback.jpg);
	background-repeat: no-repeat;
	background-position: 0px 180px;
	background-color: #FFFFFF;
	position: relative;
}
#menu {
	background-image: url(graphics/menuback.jpg);
	background-repeat: no-repeat;
	padding: 0px 8px;
	height: 28px;
	line-height: 28px;
	color: #D5D2C7;
	font-size: 0.9em;
}
#content {
	padding: 20px 30px;
	position: relative;
}
#footer {
	text-align: center;
	font-size: 0.8em;
	clear: both;
}
h1 {
	text-align: center;
	margin: 0px;
	padding: 8px 20px 16px;
	font-size: 1.8em;
}
#p7PMnav {
	margin: 0px;
	padding:0px;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#p7PMnav ul {
	margin: 0px;
	padding: 0px;
	background-color: #D2CFD8;
	border: 1px solid #443D54;
	position: absolute;
	left: -9000px;
	z-index: 10000;
}
#p7PMnav a {
	display: block;
	text-decoration: none;
	margin: 2px 0px;
	padding: 0px 10px;
	color: #D2CFD8;
	line-height: 24px;
}
#p7PMnav ul a {
	color: #443D54;
	line-height: 1;
	padding: 6px 10px;
	margin: 0px;
}
#menu a:hover, #menu a:active, #menu a:focus {
	background-color: #D2CFD8;
	color: #443D54;
}
#p7PMnav ul a:hover, #p7PMnav ul a:active, #p7PMnav ul a:focus {
	background-color: #FFFFFF;
	color: #443D54;
}

/* ------ the current page marker style ------ 
#p7PMnav .p7PMmark {
	color: #333333;
	font-weight: bold;
} */
/* ------ the trigger link styles ------- */

/*the trigger link */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
	background-image:  url(img/p7PM_dark_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
/* the active trigger link style 
#p7PMnav .p7PMon {
	background-color: #0066FF;
	color: #FFFFFF;
} */
/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav li {
	float: right;
	width: 124px;
}
#p7PMnav ul li {
	float: none;
}
#p7PMnav ul, #p7PMnav ul li {
	width: 172px;
}
/* #pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #333333;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #535FAC;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #333333;
} */
#rightmenu {
	float: right;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
}
.imgright {
	padding: 0px 0px 10px 10px;
	float: right;
}
a:link, a:visited {
	color: #336666;
}
a:hover, a:active {
	color: #996699;
}
.bowthm {
	background-color: #FFFFFF;
	border: 1px solid #443D54;
}
.smallprint {
	font-size: 0.8em;
}
fieldset {
	padding: 6px 0px;
	margin-top: 5px;
}
legend {
	color: #336666;
	font-weight: bold;
}
.clearer {
	clear: both;
}

label {
  float: left;
  width: 30%;
  margin-right: 0.5em;
  padding-top: 4px;
  text-align: right;
  font-weight: bold;
}
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	color: #443D54;
	margin:  4px 0px 0px 0px;
	padding: 0px;
}
.disabledlabel {
	color: #B0B0B0;
}
.enabledlabel {
	color: #443D54;
}
.woodleft {
	margin: 20px 20px 5px 0px;
	float: left;
}
