body {
  background-color: white;
  font-family : sans-serif;
  padding : 0;
  margin : 0;	
 }

#list {
  padding-left : 1em;
  border : 1px solid #a0a0ff; 
  background-color: #dcdcdc; 
 }

img {
  border : 0;
}

.header img {
  padding : 1em;
}

.header {
  background-color : #90bade;
  height : 150px;
  border-bottom : 1px solid #a0a0ff;
}

.headerleft {
  float: left
}

.headercenter {
  float: left;
  padding : 40px;
}

.headerright {
  float: right;
  font-size : 1em;
}

.headerright a {
  display: block;
  margin: 0;
  width: 100%;
}

.headerright img {
  padding : 0.2em
}


.headertitle {
  color : #006633;
  font-size : 3em;
  font-weight: bold;
}

.right {
  float : right;
  padding : .3em;
  text-align : center;
}

.leftmenu {
  float : left;
  width: 8.6em;
  clear: left;
  margin-top : 1.1em;
  padding : .3em;
  border-right : 1px solid #;
  border-top : 1px solid #;
  border-bottom : 1px solid #;
  background-color: #07a;
}

div.menu {
  background-color: #90bade;
 }

div.menu a:hover {
  font-weight : bold;
}

div.menu a {
  display: block;
  margin: 0;
  width: 100%;
  padding: 0.2em;
  color: #006633;
  text-decoration: none;
}

div.menu a.current {
  font-weight : bold;
}

div.menu div.menu {	
  font-size: 0.75em;	
  margin-left: 2em;
  width: auto;
 }

#decal {
  margin-left: 11em;
}




blockquote {
  font-size: 10pt;
  color : #000000;
  text-align : justify;
}

h1{ font-family: sans-serif;
    font-size: 1.3em;
    text-align: right;
    border-top: 2px solid #07a;
    border-bottom: 1px solid #07a;
    padding: 4px 20px 4px 0; /* top right bottom left */
    background: #90bade;
    color: #006633;
    }

h2{ font-family: sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    color: #006633;
    }
p {
  text-align : justify;
  margin-left : 40;
  margin-right : 40
}

ul {
  list-style-image: url("carre.gif");
  list-style-position: outside
}

li { vertical-align : up }

a:link { color : #000080; text-decoration : none }
a:visited {color: #000080; text-decoration : none }
a:hover {color: #000080; text-decoration : underline }
a:active {color: #000080; text-decoration : none }

