body {
	margin-top:0;
	font-family: Papyrus, Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color:#333333;
	color:#000000
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-align:left;
}
.footer {
	font-size:14px;
	font-weight:bold;
}
.sidegartext {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height: 18px;
	color:#F2EABB;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	font-style:italic;
}
h2 {
	font-size: 15px;
	font-weight: bold;
}

a:link { color:#000;
text-decoration:underline; }
a:visited { color:#000;
text-decoration: underline; } 
a:hover { color:#000;
text-decoration:underline; } 
.p-content {
	padding-left: 25px;
	padding-right: 20px;
	color:#000000;
	font-size: 16px;
}
sup {
	font-size: 9px;
}

ul {
	margin-left: 0px;
}/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:0 -Basic Style
  -----------------------------------
*/
#p7PMnav {
	margin: 0;
	padding:0;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
}
#p7PMnav ul {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	position: absolute;
	left: -9000px;
	z-index: 10000;
}
#p7PMnav a {
	display: block;
	text-decoration: none;
	padding: 4px 10px;
	color: #000000;
	line-height:1;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-color: #F2EABB;
	color: #A3A637;
	letter-spacing: .01px;
}

/* ------ 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: #F2EABB;
	color: #FFFFFF;
}
/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav li {
	float: left;
	width: 100px;
}
#p7PMnav ul li {
	float: none;
}
#p7PMnav ul, #p7PMnav ul li {
	width: 150px;
}
#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #333333;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #F2EABB;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #333333;
}
.underline {
	text-decoration: underline;
}
.ul-100pad {

	padding-left:100px;
}

