body {
  	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background-image: url(../images/page_elements/bodyback.jpg);
	background-position: top;
	background-repeat: repeat-x;
  	background-color: #000099;
	max-width: 1024px;
	min-width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
}

.ie7fix {
	max-width: 1024px;
	width:expression(document.body.clientWidth > 1024? "1024px": "auto" );
}

.top {
	margin-top: 0;
	height: 144px;
	background-image: url(../images/page_elements/mast.jpg);
	text-align: right;
	background-position: left;
	background-repeat: no-repeat;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	vertical-align: top;
}

td.spacer {
	height: 10px;
	background-color: #F2F6F9;
}	

td.leftcol {
	margin-top: 0;
	width: 160px;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	color: #FFFFFF;
}

td.leftcol a {
	color: #99FFFF;
	text-decoration: none;
}

td.leftcol a:hover {
	color: #FFFF00;
}	

td.lefttop {
	background-color: #FFFFFF;
	height: 30px;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	color: #003399;
	border-left: #99FFFF 1px solid;
	border-bottom: #000099 1px solid;
}

td.lefttop a {
	text-decoration: none;
}

td.lefttop a:hover {
	text-decoration: underline;
}	

td.righttop {
	background-color: #FFFFFF;
	height: 30px;
	text-align: right;
	font-size: 12px;
	font-weight: normal;
	color: #003399;
	border-right: #99FFFF 1px solid;
	border-bottom: #000099 1px solid;
}

td.righttop a {
	text-decoration: none;
}

td.righttop a:hover {
	text-decoration: underline;
}	

td.searchbox {
	background-color: #FFFFFF;
	padding-right: 20px;
	border-bottom: #000099 1px solid;
}

td.google {
	width: 160px;
	text-align: center;
	background-color: #000099;
	border-right: #99FFFF 1px solid;
	border-left: #000099 1px solid;
}

td.rightbanner {
	width: 160px;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}

td.rightbanner a {
	color: #99FFFF;
	text-decoration: none;
}

td.rightbanner a:hover {
	color: #FFFF00;
}	

td.data {
	width: auto;
	margin-top: 5px;
	border-top: #000099 1px solid;
	text-align: left;
	font-size: 12px;
	color: #003366;
	font-weight: normal;
	background-color: #DFE7FA;
	
}

td.data a {
	text-decoration: none;
}

td.data a:hover {
	text-decoration: underline;
}

td.instructor_data {
	width: 100%;
	text-align: left;
	font-size: 12px;
	color: #003366;
	font-weight: normal;
	background-color: #FFFFFF;
}

td.instructor_right {
	border-left: #003399 2px solid;
}

td.topbar {
	height: 14px;
	background-color: #000099;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border-right: #99FFFF 1px solid;
	border-left: #99FFFF 1px solid;
	border-top: #99FFFF 1px solid;
}	

td.topbar a {
	color: #FFFFFF;
	text-decoration: none;
}

td.topbar a:hover {
	text-decoration: underline;
}

.bottom {
	font-size: 9px;
}

td.aircraft {
	width: 500;
	text-align: left;
	font-size: 12px;
	color: #003366;
	font-weight: normal;
	background-color: #FFFFFF;
	border: #003399 1px solid;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	
}

h1 {
	color: #000099;
	font-size: 18px;
	font-weight: bold;
}

h2 {
	color: #000099;
	font-size: 14px;
	font-weight: bold;
}

h3 {
	color: #000099;	
	font-size: 12px;
	font-weight: bold;
}

.redbold {
	color: #FF0000;
	font-weight: bold;
}