html {
height: 100%;
width: 100%;
}

body {
  color: #666666;
  font-family: Arial;
  font-size:x-small;

}
a {
  color: #033;
  text-decoration: underline;
}

a:hover {
  text-decoration: underline;
}

acronym {
  border-bottom: 1px dotted;
}

h1 {
  font-size: large;
  margin: 0.3em;
  padding: 0em;
}

h2 {
  font-size: 1.7em;
  margin: 0.2em;
  padding: 0em;
}

h3 {
  font-size: 1.5em;
  margin: 0.1em;
  padding: 0em;
}

img {
  border: none;
  margin: 0px;
  padding: 0px;
}

table {
  border: none;
  border-collapse: collapse;
}

table th {
  border: none;
  border-collapse: separate;
}

table td {
  border: none;
  border-collapse: separate;
  font-size:x-small;
  font-family:Arial;
  color:#666666;
}

table#mainCentre { width: 970px; }
table#mainCentre td {
  margin: 0px;
  padding: 0px;
  vertical-align: top;
}


table#mainCentre td#leftMenuContainer { border-right: 1px solid #366;}
table#mainCentre td#rightMenuContainer {
  background-color:#366;
  text-align: center;
}

table.imageWithCaption {
  font-weight: bold;
  text-align: center;
  width: auto;
}

table.imageWithCaption img {
  margin: 1em;
}

li {
  margin: 0.5em 0em;
}


div#copyright {
  background-color: #366;
  color: #fff;
  font-size: 0.8em;
  margin: 0em;
  padding: 0.2em 0em;
  text-align: center;
}

p.quote {
  font-style: italic;
  font-weight: bold;
}

p.attribution {
  margin-left: 2em;
}

p
{
	font-size:x-small;
}
