#fleet_types {
	width: 600px;
	border: 0px solid red;
	overflow: hidden;
}

#fleet_types ul {
    list-style:none;
}

#fleet_types #box_left {
	width: 200px;
	float: left;
	border: 0px solid green;
}

#fleet_types #box_right {
	width: 200px;
	float: right;
	border: 0px solid blue;
}
#fleet_types #box_middle {
	width: 200px;
	margin: 0 auto;
	border: 0px solid pink;
}

h3 {
	font-size: 16px;
	text-decoration: underline;
	margin-left: 10px;
}

.aircraft_docs th {
	text-decoration: underline;
	font-size: 14px;
	text-align: left;
	padding: 0px 25px 0px 0px;
	font-weight: normal;
	font-style: italic;
}

.aircraft_docs td {
	font-size: 12px;
	text-align: left;
	padding: 0px 25px 0px 0px;
}

ul li a:link, ul li a:visited, ul li a:active {
	color: blue;
	text-decoration: none;
}

ul li a:hover {
	color: red;
	text-decoration: none;
}


