/*font family for page. If you have another style sheet that sets font family, you can delete this rule*/
div, td, p { 
	font-size: 11px;
}

#p7TMctrl {
	margin-bottom: 18px;
	display: block;
	/*/*/display: block;
	text-decoration: none;
	color: #FFF;
	background-color:#003399;
	padding: 3px 0;
	text-align: center;
}
#p7TMctrl a:link, a:visited {
	color: #FFF;
}
#p7TMctrl a {
	color: #FFF;
	margin: 0;
	padding: 0 !important;
}
#p7TMctrl a:hover {
	color: #E4AF07;
}
#p7TMnav div {
	padding: 3px 0 2px;
	margin-bottom: 3px;
	background: #003399;
	line-height: 1.9;	
}
#p7TMnav div a {
	text-decoration: none;
	color: #FFF;
	padding-left: 12px !important;
	margin-left: 5px;
	font-weight: bold;
}
#p7TMnav div a:visited {
	color: #FFF;
}
#p7TMnav div a:hover {
	color: #CCC;
}
#p7TMnav div div {
	margin: 0;
	padding: 3px 12px;
	background: #399;
	line-height: 1.3;		
}
#p7TMnav div div a {
	color: #FFF;
	font-style: italic;
	margin-left: -12px;
}
#p7TMnav div div div {
	margin-left: 1em;
}
#p7TMnav div div div a {
	color: #FFF;
	font-weight: normal;
	margin-left: -20px;
}
/*rules programatically assigned to parent links when image-based plus and minus option is selected*/
/*do not remove*/
.p7plusmark {
	background-repeat: no-repeat;
	background-image:   url(p7t_plus.gif);
	background-position: 0 50%;
	padding: 0 0 0 5px!important;
}
.p7minusmark {
	background-repeat: no-repeat;
	background-image:   url(p7t_minus.gif);
	background-position: 0 50%;
	padding: 0 0 0 5px!important;
}
/*rule programatically assigned to child links when image-based plus and minus option is selected*/
.p7defmark {
	background-image:  none;
	padding: 0 0 0 10px!important;
}

/*rules programatically assigned to page link correesponding to current page (You are Here)*/
.p7currentmark {
	font-weight: bold;
	text-transform: uppercase;
	color: #666666 !important;
}
