div#fpsbContainer {
	width: 194px;
}

div#fpsbContainer,
div#fpsbContainer div,
div#fpsbContainer a,
div#fpsbContainer p {
	font-family: "Trebuchet MS", "Lucida Grande","Lucida Sans Unicode","bitstream vera sans","trebuchet ms",verdana,arial,sans-serif;
	font-size: 13px;
}

/*** Static Sidebar Links (images) and Copyright Box ***
*******************************************************/

a.fpsbExtraSidebarLink {
	position: relative;
	left: 15px;
	display: block;
	margin: 10px 0;
}

a.fpsbFirstExtraLink {
	margin-top: -0px;
}

div#fpsbCopyright {
	width: 165px;
	margin: 0;
	padding: 12px 0;
	
	position: relative;
	left: 15px;
	
	text-align: center;

	background-image: url( "../backgroundtrans.jpg" );
	color: #4F004F;
}

div#fpsbCopyright p {
	margin: 0;
}

/*** Breadcrumbs and Subnavigation ***
*************************************/

div#fpsbSubnavContainer,
div#fpsbBreadCrumbsContainer {
	width: 180px;
	margin: 0;
	padding: 0;
	
	position: relative;
	left: 7px;
}

div#fpsbContainer p#fpsbBreadCrumbsHeader,
div#fpsbContainer p#fpsbSubnavHeader {
	padding: 5px 5px;
	margin: 0 0 5px 0;
	
	text-align: center;
	
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
	
	color: #000080;
/*	background-image: url( "../backgroundtrans.jpg" );*/
	background-color: #ebe5fc;								/* note: this is slightly darker (more pink) than background color for links) */
}

ul#fpsbBreadCrumbs,
ul#fpsbSubnav {
	padding: 0 5px;
	margin: 0 0 10px 0;
	display: block;
	
	overflow: hidden;
/*	text-overflow:ellipsis;*/								/* not supported in FF */
	
	text-align: left;
	
	list-style: none;
}

/* background for breadcumbs and subnav links */
ul#fpsbSubnav,
ul#fpsbBreadCrumbs ,
.fpsbSubnavBullet,
.fpsbSubNavLink {
/*	background-image: url( "../backgroundtrans.jpg" );*/
	background-color: #ebecfc;
}

ul#fpsbSubnav li {
	width: 100%;
	display: block;
	
	white-space: nowrap;
    background: url(../img/dot.gif) repeat-x 0 1.2em		/* see http://web-graphics.com/mtarchive/001622.php */
}

ul#fpsbBreadCrumbs li {
	display: inline;
}

.fpsbSubnavBullet {
	float: left;
}

.fpsbSubNavLink {
	float: right;
}

.fpsbHierCurPage,
.fpsbSubNavCurPage {
	color: red;
}