/* styles for Atlanic Fare */

body {
   font: 12px "Trebuchet MS", sans-serif;
   color: #000000;
}

p {
   margin: 0px 0px 8px 0px;
   }

form {
   margin: 0px;
   }

h1 {
   margin: 0px 0px 6px 0px;
   border-bottom: dotted 1px #999999;
   padding: 0px 0px 2px 0px;
   font: bold 14px "Trebuchet MS", sans-serif;
   text-transform: uppercase;
   }

h2 {
   margin: 30px 0px 6px 0px;
   border-bottom: dotted 1px #999999;
   padding: 0px 0px 2px 0px;
   font: bold 14px "Trebuchet MS", sans-serif;
   }

a {
   color: #ffffff;
   }
a:hover {
   color: #ffffff;
   text-decoration: none;
   }



#holder {
   }
   
#header {
   }
#headerLogo {
   text-align: center;
   }
#headerPanel {
   display: none;
   }

#nav {
   display: none;
   }
   
#content {
   width: 95%;
   }
#contentLeft {
   display: none;
   }
#contentMain {
   }
   
#footer {
   float: left;
   clear: both;
   width: 95%;
   margin-top: 40pt;
   border-top: dotted 1px #999999;
   }
#footer a {
   color: #000000;
   text-decoration: none;
   }
#footer a:hover {
   color: #000000;
   text-decoration: none;
   }

/* log in form */

/* nav */

/* special styles for home page */

#homeUpper01 {
   display: none;
   }

/* home elements */

img.right {
   float: right;
   margin-left: 10px;
   }
img.left {
   float: left;
   margin-right: 10px;
   }
