.black_bar {

	position: absolute;
	background-color: black;
	top: 150px;
	left: 26px;
	width: 740px;
	height: 80px;
	z-index: 1;
}

.contact_us {
	
	margin-top: 10px;
	margin-left: 10px;
}

.kb_top {

	position: absolute;
	top: 240px;
	left: 26px;

	height: 180px;
	width: 128px;

}

.address {

	position: absolute;
	top: 240px;
	left: 160px;

	font-size: 10pt;
	font-family: "TW Cen MT";

	margin-top: 0px;

}

.line0 {
	position: absolute;
	left: 36px;
	top: 350px;
}

.line1 {
	position: absolute;
	left: 18px;
	top: 476px;
}

.line2 {
	position: absolute;
	left: 28px;
	top: 488px;
}

.kb_bottom {

	position: absolute;
	top: 570px;
	left: 54px;

	height: 191px;
	width: 272px;
	z-index: 2;

}

.form_canvas {
	
	position: absolute;
	background-color: white;
	top: 180px;
	left: 320px;
	width: 420px;
	height: 560px;
	z-index: 1;
}

.form_header {
	
	margin-left: 6px; 
	font-size: medium;
	font-family: "TW Cen MT";
	font-size: 10pt;
}

.form {
	margin-left: 6px;
}

.label {
	font-family: "Helvetica";
	font-size: 10pt;;
}

.response_canvas {
	position: absolute;
	background-color: white;
	top: 280px;
	left: 340px;
	width: 420px;
	height: 120px;
	z-index: 1;
}

.response {
	font-family: "Helvetica";
	font-size: medium;
}

.links_bar {
	position: absolute;
	top: 420px;
	left: 340px;
}

.links {
	font-family: "TW Cen  MT";
	text-decoration: none;
	color: black;
	margin-right: 40px;
}


