/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	text-align: left;
}

img.readMore {
	padding: 10px;
	border: none;
	display: none;
}

/*********** DIVs ***********/

div#header, div#headerTop, div#headerFlash, div#headerClickArea, div#menu, div#myflashObject {
	display: none;
}

div#wrapper {
	width: 630px;
	text-align: left;
}

div#rightcol {
	width: 630px;
}

div#leftcol {
	display: none;
}

div#footer {
	width: 630px;
	margin: 10px auto;
	background: transparent url(/images/bgFooter.gif) top left repeat-x;
	text-align: left;
	clear: left;
}

div.dateStamp {
	display: block;
}

h1, h2, h3, h4 {
	margin: 10px 0;
}

/* tables */

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;
	}
