body {
	/*background-image: url(../images/bg.jpg);*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #F6FBFF;
}

a {
	color: #000099;
	text-decoration: none;
}

a:active {
	color: #0000CC;
}

a:visited {
  color: #000099;
}

.language {
	color: #FFFFFF;
	background-color: #0033CC;
	font-size: 60%;
	vertical-align: text-top;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 2px;
}
html,body {
  width: 100%;
  height: 100%;
  margin: 0%;
  padding: 0%;
  overflow: hidden;
}

img {
  border: none;
}

.contentPanel {
  height: 100%;
  width: 100%;
  margin: 0%;
  padding: 0%;
  overflow: auto;
  position: relative;
}

.content {
  width: 68%;
  margin: 0%;
  padding: 60px 14% 100px 10%;
}

.logo {
  position: absolute;
  top: 0px;
  right: 173px;
  padding: 10px 2px 10px 0px;
  text-align: right;
  z-index: 1;
}

.separator {
  position: absolute;
  top: 16px;
  right: 171px;
  width: 1px;
  height: 100%;
  background-color: #0033cc;
  z-index: 1;
}

.menuPanel {
  position: absolute;
  top: 24px;
  right: 20px;
  width: 140px;
  height: 100%;;
  z-index: 1;
}

.menu {
  margin-top: 8px;
  font-size: 100%;
  color: #940f15;
  font-weight: normal;
}

.menu .menu {
  margin-top: 1px;
  margin-left: 1px;
  font-size: 90%;
  font-weight: normal;
}

.menu .menu a:hover {
  border-left: #0033cc solid 2px;
  border-right: #0033cc solid 2px;
  font-weight: bold;
  margin: 0px 10px 0px 2px;
}

.menu .menu a {
  display: block;
  margin: 0px 10px 0px 4px;
  padding: 2px 8px;
}

.header {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 90%;
  padding: 40px 0px 10px 0px;
  z-index: 0;
  background-color: #F6FBFF;
}

.title {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 44px;
  padding: 40px 0px 10px 40px;
  z-index: 2;
  background-color: #C4D6E2;
}

.title img {
  display: block;
  margin: 3px;
}

.deco {
  height: 100%;
  width: 30%;
  padding: 40px 0% 10px 8%;
  background-color: #C4D6E2;
}

.toc {
  position: absolute;
  top: 260px;
  left: 20px;
  padding: 4px;
  font-size: 70%;
  background-color: white;
  display: none;
}

.toc p {
  margin-left: 0px;
  margin: 2px;
}

.toc a:hover {
  color: white;
  background-color: #3742ae;
}

.tools {
  position: absolute;
  bottom: 2px;
  right: 20px;
  width: 146px;
  z-index: 1;
}

h1,h2,h3,h4,h5,h6 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 1em;
  color: #2b3792;
}

h1 {
  font-size: 140%;
  font-weight: normal;
  margin-top: 24px;
  margin-bottom: 12px;
}

h2 {
  font-size: 120%;
  font-weight: normal;
  margin-top: 16px;
  margin-bottom: 12px;
}

h3 {
  font-size: 110%;
  font-weight: normal;
  margin-top: 14px;
  margin-bottom: 10px;
}

h4 {
  font-size: 100%;
  font-weight: normal;
  margin-top: 12px;
  margin-bottom: 10px;
}

h5 {
  font-size: 100%;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px;
}

h6 {
  font-size: 100%;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px;
}

.block {
  margin: 0.5em 3em;
}

.flyer td {
  vertical-align: top;
}

.flyer .left .image {
  margin: 10px 1em;
}

.flyer .right {
  min-width: 22em;
}

