/* #background-image:URL('BeigePaper.jpg'); */
	
html.mainpage
{
	background: url("../img/inflight2.jpg") no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	/* -o-background-size: cover; */
	background-size: cover;
}

html.subpage1
{
	background: url("../img/contrail.jpg") no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	/* -o-background-size: cover; */
	background-size: cover;
}

html.subpage2
{
	background: url("../img/contrail.jpg") no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	/* -o-background-size: cover; */
	background-size: cover;
}

html.subpage3
{
	background: url("../img/skypic.jpg") no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	/* -o-background-size: cover; */
	background-size: cover;
}
body
{
	font-family: "Times New Roman", Times, serif;
	border-style: none;
	border-width: 6px;
	border-color: #006400;
	padding: 0px;
}

#maincontainer
{
	max-width: 900px;
	margin: 0 auto;
	float: none;
	border-style: none;
	border-width: 3px;
	background-image: url("../img/beigewhite.jpg");
	opacity: 0.75;
	z-index: 1;
}

#topbanner
{
	position: relative;
	border-style: solid;
	border-width: 5px;
	border-color: #000000;
	background-color: lightblue;
}

#logo
{
	/* position: absolute;
	top: 0px; */
	width: 100px;
}

#maindesc
{
	position: absolute;
	top: 0px;
	left: 105px;
	width: 300px;
	font-family: arial, verdana, sans-serif;
	font-size: 16px;
	color: #000000;
}

#explanation
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 25px;
	font-family: courier, serif;
	font-size: 12px
	color: #000000;
}

#centericons
{
	position: relative;
}

img.imgdisplay
{
	display: block;
    margin-left: auto;
    margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

img.chartimages
{
	display: block;
    margin-left: auto;
    margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 700px;
}

#bottombanner
{
	padding-top: 25px;
	padding-bottom: 25px;
}

p.bbanner
{
	text-align: center;
	font-size: 24px;
	color: #000000;
}

#techtitle
{
	text-align: center;
	font-size: 64px;
}

#techtext
{
	text-align: center;
	font-size: 24px;
}

#techlist
{
	font-family: "Impact", Charcoal, sans-serif;
	text-align: center;
	font-size: 24px;
	color: blue;
	list-style-type: none;
}

ul.level1
{
	Font-size: 32px;
	color: darkblue;
	font-weight: bold;
	list-style-type: none;
}

ul.level2
{
	Font-size: 24px;
	color: blue;
	font-weight: normal;
	list-style-type: none;
}

header
{
	font-family: "Impact", Charcoal, sans-serif;
	font-size:64px
}

hr.HzL1 
{ 
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: solid;
    border-width: 8px;
	background-color: #006400;
} 

h1.arial
{
	font-family: arial, verdana, sans-serif;
	font-style: bold;
	font-size: 64px;
	color: #000000;
}

#grad1 
{
    background: red; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(rgb(154,181,228), rgb(151,212,231)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgb(154,181,228), rgb(151,212,231)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgb(154,181,228), rgb(151,212,231)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgb(154,181,228), rgb(151,212,231)); /* Standard syntax (must be last) */
}

@font-face 
{
   font-family: algerian;
   src: url("algerian.eot");
}

a.viewcode
{
	border-style: none;
	font-family: courier, "courier new", monospace;
	font-size: 36px;
	color: red;
}

a.viewcode1
{
	border-style: none;
	font-family: courier, "courier new", monospace;
	font-size: 24px;
	color: darkblue;
}

p.undercons
{
	position: absolute;
	left:600px;
	top: 600px;
	font-size: 80;
	font-style: italic;
	
}

#charttitle
{
    text-align: center;
	font-size: 64px;
	color: #000000;
}

#chartcontainer
{
	max-width: 900px;
	margin: 0 auto;
	float: none;
	border-style: none;
	border-width: 3px;
	background-image: url("../img/beigewhite.jpg");
	opacity: 0.75;
	z-index: 1;
}

#delaychart
{
	position: absolute;
	top: 134px;
	left: 10px;
	height: 500px;
	width: 700px;
}


#explainlinegraph
{
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	color: blue;
	font-size: 24px;
}

#getairportdesc
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-family: courier, serif;
	font-size: 12px
	color: #000000;
	font-size: 24px;
	color: darkblue;
	width: 700px;
	height: 400px;
	background-image: url("../img/planetakeoff.jpg");
}

#chartcode
{
	position: absolute;
	top: 610px;
	left: 800px;
}