/** added 2003-03-27 **/
dt {
  font-weight: bold;
}

/** added 2003-03-27 from http://www.w3.org/StyleSheets/TR/base.css **/
h1 {
  font: 170% sans-serif;
}

h2 {
  font: 140% sans-serif;
}

h3 {
  font: 120% sans-serif;
}

h4 {
  font: bold 100% sans-serif;
}

h5 {
  font: italic 100% sans-serif;
}

h6 {
  font: small-caps 100% sans-serif;
}


/* contents of http://www.w3.org/2002/ws/wsa-style.css */

p.copyright {
  font-size: small;
}

img {
  border: none;
  color: white;
  background-color: white;
}


/* from Henri's style sheet for TR page sketch at
   http://www.w3.org/2003/03/11-trpage.html */

div.head h1 {
  clear: none;
  margin-top: 2em
} 

img {
  float: left
}

/* Added for images you don't want to float :)*/
img.illustration {
  float: none;
}

/* Added 2003-04-18 to have the RDF icon */
img.creditIcon {
  float: right;
}

dt.TR {
  font-weight: bold;
/** removed 2003-03-27
  font-style: italic;
**/
}

body {
  margin: 1em;
  padding: 1em;
}

h1, h2 {
  color: white; 
  border: none;
  font-weight: bold;
  margin-top: 0;
  padding: 0.1em; 
  text-indent: 0.3em;
}
  
h1 { 
  background: #005a9c; 
}

h2 { 
  background-color: #aa7; 
}

img {
  float: left;
  margin-bottom: 0.5em;
}

div.views {
  text-align: center;
}

div.banner span.currentSection {
  color: #aa7;
}

dl {
  clear:both;
}


/* from http://www.w3.org/StyleSheets/home.css */

a:link {
   background: transparent;
   color: #00e;
}

a:visited {
   background: transparent;
   color: #529;
}

a:active {
   background: #ffc;
   color: #900;
   text-decoration: none;
}

a img { color: #fff; }         /* hide the border in Netscape 4 */
@media all {                   /* hide from Netscape 4 */
   a img { color: inherit;     /* undo the rule above */
   border: none;               /* hide from Netscape 4 */
   }
}


/* added */

div.head {
  clear: both;
  margin-top: -16px;
  margin-bottom: 40px;
  text-align: left;
}

div.banner {
  text-align: left;
/** added 2003-03-27 **/
  font-weight: bold;
  font-size: 120%;
}

.ActivityMenu {
  text-align: right;
  font-size: small;
  font-weight: normal;
}

.pageMenu {
  text-align: center;
}

caption {
  font-weight: bold;
  padding: 0.3em;
}
