/* CSS Document */

table#contact {
	margin-left: 5px;
	width: 400px;
	margin-bottom: 10px;
}

table#contact td {
	padding: 5px;
}

table.olderNews {
	margin-left: 10px;
	width: 300px;
	margin-bottom: 10px;
}

	table.olderNews td {
		padding: 8px;
		vertical-align: top;
	}
	
	table.olderNews td.date {
		text-align: right;
	}
	
	table.olderNews a:hover, table.staffListing a:hover {
		color: #666666;
	}

table.staffListing {
	margin: 10px 0 5px 10px;
	width: 450px;
}

	table.staffListing td {
		padding: 8px;
		vertical-align: top;
	}
	
	table.staffListing td.position {
		width: 225px;
	}

	table.staffListing td.name {
		width: 125px;
	}
	
table#maintenanceRequest {
	width: 400px;
	margin-bottom: 10px;
}

	table#maintenanceRequest td {
		padding: 4px 0;
		vertical-align: top;
	}

/* Table Row Rollover */

tr.trNoHover {
	background-color: none;
}
tr.trHover {
	background-color: #EFF8FF;
}

