body {
  margin: 0;
  padding: 0;
  background-color: white;
  background-image: url(../images/bg.gif);
  background-repeat: repeat-y;
}

#bodyBox {
  max-width: 990px;
  width: expression(document.body.clientWidth > 990? "990px" : "auto");
}

body, p, td, th, blockquote, li {
  font-family: verdana, tahoma, arial, helvetica, sans serif;
  font-size: 13px;
}

h1 { font-size: 17pt; }
h2 { font-size: 15pt; }
h3 { font-size: 13pt; }
h4 { font-size: 11pt; }

h1, h2, h3, h4 {
  color:#906;
  font-style:italic;
}

iframe {
  width: 625px;
  height: 505px;
  overflow-x: hidden; 
  overflow-y: auto;
}


.table { 
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  background-color: #f0f0f0;
  border: 1px; 
  border-color: #ccc; 
  border-style: groove;
  border-style: solid;
  border-collapse: collapse;
  border-spacing: 0px;
}

.table tr td a {
  text-decoration: none;
}

a:link    { color:#6600cc; }
a:active  { color:#ff0000; }
a:visited { color:#660066; }

a:hover, .table tr td a:hover {
  text-decoration: underline overline;
  color: red;
  background-color: #edd;
}

tr.dotted td {
  border-bottom: 1px dotted #ccc;
  padding: 2px;
}

th {
  background: #906;
  color: #fff;
  text-align: left;
  padding-left: 8px;
}

#logo {
  position: absolute;
  top: 14px;
  left: 12px;
}

#header {
  margin: 4px 4px 4px 156px;
  padding: 2px;
  height: 35px;
  border-bottom: 2px solid #906;
}

#header h1 {
  margin: 0;
  padding: 0;
  bottom: 0;
}

#menu {
  margin: 0;
  padding: 0;
  width: 149px;
  float: left;
  color: #fff;
}

#menu ul {
  margin: 0;
  padding: 5px;
  float: left;
  list-style-type: none;
}

#menu ul li {
  margin: 0;
  padding: 1px;
}

#menu ul li a {
  margin: 0;
  padding: 0 0 0 4px;
  display: block;
  width: 130px;
  color: #ccc;
  font-family: "times new roman", serif, times;
  font-size: 21px;
  /*font-size: 16pt;*/
  font-variant: small-caps;
  font-weight: 900;
  white-space: nowrap;
  text-decoration: none;
}

#menu ul li a:hover, #menu ul li a.selected:hover {
  text-decoration: none;
  color: yellow;
  background-color: #699;
  background-color: #c39;
}

#menu ul li a.selected {
  text-decoration: none;
  color: #fff;
}

#content {
  margin-left: 150px;
  padding: 3px 0 5px 5px;
}

#footer {
  clear: both;
}

#login {
  float: left;
  width: 130px;
  margin: -32px 4px 0 4px;
  border: 3px groove #b38;
  background-color: #a27;
  color: #ead;
  text-align: center;
  font-size: 8pt;
}

#login a {
  margin: 3px 0 0 0;
  padding: 0;
  display: block;
  width: 100%;
  color: #c39;
  font-size: 8pt;
  background-color: #805;
  font-weight: 900;
  text-decoration: none;
}

.label {
  margin: 2px;
}

#login a:hover {
  color: yellow;
  background-color: #c39;
}

#bottomLinks {
  margin: 0 0 0 156px;
  background-color:#eee;
  padding: 2px;
  text-align: center;
  font-size: 11px;
}