body,td,th {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
}
body {
    background-color: #333333;
    margin: 10px;
}
a:link, a:visited, a:active {
    color: #003366;
    text-decoration: none;
}
a:hover {
    color: #336699;
    text-decoration: none;
}
form {
    margin: 0;
}
h1, h2, h3, h4, h5 {
    margin: 5px 0px 5px 0px;
}
.header {
    background-color: #336699;
    vertical-align: middle;
    text-align: center;
    color: #FFFFFF;
    height: 50px;
    font-size: 20px;
    font-weight: bold;
}
/* Menu Definitions BEGIN */

.menu_default {
  background-color: #336699;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 4px;
  border-right: 0px;
  border-left: 0px;
  border-top: 1px solid white;
  list-style-type: none;
}

.menu_current {
  background-color: #336699;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 4px;
  border-right: 0px;
  border-left: 0px;
  border-top: 1px solid white;
  list-style-type: none;
  font-weight: bold;
}

.menu {
  vertical-align: top;
  background-color: #ECF9FF;
  width: 125px;
  padding: 0px;
}
.menu ul, .menu li{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.menu ul {
  border-bottom: 0px;
  background-color: #ECF9FF;
}
.menu ul ul {
  padding-left: 10px;
}
.menu a:link, .menu a:visited, .menu a:active {
  padding: 4px 10px 4px 10px;
  color: #ffffff;
  display: block;
  background-color: #336699;
  text-decoration: none;
}
.menu a:hover {
  background-color: #ccd9e5;
  color: #000000;
  text-decoration: none;
}

/* Menu Definitions END */

.content {
    background-color: #FFFFFF;
    padding: 20px;
    height: 400px;
    vertical-align: top;
}
.footer {
    background-color: #DDDDDD;
    text-align: center;
    font-size: 10px;
    height: 10px;
}
