#techmenu{
	width: 100%;
	margin-bottom: 8px;
	text-align: center;
	float: left;
}
#techmenu table{
	margin: 0 auto;
}

#flowchart{
	width: 100%;
	float: left;
}
#faultchart{
	width: 755px;
}
#faultchart ul{
	list-style: disc;
}
#faultchart li{
	margin-bottom: 8px;
	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: 300px;
	text-align: right;
	float: right;
}

