html, body {
    height: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
}

body {
   background-color: white;
   font-family: "ArialMT", "arial", sans-serif;
   color: #939393;
   padding-left: 0px;
   padding-top: 0px;
}

#everything {
   margin-left: auto;
   margin-right: auto;
   margin-top: 9px;
   margin-bottom: 9px;
   width: 770px;
   height: 98%;
  background-color: #37577d;
} 
#mainnav_and_logo {
   background-color: #ffffff;
}
/*#everything tr td {
   margin: 0px 0px 0px 0px;
}*/

#toptr {
    height: 10px;
}
#toptd {
  vertical-align: top;
}

a {
  color: #37577d;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a img {
	border-style: none;
}
.kader{
   border-width: 2px;
   border-style: solid;
   border-color: #d3d3d3;
}

table.navigation {
   background-color: #d3d3d3;
}

table.navigation tr td {
   background-color: white;
}

.mainnav td table tr td {
   width: 120px; 
   margin: 0px;
   padding: 0px;
}

.header {
  color: black;
  margin-bottom: 17px;
}

.navigation td {
  padding-left: 15px;
}

.header th {
  font-weight: bold;
  font-size: 12px;
  color: black;
}

.header td {
  font-weight: bold;
  font-size: 12px;
  color: black;
}

th {
  text-align: left;
  vertical-align: top;
}

.navigation , .mainnav {
  color: #939393;
  font-weight: bold;
}

.navigation a {
  color: #939393;
}

.subnav {
  font-size: 12px;
  padding-bottom: 4px;
  margin-top: 5px;
  margin-left: 19px;
}

#content {
 vertical-align: top;
 background-color: #37577d;
 color: white;
 border-style: none;
 width: 770px;
 font-weight: bold;
 font-size: 12px;
 padding-top: 10px;
}
#content a {
  color: #fcf9ca;
}


.centeredblock {
 width: 460px;
 margin-left: 142px;
}

.semiwideblock {
    width: 730px;
    margin-left: 20px;
}

.wideblock {
 width: 760px;
 margin-left: 0px;
}

.selected, a.selected {
  color: #37577d;
}

#copyright {
  border-style: none;
  padding-bottom: 5px;
  padding-top: 5px;
  height: 10px;
  width: 770px;
  font-size: 12px;
  font-weight: normal;
  color: #cccccc;
  text-align: center;
  vertical-align: bottom;
}

.footnote {
  height: 25px;
  vertical-align: top;
  color: white;
  font-size: 11px;
  text-align: center;
  vertical-align: bottom;
  font-weight: normal;
}

table {
  border: none;
}

.content a {
    text-decoration: underline;
}

.content td  {
 color: white;
 font-weight: bold;
 font-size: 12px;
 vertical-align: top;
}

.content th  {
 color: white;
 font-weight: bold;
 font-size: 11px;
 vertical-align: top;
}

.childtabs {
  text-align: left;
  width: 732px;
  padding-top: 3px;
  font-weight: bold;
  font-size: 80%;
  padding-left: 19px;
  padding-right: 19px;
}

.childtabs a {
  color: #d3d3d3;
}

table.landscape_table tr td {
   text-align: center;
   padding: 7px;
}

table.landscape_table {
    margin-left: -7px;
}

table.portrait_table tr td {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 7px;
    padding-bottom: 7px;
    text-align: center;
}
table.portrait_table {
    margin-left: -16px;
}

input.text  {
    border-width: 1px;
    border-color: white;
    border-style: solid;
    color: white;
/*    background-color: #37577d; */
    background-color: #47678d;
    font-size: small;
    margin-top: 3px;
}

input.required {
    background-color: #ffffa0;
    color: black;
}
