body  {	font-family: Arial, Helvetica, sans-serif;
		font-size:62.5%;
		color:#333333;
		margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
		padding: 0;
		text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
		}

#hrTopContainer { width:86.3em;
	margin-left:2em; padding-bottom:1.5em;
	border: 1px solid #999999;
}
.borderTop {
	 margin-top:13em;
 }

#hrLeftPane {
	float:left;
	width:34.0em;
	margin-top:0.3em;
	padding:0.5em 1.3em 0 1em;	
}
#hrRightPane {
	float:right;
	width: 47.5em;
	margin-top:0.3em;
	margin-left:-4em;
	margin-right:-0.5em;
	padding-top:0.2em;
	padding-right:1.5em;
	padding-bottom:1.3em;
}
.hrLogo { float:left; margin-left:-1.5em;  padding: 1.8em 0 0 0; border:0;
}
#hrRightPane p { padding:0.5em 0 0 13em; }
#hrRightPane ul { margin:0 0 0 13em; }

#holderForSignatureAndCMYP {
	float:left;
	width:86.3em;
	margin-top:-0.5em;
}
#signaturePanel {
	float: left; 
	width: 40.3em; /* since this element is floated, a width must be given */
	padding: 1.3em 0 3.3em 1.0em;
	margin:2em 0 0 2em;
	border: 1px solid #999999;
}
#signaturePanel h2 { margin-top:0; 
}
#signaturePanel a { color:#2B4874; font-weight:bold; text-decoration:underline;
}
#cmypPanel {
	float:right;
	width:40.3em;
	margin:2em -2.3em 0 1.5em;
	padding: 1.3em 1.3em 0.8em 1.3em;
	border: 1px solid #999999;
}
.cmypLogo { margin-bottom: 0;}

.image_bottomRight { float:right;
					 margin:-0.5em 0.5em 0 0;
}

/* .image_inset { padding-left:0; border:0; } */

.image_insetFloatLeft { float:left; padding-left:0.9em; border:0; }

/* #leftPane p { margin-top:0.7em; }
#leftPane ul { margin-top:-1.0em; }
#rightPane p { margin-top:-0.2em; } */

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}