body {
   margin: 0;
   padding: 0;
   text-align: center; /* for IE5.x/Win */
   background: #EEE;
   color: #000;
}
#centered {
   width: 800px;
   margin: auto;
   text-align: left; /* for IE5.x/Win */
}
#content-left {
   width: 800px;
   float: left;
   background: #FFF url(../euicons/background.png) left top repeat-y;
}
#column-1-left {
   float: left;
   width: 200px;
   background: transparent;
   color: #000;
}
#column-2-left {
   float: left;
   width: 600px;
   background: transparent;
   color: #000;
}
#content-right {
   width: 800px;
   float: left;
   background: #FFF url(../euicons/background.png) right top repeat-y;
}
#column-1-right {
   float: left;
   width: 600px;
   background: transparent;
   color: #000;
}
#column-2-right {
   float: left;
   width: 200px;
   background: transparent;
   color: #000;
}
#header {
   background: #666;
   color: #FFF;
}
#footer {
   background: #666;
   color: #FFF;
   clear: left;
}	
#header, #column-1, #column-2, #footer {
   padding-top: 0em;
   padding-bottom: 0em;
}
div p {
   margin: 0;
   padding: 0.5em 1em;
}
.navigationMenu {
   width: 192px;
   margin: 0;
   padding: 2px;
   border: 2px solid #999;
   background: #CCC;
   color: #000;
   text-align: left;
   font-weight: bold;
   text-transform: none;
   list-style: none;
}
.navigationMenu a {
   display: block;
   height: 4em;
   text-decoration: none;
   border: 1px solid;
   border-color: #FFF #666 #666 #FFF;
   padding: 3px;
}
.navigationMenu .currentItem a {
   background: #FFF;
   color: #000;
   border-right: none;
}
.navigationMenu a:link,
.navigationMenu a:visited {
   background: #CCC;
   color: #000;
}
.navigationMenu a:hover,
.navigationMenu a:focus,
.navigationMenu a:active {
   background: #AAA;
   color: #C00;
}
.navigationMenu .currentItem a:link,
.navigationMenu .currentItem a:visited,
.navigationMenu .currentItem a:hover,
.navigationMenu .currentItem a:focus,
.navigationMenu .currentItem a:active {
   background: #FFF;
   color: #000;
   border-right: none;
}
.languageMenu {
   background: #FFF;
   color: #000;
   margin: 0;
   padding: 6px 0 5px 0;
   border-bottom: 1px solid #000;
   text-align: right;
}
.languageMenu li {
   display: inline;
}
.languageMenu a {
   height: 0;
   padding: 5px 0.7em;
   border: 1px solid #000;
   text-decoration: none;
   margin: -6px .3em;
   white-space: nowrap;
}
.languageMenu .currentItem a {
   border-bottom: none;
   padding-bottom: 6px;
}
.languageMenu a:link,
.languageMenu a:visited {
   background: #DDD;
   color: #666;
}
.languageMenu a:hover,
.languageMenu a:focus,
.languageMenu a:active {
   background: #EEE;
   color: #000;
}
.languageMenu .currentItem a:link,
.languageMenu .currentItem a:visited,
.languageMenu .currentItem a:hover,
.languageMenu .currentItem a:focus,
.languageMenu .currentItem a:active {
   background: #FFF;
   color: #000;
   border-bottom: none;
   padding-bottom: 6px;
}

.Greek {
   font-family : "Gentium, Palatino Linotype, Titus Cyberbit Basic, Aisa Unicode, Arial Unicode MS, Cardo, Microsoft Sans Serif";
}

