/* stylesheet1.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:#000000;
 background-color: #ffffff;
 }

/* Page header style */
#header{
     height: 150px;
     width: 100%;
     background-color:#ff0000;
	 background-image: url(shapeimage_1.jpg);
	 background-repeat: no-repeat;
	 background-position: center;
     border-bottom: medium solid #0000ff;
	 padding: 5px;
	 float: ;
}

/* Page footer style */
#footer{ 
	height: 60px; 
	width: 100%; 
	clear: both;
	background-color: #ff0000; 
	border-top: medium solid #0000ff;
	padding-top: 4px;  
	padding-left: 2em;
}

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

/* Style for sidebar column */
#sidebar{
           float: left;
           display: inline;
           padding: 2em;
           margin: 0em;
           width:10em;
		   background-color:#ff0000; 
		   border-right: medium solid #0000ff;
		   clear: both; 		
            /* Total width is 10em */
}

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

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

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


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

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

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

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

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



.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;
}   

.column2{
	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(blades.jpg);
	background-repeat: no-repeat;
	background-position: right;
}   

.column3{
	border-color: black;
	border-width: 0px;
	border-style: solid;
	background-color: #ffffff;
	padding: 60px;
	padding-right: 100px;
	margin: 10px;
	margin-right: 30px;
	}   


font.head3 {
	font-family: Arial, Helvetica, sans-serif;
    font-style:italic;
	font-size: large;
	font-weight: bold;
    color: #0000ff;
}  

/* 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: #6699ff;
	text-decoration: none;
}

a:visited
{
	color: #0066ff;
	text-decoration: none;
}

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

.officer{
	
	font-weight: bold;
}

.red{
	color:#ff0000;
	text-align:center;
	font-size: 1.25em; 
	text-decoration: underline;
}
.warning{
	color:#ff0000;
	font-size: .75em; 
}