/* Begin: Outer container div, which has the borders */
.pageNavContainer{
BORDER: 1px solid #1059AD;
MARGIN: 0px 0px 20px;
WIDTH: 180px;
PADDING: 0px 10px 10px 0px;
BACKGROUND-COLOR: #fff;
}

html>body .pageNavContainer{
	width: 178px;
	padding-bottom: 15px;
}

/* End: Outer container div, which has the borders */
/* Begin: Inner container div, which has the margins */
.pNavInner{
	width: 158px;
	padding: 6px 2px 7px 9px;
	margin: 0;
}

div.pageNavContainer div.pNavInner div.lightGreenBold {
	font-size: 10pt;

	font-family: Arial, Helvetica, sans-serif;

	font-weight: bold;

	color: #083C94;
}


/* End: Inner container div, which has the margins */

