/*Make all body text white verdana on a black background 
*/
body {font-family:  verdana, Arial, serif, "times new roman";
      background:#FFFFFF;
      font-size:0.8em;           
      color:#003300;}

/*Underline links in white
*/

a {text-decoration:underline;}
a:link {color:#000066;}
a:visited {color:#000066;}
a:active {color:#000066;}


/*Make hyperlinked images with black borders, so doesn't show
*/


img {border:none;}


/*Make headings white 18-point verdana.
*/
h1 {font-size:1.5em;
    font-family: verdana, Arial, sans-serif, times new roman;
    color:#000066;
    line-height:1.6em;}

/*Make headings white 18-point verdana.
*/
h2 {font-size:1em;
    font-family: verdana, Arial, sans-serif, times new roman;
    color:#000066;}

/*adjust the space between bullets an the margin
*/

ul.adjust {margin:0.5em;
    padding-left:1em;}


/*Top banner to be no larger than 15" screen, and take up no more than 1/6 of page. Bottom border in purple.
*/

div.top {display:block;
         position:absolute;
         height:7.5em;
         width:65em;
         background:#FFFFFF;
         border-bottom:4px #006600 solid;
         padding-left:1em;         
         z-index:2;}


/*description area to take up no more than 1/8 of page.
*/

div.des {display:block;
         position:absolute;
         margin-top:9em;
         padding: 0.25em;
         font-size:1.1em; 
         font-weight:bold;         
         width:60em;
         height:18em;}


/*Facilities area
*/

div.fac {display:block;
         position:absolute;
         margin-top:30em;
         padding: 0.25em;
         width:65em;
         height:15em;}

/*price area
*/

div.pri {display:block;
         position:absolute;
         margin-top:48em;
         padding: 0.25em;
         width:65em;
         height:15em;}

/*Footer
*/

div.foo {display:block;
         position:absolute;
         margin-top:68em;
         border-top: 1px solid #000000;
         width:66em;
         height:5em;}

