	#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_table input {
        font-family: Verdana, sans-serif;
    }
	#categories {
		float: left;
		margin-left: 25px;
		width:  40%;
	}
	#categories ul {
		margin: 0;
		padding: 0;
	}
	#categories li {
		list-style: none;
		margin: 5px;
	}
	#publications {
		float: right;
		margin-right: 25px;
		width: 40%;
	}
	#publications ul {
		margin: 0;
		padding: 0;
	}
	#publications li {
		list-style: none;
		margin: 5px;
	}
	#publications li p {
		font-size: 12px;
		margin: 2px;
	}
	#publications li input {
		float: left;
		margin: 5px;
	}
	p {
		font-size: 14px;
		width: 65%;
		margin: auto;
		padding: 5px 0px 15px 0px;
	}
