body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #282a2e url(../images/other/headerPix.jpg) repeat-x center 0px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
}
.twoColFixLtHdr #container {
	width: 775px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;
} 
.twoColFixLtHdr #header {
	height: 250px;
	padding-top: 0;
	padding-right: 0px;
	padding-left: 0px;
} 
.headerAddress {
	font-size: 0.9em;
	line-height: 1.7;
	text-align: right;
}
.CompanyName {
	font-size: 1.1em;
	font-variant: small-caps;
	letter-spacing: .1em;
}
.Aviation {
	font-style: italic;
	letter-spacing: 0.2em;
	font-size: 0.85em;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1;
	text-indent: 0em;
}
.twoColFixLtHdr   #photos {
	position: fixed;
	width: auto;
	height: 100px;
	margin-top: 20px;
	padding-top: 20px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 30px 0px 0px 25px;
	margin-top: 22px;
	font-size: 0.8em;
	line-height: 1.3em;
	margin-left: 0px;
}
.indentNavBar {
	padding-left: 25px;
	color: #FFFFFF;
}
.indentNavBarNOLINK  {
	margin: 0 0 0 270px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px;
	color: #E8E8E8;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 270px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px;
	color: #E8E8E8;
}  
.twoColFixLtHdr   #mainContent ul   {
	font-size: 0.89em;
	margin-left: 10px;
	padding-left: 10px;
	list-style-position: inside;
	list-style-type: none;
	line-height: 1.4;
}
.tableCopy {
	font-size: 0.87em;
	line-height: 1.3em;
	margin: 5px;
	padding-top: 5px;
}
.pFirstBody {
	padding-top: 20px;
	margin-top: 20px;
}
.indentBody {
	padding-left: 25px;
}
.emphasisItalics {
	font-style: italic;
	font-weight: bold;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	height: 200px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 20px 0 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: 0.8em;
	line-height: 1.4;
}
.copyright {
	font-size: 0.7em;
	color: #CCCCCC;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	line-height: 1.5;
	font-weight: bold;
	color: #CCCCCC;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.93em;
	line-height: 1.7;
	color: #FFFFFF;
}
h2 {
	font-size: 1em;
	line-height: 2.2;
	padding-top: 25px;
	text-align: center;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
h3 {
	font-size: 0.9em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-top: 15px;
}
a:link {
	color: #83b3de;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #83b3de;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #83b3de;
}
.blue {
	color: #83b3de;
}
.caps {
	text-transform: uppercase;
}
.endorsement {
	line-height: 1.5;
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 25px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 25px;
}
.endorsementAttribute {
	font-style: italic;
	text-align: right;
	line-height: 1;
}
.backToTop {
	font-size: .8em;
	line-height: 3;
	text-align: center;
}
“
