* {
  margin           : 0;
  padding          : 0;
}

body, html {
  width            : 100%;
  height           : 100%;
  font-family      : Tahoma, sans-serif;
  font-size        : 9pt;
  text-align       : center;
}

body {
  background-color : white;
  text-align       : center;
}

#container {
  margin           : 0 auto;
  width            : 900px;
  text-align       : center;
  text-align       : left;
  height           : 100%;
}

#smallmenu {
  float            : right;
  background-color : #CFDCE6;
  color            : #406680;
  padding          : 2px 5px 4px 8px;
  font-size        : 8pt;
}

#canvas {
  background-color : white;
  width            : 900px;
  margin           : 0;
  padding          : 0;
  border-color     : #e0e0e0;
  border-style     : solid;
  border-width     : 0 1px 0 1px;
}

#left {
  float            : left;
}

#navigation {
  background-color : #CFDCE6;
  margin-right     : 20px;
  padding-top      : 20px;
  padding-bottom   : 10px;
}

#logos {
  text-align       : center;
  padding-top      : 20px;
  margin-right     : 20px;
}

#logos p {
  margin-bottom    : 10px;
}

#navigation ul {
  list-style-type  : none;
  margin-bottom    : 10px;
}

#navigation li {
  background-color : #CFDCE6;
  width            : 150px;
  padding          : 5px;
  margin-bottom    : 2px;
}

#navigation li:hover {
  background-color : #6099BF;
  color            : white;
}

.menu li:hover a {
  color            : white;
}

.menu a {
  color            : #406680;
  text-decoration  : none;
}

.menu a:hover {
  color            : white;
}

#main {
  padding-left     : 10px;
}

#content {
  margin           : 0;
  width            : 500px;
  float            : left;
  padding-top      : 40px;
  padding-bottom   : 30px;
}

#content h1 {
  color            : #3085BF;
  font-size        : 12pt;
  margin-bottom    : 10px;
}

#content h2 {
  color            : #3085BF;
  font-size        : 11pt;
  margin-top       : 12px;
  margin-bottom    : 10px;
}

#content p {
  color            : #3E4F5A;
  line-height      : 175%;
  margin-bottom    : 10px;
}

#content a {
  color            : #406680;
}

#content ul {
  margin-top       : 4px;
  list-item-style  : disc;
  padding-left     : 20px;
}

#content li {
  color            : #3E4F5A;
  margin-bottom    : 5px;
}

#content ol {
  margin-left      : 25px;
}

#content dl {
  color            : #3E4F5A;
  margin-top       : 5px;
  margin-bottom    : 5px;
  margin-left      : 20px;
}

#content dt {
  margin-top       : 5px;
  margin-bottom    : 2px;
  font-weight      : bold;
}

#content dd {
  margin-left      : 20px;
}

#content td.title {
  vertical-align   : top;
  padding-top      : 4px;
  padding-right    : 10px;
}

#sidebar {
  float	           : right;
  width            : 170px;
  margin-top       : 45px;
  margin-right     : 20px;
  margin-bottom    : 80px;
}

.block {
  border           : 1px solid #BFE5FF;
  background-color : #ECF7FF;
  padding          : 5px;
  margin-bottom    : 20px;
  color            : #3085BF;
}

.green {
  border           : none;
  background-color : #E0EFAA;
  border-color     : #789122;
}

.block h1 {
  font-size        : 8pt;
  margin-bottom    : 10px;
  font-weight      : normal;
}

.block p {
  color            : #4F7E9E;
  line-height      : 150%;
  margin-bottom    : 10px;
  font-size        : 8pt;
  text-alignment   : justify;
}

.block a {
  color            : #4F7E9E;
  font-style       : italic;
  text-decoration  : none;
}

.green h1 {
  color            : black;
}

.green p,
.green a {
  color            : black;
}


#footer {
  margin-top       : 30px;
  clear            : both;
  background-color : #4F7E9E;
  padding          : 2px 4px;
  color            : white;
  width            : 892px;
  height           : 12px;
}
