/* attempt to make a sane CSS Thunus F. 20130304 */
/* *************************  Body ***************************/
body {
  margin: 0;
  padding: 0;
  font-size: 90%;
  font-family: georgia,times,"times new roman",serif;
  color: #000000;
  background-color: #ffffff;
}

img {
         max-width: 100%;
    }
div#FluidCenter {
  margin-left:  15%;
  margin-right: 15%;
  padding-top: 1em;
}
a:link {
  color: #003366;
}
a:visited {
  color: #006666;
}
a:hover, a:active {
  color: #ffffff;
  background-color: #003366;
}

.Col {float: left; position:relative;}

/* *************************  Banner ***************************/
div#banner {
  border-bottom: 1px solid #000000;
  color: Green;
  background-color: #00003b;
}
div#banner h1 {
  margin: 0;
  padding: 0.3em 0 0.3em 0.5em;
  font-size: 3.5em;
  font-weight: normal;
  background-color: #ffffff;
}
/* *************************  Navigation ***************************/
div#navigation {
  width: 98%;
  font-size: 2.2em;
  padding-top: 0.4em;
  text-align: center;
}
div#navigation ul {
  margin: 0.2em;
  padding: 0.5em;
  list-style-type: none  ;
 
 border-radius: 15px 15px 0px 0px;
                    -moz-border-radius: 15px 15px 0px 0px;
                    -webkit-border-radius: 15px 15px 0px 0px;;
 
}
div#navigation ul li {
  margin-top: 1px;
	-webkit-border-radius: 1em;
	-moz-border-radius:1em;
	border-radius:1em;
}

#navigation ul li a {
  padding: 3px 5px 3px 10px;
  display: block;
  /* width: 135px; */
  width: 8.4375em;
  text-decoration: none;
  color: #000000;
  background-color: #6565FF;
 /* #CAFFD8;  */
 
}
#navigation ul li a:hover {
  color: #ffffff; 
  background-color:   #1919FF;    /* #72FE95;  */
  font-weight: bold;

}
/* *************************  More ***************************/
div#more {
 display : block;
 display : none;
}
/* *************************  Big blocked ***************************/
div#big {
 display : block;
 display : none;
}
/* *************************  Menu class ***************************/
.menu ul { 
  width: 88%;
  font-size: 1.5em;
  padding-top: 0.5em;
  padding:0.5em;
  display: block; 
  margin: 0.2em; 
  list-style: none; 
  text-align: center; 
} 

.menu ul li { 
  list-style: none; 
  border: 0.2em solid  #00CC00; 
 /* background-color: #e8e8e8; */
  padding: 0.3em; 
  text-align: center; 
} 

.menu a { 
  padding: 0.03em 1em; 
  text-decoration: none; 
  color: darkgreen; 
  border: 0.05em solid green; 
} 

.menu a:hover { 
background-color: #009900;; 
border: 0.05em solid #009900;; 
color: white; 
 /* font-weight: bold; */
}

/* *************************  content ***************************/
div#content {
  margin-left:  1em;
  margin-right: 1em;;
}
div#content h2 {
  margin: 0;
  font-size: 1.4em;
  color: #003366;
  padding-top: 1em;
  font-weight: normal;
}
div#content h1 {
  margin: 0;
  font-size: 1.7em;
  color: black;
  padding-top: 1em;

}
div#content {
  line-height: 130%;
}
/* *************************  Cleardiv ***************************/
#cleardiv {
  clear: both;
  height: 1em;
}
/* *************************  Footer ***************************/
div#footer {
  border-top: 1px solid #999999;
  padding: 0.5em 1em;
  clear: both;
  text-align: right;
  font-size: 0.5em;
}
div#footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
div#footer li {
  display: inline;
  margin-right: 1em;
}
