#container
{
   margin-left: auto;
   margin-right: auto;
   text-align: center;
}

#content
{
   margin-top: 20px;
   margin-left: auto;
   margin-right: auto;
   width:740px;
}

#metar
{ 
   width: 100%;
   background-color: #000088;
   color: #ffffff;
   text-align: center;
   font-size: .8em;
   font-weight: bold;
   padding: 2px;
   font-family: 'courier new', courier, mono-space;
   clear: both;
}

#footer
{
   font-size: .6em;
}

#response
{
   border: solid 1px #666666;
   background-color: #eeeeee;
   color: #000000;
   font-size: 1em;
   text-align: center;
   width: 400px;
   line-height: 100px;
}

html, body
{
   margin: 0px;
   padding: 0px;
}

body
{
   font-family: verdana, arial, sans-serif;
   background-image: url(/imgs/flightexams_bg.jpg);
   background-repeat: no-repeat;
   background-position: top right;
   background-color: #ffffff;
}

.menu
{
   font-size: 1em;
   font-weight: bold;
}

.menu ul
{
   margin: 0;
   padding: 0;
   background-color: #000088;
}

.menu ul li
{
   display: inline;
}

.menu ul li a
{
   background-color: #ffffff;
   color: #000088;
   padding: 5px 11px;
   text-decoration: none;
   border: solid 1px #000000;
}

.menu ul li a:hover, .menu ul li .current
{
   color: #ffffff;
   background-color: #777788;
}

.sHeading
{
   font-weight: bold;
   letter-spacing: .4em;
   font-size: 1.1em;
   text-decoration: underline;
}

.leftCol
{
   float: left;
   text-align: left;
   font-size: .8em;
   width: 370px;
}

.leftCol .heading
{
   font-weight: bold;
   font-size: 1.5em;
   letter-spacing: 5px;
   clear: left;
}

.leftCol img
{
   float: left;
   border: solid 1px #eeeeee;
   border-right: solid 1px #aaaaaa;
   border-bottom: solid 1px #000000;
   margin-right: 10px;
   margin-bottom: 10px;
}

.leftCol ul
{
   padding: 0px;
   margin: 0px;
}

.rightCol
{
   float: right;
   text-align: left;
   font-size: .8em;
   width: 370px;
}

.rightCol img
{
   border: solid 1px #111111;
}

.left 
{
   float: left;
   width: 33%;
   height: 100%;
}

.mid 
{
   float: left;
   width: 33%;
   height: 100%;
}

.right 
{
   float: right;
   width: 33%;
   height: 100%;
}

.links
{
   font-size: .8em;
   font-weight: bold;
}
