html {
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #39618b;
	background-image: url(../gfx/bb_solid.jpg);
	height: 100%;
}
p {
	margin: 0px 0px 6px 0px;
	font: 11px Verdana;
	color: #4b4b4b;
	line-height: 18px;
}
a {
	color: #0055a7;
	text-decoration: none;
	font-weight: bold;
}
a:Hover {
	text-decoration: underline;
}
ul, ol {
	margin: 0px;
	line-height: 14px;
	font: 11px Verdana;
	color: #4b4b4b;
	padding: 0px 0px 0px 15px;
}
li {
	margin: 0px 0px 6px 0px;
	padding: 0px;
}
#outer {
	background-image: url(../gfx/bb_t.jpg);
	background-repeat: repeat-x;
	height: 100%;
}
#blueb1 {
	width: 779px;
	margin: 0 auto;
	background-image: url(../gfx/bb_deg_solid.gif);
}
#blueb2 {
	background-image: url(../gfx/bb_deg_top.gif);
	background-repeat: no-repeat;
}
#sitecon1 {
	width: 759px;
	margin: 0 auto;
	text-align: left;
	background-color: #f9f5f1;
	background-image: url(../gfx/p_shadow.gif);
	background-repeat: repeat-y;
	position: relative;
}

#nav {
	width: 126px;
	float: left;
}
#nav a.nitem {
	width: 116px;
	height: 16px;
	overflow: hidden;
	display: block;
	font: bold 11px Verdana;
	color: #9cb7d2;
	text-decoration: none;
	text-align: right;
	padding: 2px 10px 0px 0px;
	background-image: url(../gfx/n_itemback.jpg);
	background-repeat: no-repeat;
}
#nav a.nitem:Hover {
	color: #f9f5f1;
}

#page {
	padding: 15px 20px;
	float: left;
	width: 593px;
}

.pageHead {
	font: bold italic 17px Verdana;
	padding-bottom: 6px;
	border-bottom: 1px dashed #4b4b4b;
}
.dots_h {
	border-bottom: 1px dashed #4b4b4b;
	height: 8px;
	overflow: hidden;
	margin-bottom: 11px;
}
.red {
	color: #900;
}
.imgr {
	float: right;
	margin: 2px 0px 0px 10px;
	padding: 5px 5px 1px 5px;
	border: 1px solid #ccc;
	background-color: #f9f5f1;
	text-align: center;
	line-height: 14px;
	font: 10px Arial;
	color: #666;
	background-color: #fff;
}
.imgl {
	float: left;
	margin: 2px 10px 0px 0px;
	padding: 5px 5px 1px 5px;
	border: 1px solid #ccc;
	background-color: #f9f5f1;
	text-align: center;
	line-height: 14px;
	font: 10px Arial;
	color: #666;
	background-color: #fff;
}
.imgf {
	margin: 0px 0px 3px 0px;
	padding: 5px 5px 1px 5px;
	border: 1px dashed #4b4b4b;
	border: 1px solid #ccc;
	text-align: center;
	line-height: 14px;
	font: 10px Arial;
	color: #666;
	background-color: #fff;
}
.imgr img, .imgl img, .imgf img {
	margin: 0px 0px 4px 0px;
	border: 1px solid #111;
}
.redFleet {
	color: #900;
	font-size: 14px;
}

.list p {
	line-height: 17px;
	padding-left: 16px;
	background-image: url(../gfx/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
.pdf p {
	line-height: 17px;
	padding-left: 20px;
	background-image: url(../gfx/pdfbullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.pfleet {
	line-height: 14px;
	padding: 5px 0px;
}
.fleetbox {
	width: 289px;
	float: right;
	padding-left: 20px;
	display: none;
}


table.airfields {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px;
}
table.airfields td {
	vertical-align: top;
	padding: 3px;
}


#notices {
	width: 290px;
	position: absolute;	
	top: 155px;
	left: 290px;
	display: none;
}
#notices p {
	color: #fff;
	text-align: center;
	background-image: url(../gfx/not_dots.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 10px;
}
#notices a {
	color: #f99;
}
a.notclose {
	height: 25px;
	width: 75px;
	background-image: url(../gfx/not_close.gif);
	display: block;
	text-decoration: none;
	margin: 0 auto;
}
a.notclose:Hover {
	background-position: 0px 25px;
}