/* FPH Formatting styles */
#FPHBodyTable {
	width: 770px;
	margin: 2px 5px 2px 5px;
	background-color: white;
	border-style: solid; 
	border-color: #000000;
	border-width: 1px;
}
#FPHHeaderCell {
	width: 770px;
	background-color: white;
}
#FPHTaglineCell {
	background-color: #E3A60F; 
	color: white;
	font-weight: bold;
	font-size: 10px;
	padding: 2px 10px 2px 10px;
}
/* top navigation */
#FPHNavBarCell {
	background-image: url(/images/pubs/fph/navbarBG.gif);
	background-color: #EEEEEE;
	background-repeat: repeat-x;
	width: 770px;
	padding: 0px 2px 0px 2px;
	text-align: center;
}
#FPHNavTable {
	background-image: url(/images/pubs/fph/navbarBG.gif);
	background-repeat: repeat-x;
	background-color: #EEEEEE;
	border-style: solid;
	border-width: 0px 1px 0px 1px;
	border-color: gray;
}
#FPHNavItemCell {
	padding: 3px 8px 3px 8px;
	border-style: solid;
	border-width: 0px 1px 0px 1px;
	border-color: gray;
	font-weight: bold;
	font-size: 11px;
}
#FPHNavItemCell a {
	color: #333333; /*#12541B;*/
}
#FPHNavItemCell.highlight {
	padding: 3px 8px 3px 8px;
	border-style: solid;
	border-width: 0px 1px 0px 0px;
	border-color: white;
	font-weight: bold;
	font-size: 11px;
	background-color: white;
}
#FPHNavItemCell.highlight a {
	color: black;
}
/* Main content areas */
#FPHRightContentCell {
	width: 170px;
	padding: 10px 5px 5px 5px;
}
#FPHMainContentCell {
	width: 390px;
	padding: 10px 10px 5px 10px;
}
#FPHMainContentCell p {
	margin: 0px;
	padding: 0px 0px 6px 0px;
}
#FPHLeftContentCell {
	width: 170px;
	padding: 10px 5px 5px 5px;
	/*background-color: #EEEEEE; 
	border-style: solid;
	border-color: gray;
	border-width: 0px 1px 1px 0px;*/
}
/* bottom navigation */
#FPHBottomNav {
	font-size: 8pt;
	text-align: center;
	padding: 10px;
}
#FPHBottomNav a {
	font-weight: bold;
	color: #2E367D; 
}

