/*font family for page. If you have another style sheet that sets font family, you can delete this rule*/
div, td, p {
	font-family: Arial, sans-serif;
}

/*Control DIV for expand all and collapse all links*/
#p7TMctrl {
	margin: 12px 0 0 0; /* first one was 12px*/
	font-size: 12px;
	display: none;
	/*/*/display: block; /* Hide from NN4*/
; color: #FFFFFF; border-color: #E8F9A2 #336633 #336633 #000000
}
#p7TMctrl a:link {
	color: #F3FEC3; /*ivory*/
}
#p7TMctrl a:visited {
	color: #C3DA64; /*Pale Yellow --------------  */
}
#p7TMctrl a:hover {
	color: #C3DA64; /*Pale Yellow*/
}

/*Sets line-height of all menuitems*/
#p7TMnav {
	/*/*/line-height: 1.4; /* */
}
/*Sets background color and border around the menu DIV*/
#p7TMnav {
	border-color: #000000 #000000 #000000 #000000; border-style: outset; border-top-width: thin; border-right-width: medium; border-bottom-width: thin; border-left-width: thin
}
#p7TMnav div {
	background-color: #003300; /*This is the top level button face color: Dark Green*/
}

/*second level menuitem divs*/
/*Sets left margin to 6px establishing a cascading indent*/
/*Sets border and bg color to establish the pastel BOXES*/
#p7TMnav div div {
	margin: 0 0 0 6px;
	/*/*/border-left: 1px solid #003300; /*forestlake green*/
	background-color: #86B458; /*this is the second level button color: dull celery*/
}

/*third level menuitem divs. Sets BOX color*/
#p7TMnav div div div {
	/*/*/background-color: #BBBBBB; /*med gray*/
}
/*fourth level menuitem divs. Sets BOX color*/
#p7TMnav div div div div {
	/*/*/background-color: #CCCCCC; /*light gray*/
}
/*fifth level menuitem divs. Sets BOX color. Cascades to lower levels*/
/*To set additional level color BOXES, add a new selector with an additional -div- appended*/
#p7TMnav div div div div div {
	/*/*/background-color: #C0C0C0; /* med-light gray*/
}

/*The Link style for top-level menuitems and is read by all browsers*/
#p7TMnav div a {
	color: #E8F9A2; /* This is the initial top level text color: pale yellow*/
	font-size: 12px;
}
/*The Link style for top-level menuitems hidden from Netscape 4*/
/*this is the top level border info------------------------------------- */
#p7TMnav div a {
	/*/*/border-top: 1px solid #DDDEE8; /*bluish-white*/
	border-right: 1px solid;
	border-bottom: 1px solid #006600; /*med-dark gray*/
	border-left: 1px solid #DDDEE8; /*bluish-white*/
	text-decoration: none;
	background-color: transparent; /*this is the top-level button color*/
	display: block;
	padding: 2px 0 2px 18px; /*this is the top level text position*/
; border-color: #669933 #006600 #006600 #669933; border-style: outset
}
#p7TMnav div a:visited {
	color: #FDF8A4; /*this is the top level visited text color: pale yellow*/
}
#p7TMnav div a:hover {
	background-color: #E8F9A2; /*This is the top level button hover color: pale yellow*/
	color: #000000; /*This is the top level text hover color: black*/
}

/*The Link styles for second-level menuitems*/
#p7TMnav div div a {
	font-size: 12px;
	color: #F3FEC3; /*this is the INITIAL second-level text color: ivory*/
	background-color: #86B458; /* this is the second level button color*/
}
#p7TMnav div div a:hover {
	color: #000000; /*This is the second level text hover color: black*/
	background-color: #E8F9A2; /*pale yellow*/
}
#p7TMnav div div a:visited {
	color: #702406; /*this is the second level visited text color: crimson*/
}
/*The Link style for third-level menuitems and lower*/
/*To set a specific style for the fourth level, add a div to the selector*/
/*Fourth-level example syntax: p7TMnav div div div div a {declaration}*/
#p7TMnav div div div a {
	font-size: 12px;
}

/*rules programatically assigned to parent links when image-based plus and minus option is selected. The padding on the 4 following rules supercedes (via !important) the padding on the p7TMnav div a selector when you've chosen the option to use images for the plus and minus signs*/
.p7plusmark {
	background-repeat: no-repeat;
	background-image:    url('p7t_plus.gif');
	background-position: 6px 50%;
	padding-left:20px; padding-right:0; padding-top:0; padding-bottom:0
}
.p7minusmark {
	background-repeat: no-repeat;
	background-image:    url('p7t_minus.gif');
	background-position: 6px 50%;
	padding-left:20px; padding-right:0; padding-top:0px; padding-bottom:0px
}

/*rule programatically assigned to child links when image-based plus and minus option is selected*/
.p7defmark {
	background-image:  url('none');
	padding-left:20px;
	padding-right:0;
	padding-top:2px;
	padding-bottom:2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	background-color: #CC3300
}

/*rules programatically assigned to page link corresponding to current page (You are Here)*/
.p7currentmark {	
	background-color: #E8F9A2 !important;  /*pale yellow*/
	color: #000000 !important;
	/*padding: 2px 0 2px 20px !important;*/
}
.LetterIndent {
	background-position: left;
	left: 20px;
}

