/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:5 -Cool Box
  -----------------------------------
*/
/*style for top nav*/
#p7PMnav {
  margin: 0;
  padding:0;
 font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 11px;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: center;
	width: 113px;
	border-right: 1px solid #ffffff;
	
}
/*style for sub nav*/
#p7PMnav ul {
	
	margin: 0;
	padding: 0;
	position: absolute;
	left: -9000px;
	z-index: 10000;
	border-top: 0;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;

}
#p7PMnav ul li ul {
	border: 1px solid #ffffff;
}
/*style for top nav background bar*/
#p7PMnav a {
text-align:center;
	display: block;
	text-decoration: none;
	background-color: #252138;
	padding: 6px 10px;
	color: #ffffff;
	line-height:1;
}
/*style for sub nav background*/
#p7PMnav ul a {
text-align: left;
	padding: 4px 10px;
	background-color: #252138;
	/*filter: alpha(opacity=30); /* ie */
    /*-moz-opacity: .3; /* mozilla */
	 font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 10px;
  }
  /*style for man nav text hover*/

#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-color: #5c6143;
	color: #ffffff;
}
  /*style for sub nav background*/
#p7PMnav ul a:hover, #p7PMnav ul a:active, #p7PMnav ul a:focus {
	background-color: #dbddc8;
	color: #000000;
	letter-spacing: .01px;
}
/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #dbddc8;
	font-weight: bold;
	background-color: #252138;
}
/* ------ the trigger link styles ------- */

/*the normal trigger links */
#p7PMnav ul .p7PMtrg {
	background-image:  url(img/p7PM_light_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
/* the active trigger link style for the  top level text when you mouse over the subs (childs */
#p7PMnav .p7PMon {
	background-color: #5c6143;
	color: #ffffff;
}
#p7PMnav ul .p7PMon {
	background-image:  url(img/p7PM_dark_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
	background-color: #000000;
	color: #dbddc8;
}
/*the submenu classes */
#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav li {
	float: left;
	width: 113px;
}
#p7PMnav ul li {
	float: none;
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul, #p7PMnav ul li {
	width: 113px;
}
#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #ffffff;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #ffffff;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #000000;

}
.bodyTEXT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;

}
.bodyTEXtbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	
	
}
/* over all style for links, no need to set the style the A:link over rides all other styles*/
A:LINK {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #252138;
   }
A:VISITED {
   color: #252138;
   }

A:HOVER {
   text-decoration: underline;
   }
.headingsplum {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #330066;
}
.sideBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: bold;
}
.sideText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	
	
}
.bodyTEXtbolditl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: 14px;
	font-weight: bold;
	color: #333366;
}
.sideLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #252138;
	text-decoration: none;
}

.sideLinks:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #252138;
	text-decoration: underline;
}

.sideLinks2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #36345d;
	text-decoration: underline;
}

.sideLinks2:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #5c6143;
	text-decoration: none;
}
.bodyTEXTitl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
}
.subhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	color: #36345d;
}
.bodyTEXTitl-DATE {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	color: #252138;
}
.subhead-menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	color: #000000;
}
.headingswhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: 666666;
}
.tableHeadwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.month {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #252138;
	word-spacing: 0em;
	letter-spacing: normal;
}
.bodyTEXtbold-Rev {
	color: #FFF;
}

