body {
	margin: 0;
	padding: 0;
	background-color: #686868;
	}
td {
	vertical-align: top;
	text-align: left;
	}
div#site {   /* global site shell */
	width: 975px;
	position: relative; 
	left: 0; 
	margin: 0 auto;
	}
div#one {   /* top green band */
	position: absolute;
	top: 0;
	left: 0;
	width: 975px;
	height: 154px;
	background-color: #175555;
	}
div#homelogo {
	position: absolute;
	top: 154px;
	left: 0;
	width: 408px;
	background-color: #53878a;
	}
div#logo {
	position: absolute;
	top: 0px;
	left: 0;
	width: 298px;
	background-color: #175555;
	}
div#phone {
	z-index: 6;
	position: absolute;
	top: 460px;
	left: 211px;
	width: 197px;
	}
div#homephoto {
	position: absolute;
	top: 154px;
	left: 408px;
	width: 567px;
	background-color: #53878a;
	}
div#redbox {
	z-index: 8;
	position: absolute;
	top: 154px;
	left: 840px;
	width: 34px;
	height: 26px;
	background-color: #c4161c;
	}
div#brownbox {
	z-index: 8;
	position: absolute;
	top: 460px;
	left: 408px;
	width: 34px;
	height: 26px;
	background-color: #92591e;
	}
div#brownboxsub {
	z-index: 8;
	position: absolute;
	top: 460px;
	left: 264px;
	width: 34px;
	height: 26px;
	background-color: #92591e;
	}
div#subsectiontitle {
	z-index: 8;
	position: absolute;
	top: 194px;
	left: 636px;
	width: 240px;
	height: 26px;
	}
div#navspace {
	z-index: 8;
	position: absolute;
	top: 59px; /* switch to 39px when turning on 5th link */
	left: 840px;
	width: 100px;
	margin-left: 0;
	display: block;
	}
div#homemain {
	z-index: 2;
	position: absolute;
	top: 460px;
	left: 0;
	width: 975px;
	margin-left: 0;
	}
table.home {
	width: 975px;
	border-collapse: collapse;
	border: none;
	}
td.homecontent {
	padding: 54px 35px 75px 408px;
	width: 975px;
	background-color: #231f20;
	}
td.homefooter {
	padding: 8px 35px 20px 408px;
	width: 975px;
	font-size: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #454344;
	font-weight: normal;
	background-color: transparent;
	}
div#submain {
	z-index: 2;
	position: absolute;
	top: 154px;
	left: 0;
	width: 975px;
	margin-left: 0;
	}
table.sub {
	width: 975px;
	border-collapse: collapse;
	border: none;
	}
td.subphoto {
	padding: 0 0 0 67px;
	width: 231px;
	background-color: #231f20;
	background-image: url(../images/global/texture.jpg);
	background-repeat: no-repeat;
	}
td.subcontent {
	padding: 102px 165px 30px 35px;
	width: 677px;
	height: 526px;
	background-color: #bdc1b7;
	}
td.subfooter {
	padding: 8px 35px 20px 333px;
	text-align: left;
	font-size: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #454344;
	font-weight: normal;
	background-color: transparent;
	}
div#subsidebar {
	z-index: 6;
	position: absolute;
	top: 256px;
	left: 840px;
	width: 120px;
	margin-left: 0;
	}
table.chart {
	width: 100%;
	margin: 12px 0 20px 0;
	border-collapse: collapse;
	border: none;
	border: 1px solid #000;
	}
table.chart td {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9pt;
	color: #686868;
	border-bottom: 1px solid #000;
	padding: 4px 6px 6px 12px;
	background-color: #dbdbdb;
	}
table.chart tr.selected td {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9pt;
	color: #2a5f6a;
	font-weight: bold;
	border-bottom: 1px solid #000;
	padding: 4px 6px 6px 12px;
	background-color: #dbdbdb;
	}
table.form {
	width: 475px;
	margin: 12px 0 0 0;
	border-collapse: collapse;
	border: none;
	}
table.form td.label {
	width: 30%;
	text-align: right;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9pt;
	color: #686868;
	padding: 0 8px 2px 0;
	}
table.form td.field {
	width: 70%;
	text-align: left;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9pt;
	color: #686868;
	padding: 0 0 2px 0;
	}
.formfield {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9pt;
	color: #686868;
	}
