img { behavior: url("pngbehavior.htc");}

td img {
/* Another Mozilla/Netscape bug with making sure our images display correctly */
	display: block;
}

#BannerDiv {
	/* The master div to make sure that our popup menus get aligned correctly.  Be careful when playing with this one. */
	position:absolute;
	margin:0px;
	left:10px;
	text-align:left;
	z-index: 305;
}

#headerline {
	position: absolute;
	width: 520px;
	left:34px;
	top: 250px;
	height: 31px;
	Z-INDEX: 311;
	font-family:"Times New Roman", Times, serif;
	font-size: 20px;
	color:#000000;
}

#subHeader {
	position: absolute;
	font-family:"Times New Roman", Time, serif;
	font-size: 16px;
	color: #000000;
	left: 238px;
	top: 292px;
}

#bodyBack {
	position: absolute;
	left: 10px;
	top: 215px;
	z-index: 303;
}

#content {
	position: absolute;
	width: 520px;
	left: 40px;
	top: 300px;
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	color:#000000;
	z-index: 307;
	vertical-align: top;
}

 #footer{
	position: absolute;
	width: 750px;
	left: 10px;
	top: 810px;
	color: #000000;
	height: 25px;
	text-align:center;
	z-index: 308;
	
 }
 #people {
	position:absolute;
	z-index: 312;
	left: 525px;
	top: 135px;
	width: 250px;
	height: 175px;


 }

 #quote {
	position:absolute;
	z-index: 309;
	left: 560px;
	top: 330px;
 }
 
#ContactUs {
	position:absolute;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-align: right;
	top: 40px;
	left:600px;
	z-index: 306;
	
}
#SideBar {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-align: left;
	padding: 5px;
	width: 160px;
	position: absolute;
	left: 570px;
	top: 530px;
	z-index: 306;
}
#TopMenu {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	position: absolute;
	height: auto;
	width: auto;
	top: 50px;
	left: 490px;
	z-index: 310;
}
.ProjectTable {
	font-family: "Times New Roman", Times, serif;
	font-size: 85%;
	font-weight: normal;
	border: thin solid #517AB0;
}

.ProjectTableHeader {
	font-family: "Times New Roman", Times, serif;
	font-size: 90%;
	font-weight: bold;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #517AB0;
	border-bottom-color: #517AB0;
	border-right-width: thin;
	border-bottom-width: thin;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border-top-style: none;
	border-left-style: none;	
}
