body {
 background-color: #447cc6;
 margin: 0;
 padding: 0;
}

#page {
 border-color:#000000;
 border-style: solid;
 border-width:1px;
 border-color: #6598d9;
 background-color:#9b7e56;
 width: 1024px;
 margin-right: auto;
 margin-left: auto;
 margin-top: 0.3em;
 margin-bottom: 0.3em;
}
#title {
 margin: 0.3em;
 padding: 0.2em;
 background-color: #6598d9;
 color: #ffffff;
 font-family: Verdana, Sans-Serif;
 font-size: 1em;
 font-weight: bold;
 text-align: right;

}
#footer {
 margin: 0.3em;
 padding: 0.2em;
 background-color: #6598d9;
 color: #ffffff;
 font-family: Verdana, Sans-Serif;
 font-size: 1em;
 font-weight: bold;
 text-align: right;

}
#page_header {
 margin: 0.3em;
 background-image:url(pictures/title.jpg);
}
#breadcrumbs font {
 font-family: Verdana, Sans-Serif;
 font-size: 0.8em;
 color: #ffffff;
 }
#breadcrumbs {
 margin-right: 0.3em;
 padding-bottom: 0.3em;
 text-align: right;
 }
#breadcrumbs a {
 text-decoration: underline;
 color: #ffffff;
 }
#breadcrumbs a:hover {
 text-decoration: none;
 color: #ffffff;
 }
#page_title1 {
 background-color:transparent;
 height: 80px;

}
#page_title2 {
 margin-top: 0.3em;
 background-color:transparent;
 height: 20px;
 }
#lang {
 float: right;
 padding: 0.3em;
 }
 #lang a {
 text-decoration: underline;
 color: #9b7e56;
 font-family: Verdana, Sans-Serif;
 font-size: 0.8em;
 font-weight: bold;
 }
 #lang a:hover {
 text-decoration: none;
 }
#navigation {
 margin-top: 0.3em;
 height: 70px;
 background-color: transparent;
 }

ul#list {
 list-style-type: none;
 padding: 0;
 margin: 0;
 }
 ul#list li {
 float: left;
 display: block;
 font-size: 0.75em;
 border-right: #9b7e56 solid 0.1em;
 border-top: #9b7e56 solid 0.1em;
 border-bottom: #9b7e56 solid 0.1em;
 margin: 0;
 padding: 0;

 }

 ul#list a{
 float: left;
 color: #ffffff;
 text-decoration: none;
 font-weight: bold;
 margin: 0;
 padding-left: 1em;
 padding-right: 1em;
 padding-top: 3em;
 padding-bottom: 3em;
 display: block;
 font-family: Verdana, Sans-Serif;
 font-size: 1em;
 text-align: center;
 width: 70px;
 }
 ul#list a:hover{
 background-color: #6598d9;
 text-decoration: none;
 display: block;
 }
 ul#list li.active a {
 font-size: 1em;
 background-color: #6598d9;
 text-decoration: none;
 }
 ul#list li.active a:hover {
 font-size: 1em;
 text-decoration: underline;
 }

 #content {
 margin: 0.3em;
 padding: 0.3em;
 background-color: #6598d9;
 }
#content table {
 padding-top: 1.5em;
 padding-bottom: 1.5em;
}

#content table tr td {
 padding: 1.5px;
 }
 #content table img {
 border: none;
 }
#content font {
 font-family: Verdana, Sans-Serif;
 font-size: 0.8em;
 text-align: justify;
 color: #ffffff;
 }
#content h2 {
 font-family: Verdana, Sans-Serif;
 font-size: 1.2em;
 font-weight: bold;
 text-align: justify;
 color: #ffffff;
 margin: 0 0 0.5em 0;
 }
#content p{
 font-family: Verdana, Sans-Serif;
 font-size: 0.8em;
 padding-bottom: 1em;
 margin: 0;
 color: #ffffff;
 }
#content a {
 text-decoration: underline;
 color: #ffffff;
 }
#content a:hover {
 text-decoration: none;
 color: #ffffff;
 }
#content iframe {
  width: 100%;
  border: 0px;
  }
 .thumbnail {
 margin: 0.2em;
 float: left;
 }