body{
background: url(images/ae_bg.jpg) center repeat-y;
color:#000000;
font-family: Tahoma,Arial,sans-serif;
font-size: 11pt;
margin:0;
padding:0;
text-align: center;
behavior: url(csshover.htc);
}

a {
outline: none;
}

/* Begin Menu */

#menu {
width: 100%;
float: left;
}
#menu ul {
list-style: none;
margin: 0;
padding: 2px;
float: left;
}

#menu a, #menu h2 {
font-family: Tahoma,Arial,sans-serif;
color:white;
letter-spacing:1px;
display:block;
font-size:10pt;
padding:2px 1px 2px 1px;
text-decoration:none;
text-align: center;
margin: 0;
}

#menu a {
color: white;
background: none;
text-decoration: none;
}

#menu a:hover {
color: #cac9c9;
}

/* End Menu */

#content{
margin: 10px 15px 10px 15px;
}

#airport{
background: white;
border: solid 2px #454444;
height: 118px;
margin: 4px;
margin-bottom: 15px;
min-height: 275px;
}

#airport a{
font-size: 10pt;
font-weight: normal;
color: black;
text-decoration: none;
line-height: 24px;
padding: 4px;
}

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

#schedule td{
border: solid 1px #272727;
text-align: center;
padding: 3px;
font-size: 9pt;
}

li{
text-align: left;
font-size: 11px;
line-height:1.0em;
font-size: 11px;
}

h1{
color: black;
text-align: left;
font-size: 18px;
line-height:18pt;
}

p{
text-align: left;
line-height:1.5em;
font-size: 11px;
margin:0 0 15px;
}

a{
color:#552127;
font-weight: bold;
text-decoration:none;
}

a:hover{
text-decoration:underline;
}

hr{
text-align: left;
height:1px;
margin:0 auto;
margin-top: 10px;
margin-bottom: 10px;
width:90%;
}

.hide{
display:none;
}