﻿/*
   Air Equipment Style Sheet

   Filename:         mainstyle.css
   Supporting Files: tan2.jpg, column.jpg, bluebullet.jpg

*/

*            {padding: 0px; margin: 0px}
body         {background-image: url(images/tan.jpg); font-family: Verdana, Geneva, sans-serif; font-size: 14px}
#head        {background-image:url(images/AFTlogo.jpg); background-repeat: no-repeat; height: 75px; margin-left: 10%; margin-right: 10%;}
#pageContent {width: 750px; position: absolute; top: 0px; left: 0px; margin-left: 10%; margin-right: 10%; margin-top:8%; background-image: url(images/tan.jpg)}
#leftCol     {background-image:url(images/column.jpg)}

h2           {font-size: 24px; letter-spacing: 5px; font-weight: normal; color: black;
              margin: 0px 0px 15px 0px}
h3           {font-color: #006}			  
h4           {font-size: 18px; letter-spacing: 3px; font-weight: normal; color: black;
              margin: 10px 0px 10px 0px; border-top:#000}

p            {margin-bottom: 10px; color: #006}

#firstp:first-letter {float: left; font-size: 200%; line-height: 0.8; margin: 0px 5px 0px 0px;
                      font-family: 'Times New Roman', serif; color: black}

#leftCol     {position: absolute; top: 11px; width: 150px; height: 200px;
	          background: url(images/column.jpg) repeat-repeat}
#leftCol p   {font-size: 10px; text-align: center}
#rightCol    {position: absolute; top: 14px; left: 165px; width: 570px;}
#footer_used {position:absolute; bottom:-1137px; left: 2px;}
#footer_new  {position:absolute; bottom:-2520px; left: 3px;}

ul           {list-style: circle url(images/bluebullet.gif); color:#006; margin-left: 20px; margin-bottom: 15px}

ul ul        {margin-left: 20px; margin-top: 0px}
 
ol           {font-size: 12px; line-height: 2; color:#006; margin-left: 10px; list-style-type: none;
              color: white; margin-top: 15px} 

ol ol        {margin-left: 20px; color:#006; margin-top: 0px}

ol li a         {text-decoration: none; color: #006}
ol li a:visited {color: #006; text-decoration: underline}
ol li a:active  {color: #006; background-color: white}
ol li a:hover   {color: black}

address         {position:absolute;	top: 900px;	clear: left; font-size: 12px;
	             text-align: center; border-top: 2px solid rgb(58,56,8);
				 margin-top: 10px; padding: 5px 0px 10px; width: 720px; left: 16px;}
