body {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica;
	font-size: small;
	font-style: normal;
	background: #F0E9CE url(images/background.gif) repeat-x top;
    color: #000;
	margin-top: 10px;
}

h1, h2 {
	font-size: 140%;
	color: #000000;
	border-bottom: 1px dashed #ccc;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0.5px;
}	

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #C0DCC0;	
	text-decoration: underline;
}

#holder {
	margin-top: 2em;
	margin-bottom: 2em;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #526157;
	background-image:url(images/lines1.jpg); 
	width: 800px;
}

#header {
	height: 150px;	/* this line does not get picked up by IE... */
	background-color: #CFF1D3;
	background-image: url(images/header.jpg);
	background-repeat:no-repeat;
	background-position: top right;
	padding: 0em 0em 0em 0em;
	margin: 0em 0em 0em 0em;
	margin: 0em 0em 0em 0em;
}

#footer {	
	color: #000; 
	padding: 1em 1em 1em 1em;
/*	border-top: 1px solid #000; */
	background: #CFF1D3;
}

#footer a {	
	color: #000; 
}

#logo {
	background-image: url(images/aerologo3_08.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: transparent; /* as far as I know this works */
	width: 134px;
	height: 150px;
	margin-left: 40px;
}

/* menu */
#menu {
	width: 99%;
	background-image:url(images/lines.jpg);
	padding-top: 15px;
	padding-bottom:9px;
	text-align: right;
}

#menu a {
	height: 10px;
	padding: 9px;
	background: #f5f5f5;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	margin-right:0;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	margin: 2px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
}

#menu a:hover {
	height: 10px;
	padding: 9px;
	background: #ffffff;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom:1px solid #ffffff;
	margin-right:0;
	color: #000000;
	text-decoration:none;
	font-weight:bold;
	margin:2px;
}

#menu .active {
	height:25px;
	padding: 9px;
	background: #F3EAEB;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom:1px solid #F3EAEB;
	margin-right:0;
	color: #000000;
	text-decoration:none;
	font-weight:bold;
	margin:2px;
}

#menu .who {
	height:25px;
	padding:9px;
    background: #C0DCC0;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom:1px solid #C0DCC0;
	margin-right:0;
	color: #000000;
	text-decoration:none;
	font-weight:bold;
	margin:2px;
}

#menu .programs {
	height:25px;
	padding:9px;
	background: #F6E9C7;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom:1px solid #F6E9C7;
	margin-right:0;
	color: #000000;
	text-decoration:none;
	font-weight:bold;
	margin:2px;
}

#menu .pubs {
	height:25px;
	padding:9px;
	background: #F2ECBD;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom:1px solid #F2ECBD;
	margin-right:0;
	color: #000000;
	text-decoration:none;
	font-weight:bold;
	margin:2px;
}

#menu .faq {
	height:25px;
	padding:9px;
	background: #DCF0FC;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom:1px solid #DCF0FC;
	margin-right:0;
	color: #000000;
	text-decoration:none;
	font-weight:bold;
	margin:2px;
}

#menu .contact {
	height:25px;
	padding:9px;
	background: #CCCCFF;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom:1px solid #DCF0FC;
	margin-right:0;
	color: #000000;
	text-decoration:none;
	font-weight:bold;
	margin:2px;
}

#content {
	padding-left: 13px; 
	padding-right: 0px;		/* some bug here */
	padding-bottom: 3px; 
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	background-repeat: repeat-y;
	background-position: top right;
	background-color:#CFF1D3;
}

#page {
  background-color: #CFF1D3;
  margin-left: auto; 
  margin-right: auto;
  padding-left: 13px;
  width: 960px; /* was 60% -> JJE 3/8/10 */
  text-align: left;
  border: 4px solid #F4F4EE;
}

#content a {
	color: #1E08F7;
	text-decoration: none;
}

#content a:hover {
	color: #000000;	
	text-decoration: underline;
}

.leftcontainer {
	float:left;
	color: #000000;   
}

.red_text {
	color: #660000;
	font-weight: bold;
    font-size: large}


.style1 {font-size: large;font-weight: bold;}
.style2 {color: #FF0000}
.style4 {font-size: x-large;font-weight: bold;color: #339900;}
.style5 {color: #006600;font-weight: bold;}
.style6 {font-size: 14px}
.style9 {font-size: large; font-weight: bold; color: #006633; }
.style10 {font-size: x-large; font-weight: bold; color: #0000FF; }
.style11 {font-size: x-large; color: #006633;}
.style12 {	font-size: large;color: #660033;}

.head_border {
border: 1px solid #ccc;
margin-left:10px;}

.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: normal;
	text-decoration: none;
	color: #000000;
	}
	
#button {
	float:left;
	width: 165px;
    background: #C0DCC0;
	border: 1px solid #000;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica;
	font-size: 13px;
	text-align: left;
	margin-top: 15px;
	margin-right: 10px;
	/*margin-bottom: 200%;*/
	text-decoration: none;
	}
	
#button a {
	color: #000;
	text-decoration: none;
	margin-left: 15px;
}
	
#button a:hover {
	color: #fff;
	text-decoration:underline;
	}

/*for secondary menu items*/
ul#navlist {
	margin-left: 0px;
	margin-bottom: 3px;
	margin-top: 0px;
	padding-left: 0px;
	padding-top: 0px;
	white-space: nowrap;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica;
	font-size:19px;
	color:#000000;
}

#navlist li {
	display: inline;
	list-style-type: none;
}

#navlist a { 
	padding: 3px 4px;
	margin-right: 10px;
	text-transform: uppercase;
	border: 1px solid #526157;
}

#navlist a:link, #navlist a:visited {
	color: #000;
	background-color: #C0DCC0;
	text-decoration: none;
	font-size: 0.6em;
}

#navlist a:hover {
	color: #000;
	background: #fff;
	text-decoration: underline;
	font-size: 0.6em;
	border: 0;
	border: 1px solid #526157;
}

#buttons {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}

.left_nav_line {
   color: #000;
   height:.5px;
   margin-top: 3px;
   margin-bottom: 3px;
   padding: 0px 0px 0px 0px;
}

.corner { 
   background: url(images/corner.gif) no-repeat 100% 100%;
   background-color: #9EDFA6;
   border-top:#454545 1px solid;
   border-left:#454545 1px solid;	
}

.corner2 { 
   background: url(images/corner.gif) no-repeat 100% 100%;
   background-color: #ECF7EE;
   border-top:#454545 1px solid;
   border-left:#454545 1px solid;
}

