
/* CSS Document created by Andrew Lof, 2007 */ 

body {
font: 12px Arial, Helvetica, sans-serif;
color: #666666;
margin: 25px 0px 0px 0px;
padding: 0px;
/* text-align: center; */
/*background-color: #000000;*/
background-image: url(images/diagonal_bg.gif);
/* background-repeat: repeat-x;
background-repeat: repeat-y;*/
text-align: center;
}

#wrap {
width: 740px;
border: 1px solid #000000;
padding: 0px;
text-align: center;
margin-left: auto;
margin-right: auto;

}

#wrap_header {
width: auto;
height: 125px;
padding: 0px;
margin: 0px;
background-color: #c9c9c9;
background-image: url(images/Air_Banner.jpg);
}

#header {
width: auto;
text-align: right;
/* border: 10px solid #99c; */
padding: 0px;
margin: 0px;
padding-top: 5px;
}
#maintitle {
font: 14px Arial, Helvetica, sans-serif, bold;
color: #666666;
width: auto;
text-align: center;
/* border: 10px solid #99c; */
padding: 0px;
margin: 0px;
padding-bottom: 3px;
}

/* Navigation Box */

#wrap_nav {
/*background-image: url(images/gradient_Black_forweb.gif);*/
}

#nav {
width: auto;
/* border: 10px solid #99c; */
padding: 10px;
text-align: center;
margin-left: auto;
margin-right: auto;
text-align: left;
background: #000000;  
background-image: url(images/lightTodark.gif);
background-repeat: repeat-x;

}


a {
color: #999999;
padding-right: 8px;
padding-left: 8px;
text-decoration: none;
font: 12px/30px Arial, Helvetica, sans-serif;
}

a:hover {text-decoration: underline;
/* background: yellow; */
/* background-image: url(images/tile.gif); */
}

/* Content Box */

#content {
width: auto;
height: auto;
padding: 17px;
text-align: center;
margin-left: auto;
margin-right: auto;
text-align: left;
background: #ffffff;
}
#contentpic {

text-align: center;
border-color : #999999;

}

#sourcecode {
clear:both;
font : 16px Arial, Helvetica, sans-serif;
font-color: #000000;
text-align: center;
font-weight: bold;
background: #ffffff;
}

#footer {
clear:both;
width: auto;
/* border: 1px solid #900; */
border-style : solid;
border-width : 1px 0px 0px 0px;
border-color : #000000;
padding: 10px;
margin: 0;
color: #cccccc;
background: #000000; 
text-align: center;
background-image: url(images/lightTodark.gif);
background-repeat: repeat-x;
clear:both;
}

/* General Formatting */



.title {font-weight: bold;}

.titlework {

font-weight: bold;

left: 250px;
float:left;
}

li {color: #666666;}
	ul li {list-style-image: url(images/cross.gif); list-style-type: square; }
	ol li {
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}