/* stylesheet2.css */

/* Body text and page background */
body {
 margin:0; /* sets page margin to 0 on all browsers */ 
 padding: 0; /* sets page padding to 0 on all browsers */
 font-family: Arial, Helvetica, sans-serif;
 font-size: medium;
 color:#191970;
 background-color: #f0f8ff;
 }

#header1{
     height: 275px;
     width: 15%;
     background-color:#D1D1E1;
	 background-repeat:repeat;
     border-bottom: thin solid #191970;
	 padding-top: 10px;
	 float: left;
}

#header2{
     height: 275px;
     width: 55%;
     background-color:#D1D1E1;
	 background-repeat:repeat;
     border-bottom: thin solid #191970;
	 padding-top: 10px;
	 float: left;
}
#header3{
     height: 275px;
     width: 30%;
     background-color:#D1D1E1;
	 background-repeat:repeat;
     border-bottom: thin solid #191970;
	 padding-top: 10px;
	 float: left;
}

/* Page header style */
#header{
     height: 200px;
     width: 100%;
     background-color:#D1D1E1;
	 background-repeat:repeat;
     border-bottom: thin solid #191970;
	 padding-top: 0px;
	 float: left;
}

/* Page footer style */
#footer{ 
	height: 60px; 
	width: 100%; 
	clear: both;
	background-color: #D1D1E1; 
	border-top: thin solid #191970;
	padding-top: 4px;  
	padding-left: 2em;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-style:italic;
 color: #CC3333;
 text-align: center; 
}

/* Main content column */
#main{
	margin: 0em;
    /* margin-left must equal */ 
    /* total width of left sidebar */
    margin-left: 15em;
	padding-left: 5em;
}

/* Style for sidebar column */
#sidebar{
           float: left;
           display: inline;
           padding: 1em;
           margin: 0em;
           width:15em;
		   background-color:#D1D1E1; 
		   border-right: thin solid #191970;
		   clear: both; 		
            /* Total width is 10em */
}

/* Level 1 headings */
h1 {
 font-family: Comic Sans MS, Chalkboard, Charcoal, Aerial;
 text-align:center; 
 color: #22229C;
}
/* Level 2 headings */
h2 {
 font-family: Arial, Helvetica, sans-serif;
 text-align:center;
 color: #22229C;
}

/* Level 3 headings */
h3 {
 font-family: Arial, Helvetica, sans-serif;
 font-style:italic;
 color: #22229C;
 text-align:center; 
}

h4{
font-family: Arial, Helvetica, sans-serif;
 font-style:italic;
 color: #22229C;
 text-align:center;	
}


/* Level 6 headings */
h6 {
 font-family: Arial, Helvetica, sans-serif;
 font-style:italic;
 color: #CC3333;
 text-align:left; 
}

/* Float image to left of paragraph */
img.floatLeft{
float: left;
margin: 20px
}

/* Float image to right of paragraph */
  img.floatRight{
  float: right;
  margin: 5px
}

/* Float image to center of paragraph */
div.center{
  width: 100%;
  text-align;center;clear:both;
}

/* Style for tables of thumbnail images */
table.thumbs{
   text-align: left;
   border-collapse: collapse;
   margin:auto; 
   border: solid 0px	
}

/* Style for table cells that contain thumbnails */ 
td.thumbs{
 border: solid 0px; 
 padding: 2px; 
 vertical-align: top;
}

/* Style for thumbnail images */ 
img.thumbs{ 
height:80px;
width:100px;
border-width:0px;
}

/* Links Style */


a:link
{
	color: #6699cc;
	text-decoration: none;
}

a:visited
{
	color: #22229C;
	text-decoration: none;
}

a:hover, a:active
{
	color: #CC3333;
	text-decoration: none;
}

.officer{
	
	font-weight: bold;
}

.red{
	color:#ff0000;
	text-align:center;
	font-size: 2em; 
}
.warning{
	color:#ff0000;
	font-size: .75em; 
}
.aca{
font-family: Arial, Helvetica, sans-serif;
 font-style:italic;
 color: #999;
 text-align:center; 	
 font-size: .75em; 


}

.column{
	border-color: black;
	border-width: 0px;
	border-style: solid;
	background-color: #ffffff;
	padding: 20px;
	padding-right: 300px;
	margin: 10px;
	margin-right: 130px;
	background-image:url(cockpit.jpg);
	background-repeat: no-repeat;
	background-position: right;
}   

