BODY  
{ 
  margin: 0px;
  padding: 0px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
  font-size: 12px; 
    background-color: #FFFFFF;
}
h2
{
  font-size: 16px;
  text-align: center;
}
P.centered 
{
  text-align: center;
}
IMG
{
  border: 0px solid; 
}
A:link, A:visited, A:active 
{
  color: #333366;
}
A:hover 
{
  color: #336666;
}
/*DIV
{
  border: red 1px solid; 
}*/
DIV.header
{
  background-color: #000000;
  clear: both;
  text-align: left;
}
DIV.header ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
DIV.header #nav a {
  font-weight: bold;
  color: #cccccc;
  text-decoration: none;
}
DIV.header #nav li li a {
  display: block;
  font-weight: normal;
  color: black;
  padding: 0.2em 10px;
}
DIV.header #nav li li a:hover { /* the menu elements at hover */
  padding: 0.2em 5px;
  border: 5px solid black;
  border-width: 0 5px;
}
DIV.header li { /* menus (home, etc) */
  float: left;
  position: relative;
  width: 10em;
  text-align: center;
  cursor: default;
  background-color: black;
}
DIV.header li#first {
  border-left-width: 1em;   
}
DIV.header li#last {
  border-right-width: 1em;  
}
DIV.header li ul { /* border on the drop-down */
  display: none;
  position: absolute;
  top: 100%;
  left: 0;

  font-weight: normal;
  background: #cccccc bottom left repeat;
  border: solid 1px black;  
}
DIV.header li>ul {
  top: auto;
  left: auto;
}
DIV.header li li {
  display: block;
  float: none;
  background-color: transparent;
  border: 0;
}
DIV.header li:hover ul, DIV.header li.over ul {
  display: block;
}
DIV.left
{
  float: left;
  margin-left: 2px;
  padding-top: 12px;
  padding-bottom: 12px;
  width:200px;
  text-align: center;
}
DIV.center
{
  padding: 12px;
  margin-left: 203px;
  margin-right:203px;
}
DIV.center-listing
{
  padding: 12px;
  margin-left: 203px;
  margin-right:203px;
  text-align: center;
}
DIV.right 
{
  float: right;
  width:200px;
  margin-right: 2px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
}
DIV.footer
{
  clear: both;
  padding-top: 10px;
  padding-right: 2px;
  padding-left: 2px;
  margin: 2px;
  text-align: center;
  border-top: #000000 1px groove;
}
DIV.footer ul, DIV.footer li
{
  margin: 0;
  padding: 0;
  display: inline;
}
DIV.travelRing 
{
  margin: 3px;
  padding: 3px;
  border: #000000 1px groove;
  text-align: center;
}
.copyright
{
  font-size: 9px; 
}
