html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 font-family: arial, sans-serif;
 color: #00007b; 
 background-color: #00007b; 
}
a:link { color: #dd5300;
         text-decoration: none; }
	a:visited { color: #dd5300; }
	
	a:hover, a:active
	{
		color: #86c0f9;
		
	}
 h2{
 color: #00007b;
 font-family: Verdana, arial, serif;
 font-weight: bold;
 } 
 h3{
 color: #00007b;
 font-family: arial, serif;
 font-weight: bold;
 font-size: large;
 padding: 0 0 0 20px;
 }
hr {
color: #00007b;
background-color: #00007b;
height: 2px;
}
p {
font-size: normal; }
 
 
 
#pagewidth{ 
 width: 85%; 
 text-align:left; 
  margin-left:auto; 
 margin-right:auto; 
  
}

 
#header{ 
 height:100px; 
 width:100%;
 background-color: #ffffff; 
 background-image: url(images/aerotechlogo.gif);
 background-repeat: no-repeat;
 margin: 20px 0 0px 0;
 text-align: right;
  color: #003271;
 font-family: Verdana, arial, sans-serif;
 font-size: xx-small;
 
  
 }
  #navlist
{
 width: 100%;
 height: 15px;
margin: 0;
padding: 5px 0px 5px 10px;
background-color: #00007b
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
float: right;
line-height: 14px;
background-color: #00007b;
font-weight: bold;
letter-spacing: 2px;
font-size: small;
font-family: arial, sans-serif;
margin: 0 25px 0px 0px;
text-decoration: none;
color: #ffffff;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
padding-bottom: 0px;
background: transparent;
color: #ffffff;
}

#navlist a:hover { color: #86c0f9; }
 
#outer{ 
 border:solid white 0px; 
 background-color: #FFFFFF; 
width: auto;
 
 } 
 
#footer{
 height:30px; 
 width:100%; 
 background-color:#00007b;
 margin: 8px 0 0 0;
 font-size:small; 
} 
#footer a:link, #footer a:visited
{
text-decoration: none;
color: #ffffff;
}
#footer a:hover, #footer a:active {
 color: #86c0f9;}

 
#inner{ margin: 0; width: 100%;}
 
#maincol{ 
 float: left; 
 width: 100%; 
 position: relative; 
 margin: 0 -8px 0 -2px;
 font-size: 1em; 
 }

 
#outer>#inner { border-bottom: 1px solid #ffffff;  }
 
.clr{clear:both;}
 
.content{padding:8px 8px 8px 15px;

} 
 
#header .content{padding-bottom:0;} 
 

