* {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
}

#content {
  margin-top: 10px;
  margin-left: 15px;
  padding-right: 15px;
  float: left;
  width: 556px;
  border-right: 1px solid #DFDFDF;
}

#menu {
  background-color: #ffffff;
  float:left;
}

#menu a {
  width: 155px;
  height: 18px;
  padding-top: 5px;
  display: block;
  background-color: #5889BC;
  color: #ffffff;
  margin-bottom: 1px;
  font-size: 11px;
  text-decoration: none;
}

#menu a:hover {
  background-color: #014B99;
  text-decoration: none;
}

#menu .menulevel2 {
  background-color: #ffffff;
  color: #000000;
  text-indent: 15px;
  border-bottom: 1px solid #DFDFDF;
}

#menu .menulevel2:hover {
  text-decoration: underline;
  background-color: #ffffff;
}

#menu ul, #sitemap ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

#rightbox div {
  padding: 3px;
}

#site {
  text-align: left;
  margin: 0px auto;
  width: 920px;
}

#sitemap a {
  text-decoration: none;
  border-bottom: 1px dotted #5889BC;
  font-size: 14px;
}

.boxtitle {
  background-color: #014B99;
  color: #ffffff;
  border-bottom: 1px solid #5889BC;
}

.header {
  //font-size: 16px;
  //font-weight: bold;
  //border-bottom: 1px solid #3f3f3f;
  color: #014B99;
  font-size: 16px;
  font-weight: bold;
  border-left: 15px solid #014B99;
  margin-bottom: 10px;
  padding-left: 5px;
  background-color: #DFDFDF;
}

.tab {
  border: 2px solid #c5c5c5;
  border-collapse: separate;
  border-spacing: 2px;
}

.tab th {
  background-color: #5889BC;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  padding: 2px;
}

.tab td {
  background-color: #DFDFDF;
  padding: 2px;
}

a {
  text-decoration: underline;
}

a:hover {
  text-decoration: underline;
  color: #014B99;
}

body {
  margin: 0px;
  text-align: center;
}

input {
  border-left: 1px solid #c5c5c5;
  border-right: 1px solid #c5c5c5;
  border-top: 0px;
  border-bottom: 1px solid #6c6c6c;
  margin-bottom: 2px;
}

table {
  border-collapse: collapse;
}

td {
  vertical-align: top;
}