	#instructions {
		margin: auto;
		width: 65%;
	}
	#listing_table {
		border: none;
		margin: 10px auto 10px auto;
		width: 65%;
	}
	#listing_table td {
		background-color: #FFFFFF;
		border: solid 1px #C0C0C0;
		font-size: 14px;
		padding: 10px;
		vertical-align: middle;
		width: 50%;
	}
	#listing_table td.leftside {
		font-weight: bold;
	}
	#listing_table td.rightside {
		
	}
	#listing_table input {
		border: solid 1px #000000;
		font-size: 14px;
		font-weight: bold;
		padding: 5px;
	}
	#listing_table a {
		font-weight: bold;
	}
	#listing_table ul {
		list-style: none;
		margin: 10px 0 0 0;
		padding: 0;
	}
	#listing_table li {
		margin: 12px;
	}
	#listing_list {
		font-size: 14px;
		font-weight: bold;
		list-style: none;
		margin: auto;
		width: 50%;
	}
	#listing_list li {
		list-style: none;
		padding: 5px;
	}
	#listing_list li.heading {
		border: solid 1px #000000;
	}
	#listing_list input {
		border: solid 1px #000000;
		font-size: 16px;
		font-weight: bold;
		padding: 5px;
		margin: 5px;
	}
	p {
		font-size: 14px;
		width: 65%;
		margin: auto;
		padding: 5px 0px 15px 0px;
	}
