
  body {
    background-color: #ffffff; 
    font-family: Helvetica,Arial,sans-serif;
    color: #606060;
  }

  div#Page {
    text-align: left;    /* align left */
    margin: 0 auto;      /* standard compliant horizontal centering */
    width: 800px;
    padding: 0.5em;
    border: 0px ridge silver;
    position:relative
  }

  p { 
    text-align:justify ; 
    font-size: 0.8em;
    line-height:1.3em;
    width: 520px;
  }

  li { 
    text-align:justify ; 
    font-size: 0.8em;
    width: 460px;
  }

  h1 { 
    position:relative; 
    text-align: left;
    font-weight: normal;
    font-size: 20px;
    margin-top:65px;
    margin-bottom:65px;
    letter-spacing:0px;
    top:0px;
    left:0px;
    width: 600px;
  }

  h2 { 
    text-align: justify;
    font-size: 14px;
    margin-top:0px;
    margin-bottom:5px;
    letter-spacing:0px;
    top:0px;
    left:0px;
    width: 200px;
  }

  a:link { 
    color: #3babdb; 
    font-weight: bold; 
    text-decoration:underline;
  }

  a:visited { 
    color: #666666; 
    font-weight:bold;
    /* color: #79b030;  */
  }

  a:active { 
    font-weight:bold;
  }

  a:hover { 
    font-weight:bold;
    background-color:#eeeeee; 
  }

  .navbar { 
    font-size: 2em;
    font-weight: bold; 
    color: green; 
  }

  .quote { 
    text-align:left;
    margin-left:50px;
    margin-top:20px;
    margin-bottom:10px;
    width: 420px;
  }

  .author { 
    text-align:right;
    margin-right:3em
  }

  .sigma {
    color:rgb(122,176,49);
    font-size: 2em;
    font-weight: bold ; 
  }

  .copyright {
    font-size: 0.8em;
    text-align:center;
  }

  .news { 
    font-size: 0.8em; 
    text-align:left;
    margin-left:0px;
    width: 200px;
  }

  .disclaimer {
    color: #707070; 
    font-size: 0.8em;
    width: 200px;
  }

  p#Nav {
    /* clear: both; */
    font-size: 0.8em;
    margin: 0; 
    padding: 0.1em;
    text-align: right;
    width: 800px;
    letter-spacing:0.1em;
    border: 0px solid silver;
    font-weight: bold; 
  }
  a#Nav {
    text-decoration:none;
    color: #3babdb; 
    /* text-shadow:black 1px 1px 1px; */ 
  }

  p#Event {
    float: right; 
    width: 200px;
    text-align:center;
    z-index:1;
    /* background-color:#1df;   */
    margin-top:0px;
    margin-bottom:0px;
    top:0px;
    bottom:0px;
    padding: 0px;
    height:150px;
  }
	p#select_language {
		letter-spacing:0.1em;
		border: 0px solid silver;
		font-weight: bold; 
		text-align: right;
		width: 140px;
	}

	div#select_language {
		position:absolute; 
		top:0px; 
		right:5px; 
		width:140px; 
		height:40px; 
		/* background-color:#afa; */
	}

  div#News { 
    clear: both;
    float: right; 
    width: 200px;
    /* top:0px;
    left:600px; */ 
    /* width:50px; */
    z-index:2;
    /* background-color:#dfd; */ 
  }

  p#News {
    text-align: left;
    font-size: 0.8em; 
    margin-left:0px;
    margin-right:0px;
    width: 200px;
  }

  h2#News {
    text-align: center;
  }

  div#Maincontent { 
    position:relative; 
    top:0px;
    left:0px;
    width:520px;
    z-index:1;
    /* background-color:#fdd; */
  }

  p#Footer {
    position:relative; 
    top:5px;
    left:0px;
    clear: both;
    color: #3babdb; 
    font-size: 0.8em;
    margin: 0; padding: 0.1em;
    text-align: left;
    width:800px;
  }


