body {
    font-family: verdana, geneva, helvetica, arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #e5e5e5;
    font-size: 11px;
    }


/* THIS IS FOR IE */

#container{
    width: 800px;
    background-image: url(http://www.wyomingairports.org/images/main_back.gif);
    background-repeat: repeat-y;
    margin: auto;
    text-align: left;
    }


/* THIS IS FOR MOZILLA */

html>body #container {
    width: 800px;
    margin: auto;
    text-align: left;
    }

html>body #mainNav {
    margin-top: -2px;
    }


/* BACKGROUNDS */

#yellowBox {
    width: 210px;
    background-color: #ffcd75;
    padding: 20px;
    }

#greyBox {
    width: 350px;
    background-image: url(http://www.wyomingairports.org/images/box_back_grey.gif);
    background-repeat:no-repeat;
    padding: 10px 25px 10px 25px;
    }

#newsBox {
    width: 349px;
    border-left: 1px solid #ffcd75;
    padding: 0 25px 0 25px;
    }

div.divider {
    width: 350px;
    height: 1px;
    background-image: url(http://www.wyomingairports.org/images/dotted.gif);
    background-repeat: repeat-x;
    margin: 0 25px 25px 25px;
    }
    
div.divider2 {
    width: 349px;
    height: 1px;
    background-image: url(http://www.wyomingairports.org/images/dotted.gif);
    background-repeat: repeat-x;
    margin: 0 0 25px 0;
    }

/* HEADERS */
  
h1 {
    font-family: arial, verdana, geneva, helvetica, sans-serif;
    font-size: 160%;
    color: #003e6f;
    text-align: left;
    }

h2 {
    font-family: arial, verdana, geneva, helvetica, sans-serif;
    font-size: 140%;
    color: #2965d5;
    }

.subDate {
    font-family: arial, verdana, geneva, helvetica, sans-serif;
    font-size: 11px;
    font-style: italic;
    font-weight:normal;
    color: #000;
    }

h3 {
    font-family: arial, verdana, geneva, helvetica, sans-serif;
    font-size: 120%;
    color: #c96602;
    text-align: left;
    }

h4 {
    font-family: arial, verdana, geneva, helvetica, sans-serif;
    font-size: 100%;
    color: #000000;
    text-align: left;
    }

h5 {
    font-family: georgia, times, new century schoolbook, times new roman, serif;
    font-size: 70%;
    color: #000000;
    text-align: left;
    }


/* TEXT */
    
p  {
    font-family: verdana, geneva, helvetica, arial, sans-serif;
    font-size: 11px;
    line-height: 150%;
    align: justify;
    }

p.homeNews  {
    font-family: verdana, geneva, helvetica, arial, sans-serif;
    font-size: 11px;
    line-height: 100%;
    }

ul, ol, li {
    font-family: verdana, geneva, helvetica, arial, sans-serif;
    font-size: 11px;
    }

table, td, tr  {
    font-family: verdana, geneva, helvetica, arial, sans-serif;
    font-size: 11px;
    }

#copyright {
   width: 250px;
   font-size: 10px;
   color: #9e9e9e;
   padding: 50px 0 0 0;
   text-align: center;
   }

/* LINKS */
	
a {font-family: verdana, geneva, helvetica, arial, sans-serif; text-decoration: none; font-size: 11px; font-weight: bold;}
a:link {color:#2965d5;}
a:visited {color:#2965d5;}
a:active {color:#000000;}
a:hover {text-decoration: none; color:#c96602;}

.link a {verdana, geneva, helvetica, arial, sans-serif; text-decoration: underline; font-size: 11px;}
.link a:link {color:#c96602;}
.link a:visited {color:#c96602;}
.link a:active {color:#c96602;}
.link a:hover {text-decoration: none; color:#c96602;}

.subNav a {verdana, geneva, helvetica, arial, sans-serif; text-decoration: none; font-size: 13px; font-weight:bold;}
.subNav a:link {color:#c88000;}
.subNav a:visited {color:#c88000;}
.subNav a:active {color:#000000;}
.subNav a:hover {color:#2965d5;}

.subNav {
    width: 220px;
    border-bottom: 1px solid #c88000;
    padding: 5px 0 5px 25px;
    margin-right: 5px;
    }

.navDivider {
     border-top: 1px solid #003e6f;
     margin: 10px 0 10px 0;
     }

/* ALIGNMENT */

#margin {
    float: left;
    width: 200px;
    margin: 50px 50px 50px 50px;
    display: inline;
    }

#content {
    float: right;
    width: 400px;
    margin: 25px 50px 25px 0;
    }

#footer {
    width: 800px;
    height: 36px;
    background-image: url(http://www.wyomingairports.org/images/footer_back.gif);
    background-repeat:no-repeat;
    }


.memberprofile {
    font-family: verdana, geneva, helvetica, arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 14px;
    padding: 16px 0px 8px 20px;
    margin: 0px 0px 0px 0px;
}

div.corporate {
    float: right;
}


td.column1{
        font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #e0e0e0;
       }

td.column2 {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #e0e0e0;
}