#nav, #footer, #leftNav, #contentBrdrTop, #contentBrdrBot {
	display: none;
}

body {
		color: #000;
		background-color: #fff;
		text-align: left;
		width: 100%;
	}
	img {
		border: 0;
	}
	p, td, li {
		color: #000;
		font: 12px Arial, Helvetica, sans-serif;
		vertical-align: top;
	}
	table {
		width: 100%;
		border-collapse: collapse;
		padding: 0px;
	}
	table td {
		width: 100%;
		border-collapse: collapse;
		padding: 0px;
	}
	#pageContainer {
		position: relative;
	}
	#contentCol {
		width: 100%;
	}
	#flashCol {
		border-top: 2px solid #000;
		font: 10px Arial, Helvetica, sans-serif;
		padding-top: 20px;
	}
	#flashCol p {
		margin: 5px 0;
		padding: 0;
	}
	
	#flashCol table {
		width: 100%;
		margin-top: 10px;
	}
	#footer {
		position: relative;
		width: 100%;
		clear: both;
		margin-top: 20px;
		border-top: 1px solid #000;
	}
	#pageTitle {
		margin: 16px 0;
		font: bold 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	}
	#header_bg {
		width: 100%;
		height: 80px;
	}
	h1 {
		color: #000;
		font: bold 16px "Trebuchet MS";
		margin: 0;
		padding: 0;
	}
	.caption {
		font: 10px Arial;
		color: #777;
	}
	.caption em {
		color: #000;
		font-style: normal;
	}
	.contentCell {
		width: auto;
		vertical-align: top;
		padding: 5px 32px 16px 0px;
	}
	.picCell {
		width: auto;
		padding: 5px 32px 0px 0px;
	}
	.moreLink {
		font: bold 12px "Trebuchet MS";
		color: orange;
	}
