/*////////////// proposed changes page //////////////*/
ul.pdf-list {
	list-style:none;
	padding:30px 0px 0px 0px;
	margin:20px 0px 0px 0px;
	width:380px;
	border-bottom:1px solid #aeb2b7;
	}
ul#proposed-changes {
	background:url("images/proposed-downloads.jpg") no-repeat;
	margin:20px 0px 0px 0px;
	width:380px;
	border-bottom:1px solid #aeb2b7;
	}

ul.pdf-list li {
	background:url("images/bullet.jpg") no-repeat;
	padding-left:6px;
	width:372px;
	margin:0px;
	border-bottom:1px solid #fff;
	border-left:1px solid #aeb2b7;
	border-right:1px solid #aeb2b7;
	border-top:none;
	}
	ul.pdf-list li.light {
		background-color:#f8f8f8;
		}
	ul.pdf-list li.dark {
		background-color:#f2f2f2;
		}


p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	}

div.clear {
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}