html,body {
  width: 100%;
  min-width: 775px;
  height: 100%;
  color: #000000;
  background-color: #ccc;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: medium;
  margin:  0;
  padding: 0;
}

div {
  overflow: hidden;
}

a:link    { text-decoration: none; color: #000066; }
a:visited { text-decoration: none; color: #000066; }
a:hover   { text-decoration: underline; color: #333333; }
a:active  { text-decoration: underline; color: #aa3333; }
a.light:link    { text-decoration: none; color: #7777aa; }
a.light:visited { text-decoration: none; color: #7777aa; }
a.light:hover   { text-decoration: underline; color: #333399; }
a.light:active  { text-decoration: underline; color: #aa3333; }
a.noUL:hover   { text-decoration: none; }
a.noUL:active  { text-decoration: none; }

.title {
  font-size: x-large;
  font-variant: small-caps;
  font-weight: bold;
  font-family: 'Times New Roman',Times,serif;
  letter-spacing: 0.1em;
  margin-bottom: 0.7em;
}
.small {
  font-size: smaller;
}
.large {
  font-size: larger;
}
.em {
  font-weight: bold;
}
.ita {
  font-style: italic;
}
.light {
  color: #888;
}
.no_serif {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
.serif {
  font-family: 'Times New Roman', Times, serif;
}

.leftBox {
  float: left;
  width: 210px;
  border-right: 1px solid #000;
}

.opaque {
  filter: Alpha(opacity=50, finishopacity=50);
  -moz-opacity: 0.50;
  opacity: 0.50;
}

#headline {
  position: relative;
  height: 90px;
  width: 100%;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  /*background: url('img/header-bg.gif') no-repeat right;*/
  background-color: #354a85;
}

#menu {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #000;
  background-color: #035;
  white-space: nowrap;
  clear: both;
}
#menu .menuItem {
  float: left;
  position: relative;
  border-right: 1px solid #000;
  color: #ccc;
  background-color: #333;
  padding: 0.2em 0.7em 0.2em 1em;
  cursor: pointer;
}
#menu .menuItem .downArrow {
  visibility: hidden;
}
#menu .menuItem_ON {
  float: left;
  border-right: 1px solid #000;
  color: #000;
  background-color: #ff0;
  padding: 0.2em 0.7em 0.2em 1em;
  cursor: pointer;
}
#menu .menuItem_ON .downArrow {
  visibility: visible;
}

#main {
  position: relative;
  background: url('img/bg-stripe1.gif') repeat-y top left;
  background-color: #fe0;
  padding: 1em 0;
  margin: 0;
  clear: both;
}

#footer {
  position: relative;
  border-top: 1px solid #000;
  margin: 0;
  padding: 0.6em 0;
  font-size: x-small;
  clear: both;
}
#footer #p1 {
  margin: 0;
  float: left;
  padding: 0 1em 0 1%;
  white-space: nowrap;
}
#footer #p2 {
  margin: 0;
  float: right;
  padding: 0 1% 0 1em;
  white-space: nowrap;
}
