html {
	height: 100% !important;
	min-height: 695px;
}

body {
	height: 100% !important;

	
	background-image: url(i/BackgroundGradient.jpg);
	background-repeat: repeat-x;
	background-color: black;
	
	padding:0px;
	margin:0px;
	
	font-size: small;
	font-family: Arial, Sans-Serif;
	color: black;
}

#Parent {

	width: 795px;
	height: 110%;
	min-height: 100%;

	margin: auto;
	padding: 0px 0px 0px 15px;
	
	background-image: url(i/Background.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	
}

#Parent h1 {
	margin-top:0px;
	padding-top: 15px;
}

#Parent h3 {
	margin-top:0px;	
}

#Header {
	margin-left: 18px;
}

#Nav ul li { 
	display: inline-block;
	padding-left: 30px;
	text-align: center;
}

#Nav ul {
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	margin:0px 45px 5px 35px;
	padding: 10px 0px 10px 0px;
}

#Nav a:visited {
	padding:2px;
	display: block;
	color: #555555;
	font-size: 1.1em;
	text-decoration: none;
}

#Nav a:link {
	padding:2px;
	display: block;
	color: #555555;
	font-size: 1.1em;
	text-decoration: none;
}

#Nav a:active {
	padding:2px;
	display: block;
	color: #555555;
	font-size: 1.1em;
	text-decoration: none;
}

#Nav a:hover {
	background-color: #888888;
	color: white;
	text-decoration: none;
}

#Content {
	margin-top: 3px;
	margin-left: 40px;
	width: 720px;
	height: 425px;
	overflow: auto;
}

.HomeSq {
	height:150px;
	width: 163px;
	text-align: center;
	margin: 0px 35px 20px 35px;
	float: left;
	display: inline-block;
}

.HomeSq a img { border-width: 0px; }
.HomeSq a {text-decoration: none; color: black; font-size: medium; }

#GetQuote {
	position: absolute;
	background-image: url(i/QuoteBackground.gif);
	padding: 30px;
	width: 665px;
	height: 340px;
	top: -401px;
	left: -200px;
	background-color: transparent;
	opacity: 0;
}

.About_P
{
	margin:0px 0px 10px 0px;
}
.About_Date
{
	font-weight: bold;
}

.Bold {
		font-weight: bold;
}

#AircraftList a:link, a:active, a:visited
{
		color: black;
}
#AircraftList a:hover
{
	text-decoration: none;
	color: blue;
}
#AircraftList th a {
	text-decoration: none;
}

._level1 {padding-left: 10px;}
._level2 {padding-left: 30px;}