html, body {
  background: #fff !important;
}

body {
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: 1.3em;
  font-family: "Times New Roman", Times, serif;
}

h2 { font-size: 1.6em; font-weight: normal }
h3 {font-size: 1em; margin-bottom: -10px }

/* Hide in print preview */
.leftcolumn, #menu a, #submenu a { display: none; }

#header {
  height: 80px;
}

#logo {
  right: 0;
  top: 0;
  position: absolute;
  height: 100px;
  width: 25%;
  text-align: right;
}  

#logo img { border: none; }  

#menu ul, #submenu ul {
  font-weight: bold;
  padding: 0;
  float: left; 
  margin: 8px 0;
  list-style-type: none;
}

#menu ul li, #submenu ul li {   float: left;  }

#menu #active a, #sub-active a {
  color: #000;
  height: 20px;
  display: inline;
  text-decoration: none;
  padding: 3px 5px;
}

#sub-active a {   border-left: 1px solid #000; }

.contextmenu ul {
  list-style: none;
  padding: 10px 0;
  margin: 0;
  line-height: 2em;
}

.contextmenu a {
  color: #000;
}
