
body {
  background: white;
  color: #444444;
  margin-left: 0%;
  margin-right: 0%;
  text-align: justify;
  font-family: sans-serif;
  line-height: 150%;
  margin-top: 0%;
  margin-bottom: 0%;
  border-right: 2px solid;
  border-left: 2px solid;
  border-color: #000000;
}

p {
  background: white;
  color: #444444
}

#header {
  position: relative;
  top: 0%;
  height: 5em;
  text-align: center;
  color: #444444;
  background: #4A5566;
  margin-left: 0%;
  margin-right: 0%;
  margin-top: 0%;
  margin-bottom: 0%;
  border-top: 2px solid;
  border-bottom: 2px solid;
  border-color: #000000;
}

#menu{
  text-align: center;
  font-size: 90%;
  color: #4A5566;
  background: #f2f2f2;
}

#content {
  position: relative;
  margin-left: 15%;
  margin-right: 15%;
  padding-bottom: 5%
}

.columns {
  -moz-column-width: 15em;
  -moz-column-gap: 6%;
  margin-left: 6%;
  margin-right: 6%;
}

.right {
  position: relative;
  margin-right: 6%;
  margin-left: 6%;
  float: right;
  padding: 0px;
  color: #444444;
  background: white;
}

.navi {
  position: relative;
  width: 20%;
  margin-right: 0;
  margin-left: 6%;
  margin-bottom: 1em;
  padding-right: 0;
  padding-left: 1em;
  float: right;
  color: #444444;
  background: white;
  text-align: right;
  border-left: 1px solid;
}

#footer {
  position: relative;
  bottom: 0%;
  text-align: center;
  color: #FFFFFF;
  font-size:small;
  background: #4A5566;
  border-top: 2px solid;
  border-bottom: 2px solid;
  border-color: #000000;
  margin-bottom: 0%;
}

a {
  color: #6E7E97;
  background: white;
  text-decoration: underline;
}

a.menu{
  padding-left: 0.25em;
  padding-right: 0.25em;
  font-weight: bold;
  text-decoration: none;
  color: #4A5566;
  background: #f2f2f2;
}

a.menu:hover{
  text-decoration: underline;
}

h1 {
  text-align: center;
  margin-top: 0%;
  margin-bottom: 0%;
  font-variant: small-caps;
  color: #ffffff;
  background: #4A5566;
  font-weight: 900;
  font-size: 350%;
  padding: 0.4em 0 0 0;
}

h2 {
  text-align: left;
  font-variant: small-caps;
  border-bottom: thin solid;
  color: #6E7E97;
  background: white;
  font-weight: normal;
  padding: 0 0.5em 0.15em 0;
  line-height: 120%;
  font-size: 175%;
}

h3 {
  text-align: left;
  color: #666666;
  background: white;
  font-weight: bold;
  font-size: 110%;
  padding: 0 0 0 0;
}

img {
  border: none
}

#image{
/*
  margin-left: 34%;
  margin-top: 2%;
*/
}

table {
  margin-top: 0%;
  margin-left: 0%;
  width: 90%;
  border: 0px solid;
}

td {
  padding-left: 5%;
  text-align: left;
}

#rjust {
  text-align: right;
}

.indent {
  margin-left: 6%;
  margin-right: 6%;
}

b {
  color: #666666;
  background: white;
}

/*
#bold {
  color: #666666;
  font-weight: bold;
}

.bold {
  color: #666666;
  font-weight: bold;
  text-decoration: none;
}
*/

.pdf {
  font-size: small;
  color: #6E7E97;
  background: white;
  text-decoration: none;
}

ol {
  list-style-type: decimal;
  list-style-position: outside;
  line-height: 150%;
  color: #444444;
  background: white;
}

ul {
/*
  list-style-type: none;
*/
  list-style-position: outside;
  line-height: 150%;
  color: #444444;
  background: white;
}
