#techmenu{
	width: 100%;
	margin-bottom: 8px;
	text-align: center;
	float: left;
}
#techmenu table{
	margin: 0 auto;
}

#flowchart{
	width: 100%;
	float: left;
}
#faultchart{
	width: 925px;
}
#faultchart ul{
	list-style: disc;
	margin: 0 0 0 15px;
	padding: 0 10px 0 10px;
}
#faultchart li{
	margin: 5px 0 10px 0;
	list-style-type: square;
}

.form_button{
	background-image: url(/images/large_button.gif);
	background-position: left;
	background-repeat: no-repeat; 
	width: 135px;
	height: 15px;
	padding: 4px 0px 0px 0px;
	margin: 8px 2px 0px 2px;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	display: block;
	text-align: center;
	float: left;
}
#header_holder{
	width: 100%;
	float: left;
}
#header_left{
	width: 300px;
	float: left;
}
#header_right{
	width: 400px;
	text-align: right;
	float: right;
}
