* {
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
}
body {
  background: transparent url(../img/light-clouds.gif) no-repeat fixed left top;
  color: #999999;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 0.8em;
  line-height: 130%;
  min-width: 360px;
  text-align: center;
}
p, blockquote, ul, ol, dl, dd, dt, li, dir, menu {
}
table, tbody, tr, td {
  font-family: normal Arial,Helvetica,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.5;
  font-size-adjust: none;
  font-stretch: normal;
}
h1, h2, h3, h4 {
  color: #999999;
  background-color: transparent;
  font-family: Arial,Helvetica,sans-serif;
  margin: 2em 0 0.7em;
  padding: 0;
  clear: both;
}
h1 {
  font-size: 2em;
  font-weight: normal;
  text-align: center;
  padding-bottom: 10px;
}
h2 {
  font-size: 1.3em;
}

h3 {
  font-size: 1.1em;
}
h4 {
  font-style: normal;
}
a, a:link, a:visited {
  color: #999999;
  background-color: transparent;
  text-decoration: none;
}
a:visited {
  color: #800080;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color: #800000;
  background-color: transparent;
  text-decoration: underline;
}
a:hover img {
  text-decoration: none;
}

p {
  padding-top: 1em;
}
p.Email {
  font-size: larger;
}
p.Email a {
	color: #999;
	background-color: transparent;
}

acronym {
  border-bottom: 1px dotted #999999;
  cursor: help;
}



#Container {
  margin: 5em auto 1em;
  width: 360px;
  height: 100%;
  text-align: left;
}

#biography #Container {
  width: 700px;
}#contact #Container {
  width: 560px;
}
#Content {
  margin: 20px;
}
div.twinned {
  margin: 0 auto;
  padding: 10px;
  float: left;
  width: 160px;
}
ul.Menu, ul.ThumbList {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.Menu li {
  margin: 0;
  padding: 0 0 0 0px;
  display: inline;
  float: left;
}
ul.Menu a {
  padding: 7px 5px 5px 0px;
  display: block;
  width: 150px;
  font-size: 1.2em;
  background-color: transparent;
}
ul.Menu a:hover {
  color: #000000;
  background-color: transparent;
  text-decoration: none;
}







