/* CSS Document */

body   {
  font-family: Constantia, Cambria;

  margin: 0px;
  padding: 0px;
  background-color: #ABE0FB;
  cursor: default;
}

.Header {
   font-size: 12pt;
   color: #ffffff;
   background-color:  #065986;
   width: 100%;
   height: 80px;
}
.HeaderInside {
  margin: 0 auto;
   width: 750px;
   height: 80px;
   line-height: 80px;
   font-size: 30px;
   text-align: left;
}
.HeaderInside a {
  color: white;
  padding-left: 5px;
  text-decoration: none;
}
.HeaderInside span {
  color: #ABE0FB;
}
ul.Menu {
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-left: 10px;
    line-height: 33px;
    height: 35px;
    vertical-align: middle;
    text-align: left;
    clear: both;
    display: block;
    overflow: visible;
}

.Menu li {
    display: block;
    float: left;
    color: #ffffff;

}

.Menu li a {

    color: #6BC7F8;
    font-size: 15pt;
    /*font-weight: bold;*/
    text-decoration: none;
    display: block;
    float: left;
    padding: 2px 15px 2px 15px;
    /*margin: 5px 3px 0px 3px;  */
    /*text-transform: uppercase;  */
}
.Menu li a.selected {

    color: #ffffff;
    background-color: #065986;
}
.Menu li a:hover, .Menu li a.selected:hover  {
    color: #1857A3;
    background-color: #DBF2FD;

}
.Main {
  margin: 0 auto;
  width: 750px;
  background-color: #ffffff;
  text-align: left;
}
.Content {
  margin: 20px 10px;
  clear: both;
}
.Footer {
   background-color: #DBF2FD;
   font-family: Cambria;
   font-size: 90%;
   color: #065986;   background-color: #ABE0FB;
   padding: 5px;
}
.Footer a {
   color: #065986;
   text-decoration: underline;
}
.Footer a:hover {
   font-weight: bold;
}
.Content p {
  line-height: 130%;
  text-align: justify;
}
.Content h1 {
  color: #065986;
  text-align: center;
  margin: 10px;
 }
h3 {
  margin: 5px;
  margin-top: 15px;
}
.Content .illustration {
  margin-right: 10px;
}
.Content table {

  border-collapse: collapse;
  background-color: #DBF2FD;
  border-spacing: 2px;
}
.Content td {
  padding: 10px;
  background-color: #ffffff;
  border: 2px solid #DBF2FD;
}
td.label {
  background-color: #EDF9FE;
}
.Content ul {
  list-style-image: url(../images/folder.png);
  list-style-position: inside;
  margin: 10px 10px 10px 15px;
}
.Content li {
  margin: 15px 0px;
}
.pirobox_gall img {
  height: 100px;
  min-width: 20px;
  max-width: 300px;
  background-color: #f4f4f4;
}
