#disclosure {
	padding: 7px 0 7px 0;/* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 20px;
	padding-bottom:15px;
	background: #FFFFFF;
	border-top: 2px dotted #EAEAEA;
	border-bottom: 2px dotted #EAEAEA;
	width: 960px;
	height: 100%;
}
#disclosure .left { 
	width: 173px;
	padding: 0 5px 0 0;
	text-align: right;
	float: left;
}
#disclosure a:link, #disclosure a:visited  {
	color: #2566b8;
	text-decoration: underline;
}
#disclosure a:hover, #disclosure a:active  {
	color: #F15827;
	text-decoration: underline;
}
#disclosure p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin:0 0 11px 0;
}
#disclosure h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight:bold;
	margin:0 0 11px 0;
}
#disclosure .right { 
	margin: 0 0 0 185px;
	padding: 0 0 0 10px;
	border-left: 2px dotted #EAEAEA;
	height:250px;
	width: 760px;
}