/* Now specify formatting for the Navigation bar. Note that
   much of the layout is also specified by TABLE element attributes,
   since stylesheeets has limited control over these properties 
*/

DIV.navbar       { clear:           right; 
                   width:           100%;                  } 

DIV.navbar TABLE { margin-left:     auto;
                   margin-right:    auto;
                   width:           800px;                 }

DIV.navbar TD    { font-family:    "EngraversGothic BT", Arial, sans-serif;
                   font-weight:     bold;
                   text-transform:  small-caps;
                   text-align:      center;
                   font-size:       0.6em; 
                   padding-left:    0.1em;
                   padding-right:   0.1em;                 }

DIV.navbar A     { text-decoration: none;  
                   font-style:      normal;                } 
