* {
	padding: 0;
	margin: 0;
}
body, html {
	color: #000033;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center; /*** Centers the design in old IE versions ***/
	background-image: url(../images/back.jpg);
	background-repeat: repeat;
}
body {
	font-size: 10pt;
	text-align: justify;
	margin-bottom: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	color: #000033;
}
* p {
	text-align: justify;
	margin-bottom: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	color: #000033;
}
* a, a:link, a:active, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #B90D3A;
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
}
#mainContainer a:hover {
	color: #FFFFFF;
}

* a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
	background-color: #B90D3A;
}
* h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #B90D3A;
	padding-bottom: 20px;
}
* h2 {
	color: #000000;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 12pt;
	font-weight: bolder;
	padding-top: 6px;
	padding-bottom: 10px;
}
* h3 {
	color: #B90D3A;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	line-height: 12pt;
	font-weight: bold;
}
* h4 {
	color: #B90D3A;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	line-height: 12pt;
	padding-bottom: 10px;
}
.clear {
	clear: both;
}
#mainContainer {
	width: 830px;
	margin: 0 auto; /*** Centers the design ***/
	min-height: 300px;
	text-align: left;
	background-image: url(../images/bg3.jpg);
	background-repeat: repeat-y;
	color: #000033;
}
* html #mainContainer {
	height: 300px; /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}
/**************************
HEADER
**************************/
#header {
}
/**************************
CONTENT AND COLUMNS
**************************/
.outer {
	padding-left: 165px;
	padding-right: 120px;
}
* html .outer {
}
.inner {
	width: 665px; /*** This width is for non-IE browsers. Mozilla makes this necessary. Be sure to check your layout in different browsers if you changes this value. Especially IE7 seems to create a horisontal scroll if this value is set too large ***/
}
* html .inner {
	width: 100%;
}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout.
***/
.float-wrap {
	float: left;
	width: 630px;
	margin-left: -165px; /*** Same length as .outer padding-left but with negative value ***/
}
* html .float-wrap {
/*** No need for hacking IE on this layout ***/
}
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/
#content {
	float: right;
	width: 450px;
	position: relative; /*** IE needs this  ***/
	padding-top: 20px;
}
* html #content {
}
.contentWrap {
	padding: 5px;
}
.contentWrap ol, .contentWrap ul {
	margin: 3px 0 5px 35px;
}
.contentWrap li {
	padding-bottom: 2px;
}
/**************************
LEFT COLUMN
**************************/
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/
#left {
	float: left;
	width: 148px;
	min-height: 450px;
	padding: 30px 0px 0px 20px;
	position: relative;
}
* html #left {
	height: 450px;
}
#left ul {
	list-style: none;
	padding-bottom: 4px;
}
#left li {
	padding-bottom: 2px;
}
/*************************
RIGHT COLUMN
**************************/
#right {
	float: right;
	width: 185px;
	min-height: 250px;
	position: relative;
	padding-top: 30px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
* html #right {
	margin-right: -115px; /*** IE gets this margin. ***/
	height: 250px;
}
#right ul {
	list-style: none;
	padding-bottom: 4px;
}
#right li {
	padding-bottom: 2px;
}
/**************************
FOOTER
**************************/
#footer {
	width: 830px;
	margin: 0 auto;
	text-align: center;
	background-color: #FDDD32;
	color: #B90D3A;
	font-size: 0.8em;
	height: 20px;
}
* #guide {
	top: 100px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bolder;
	color: #B90D3A;
	width: 805px;
	padding-right: 25px;
	padding-left: 0px;
	float: left;
	position: absolute;
	text-align: right;
}
.guide {
	color: #081D3B;
}
* .guide a, a:link, a:active, a:visited {
	color: #B90D3A;
	font-size: 9pt;
	line-height: normal;
	text-align: center;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
* .guide a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
* #specs {
	font-size: 10pt;
	line-height: 11pt;
}
* .specs td {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 11pt;
	padding-top: 6px;
	padding-bottom: 6px;
}
* th {
	font-size: 8pt;
	font-weight: normal;
}
* .specs li {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 11pt;
	list-style-type: disc;
	list-style-position: outside;
}
* #avionics {
	font-size: 10pt;
	line-height: 11pt;
	padding-top: 3px;
	padding-bottom: 3px;
}
* .avionics td {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 13pt;
	padding: 1px 0px;
}
* #img-re {
	float: right;
	margin: 0px;
}
* #img-li {
	float: left;
	margin: 0px;
	padding-right: 10px;
}
* .left p {
	color: #000000;
	font-size: 9pt;
	line-height: 10pt;
	text-align: left;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
* .left a:link, a:visited, a:active {
	color: #B90D3A;
	font-size: 9pt;
	line-height: 10pt;
	text-align: left;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
* .left a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 10pt;
	font-weight: bold;
}
#right img {
	margin-bottom: 2px;
}
