html { 
margin: 0px;
padding: 0px;
}  /* tmp */
body {
  margin: 0;
  padding: 0;
  background: #cacacc;
  font-family: 'Lucida Grande', 'Trebuchet MS', 'Bitstream Vera Sans', Sans-Serif;
  font-size: 10pt;
}

/* text formatting styles */

h1, h2, h3 {
  font-family: 'Lucida Grande', 'Trebuchet MS', 'Bitstream Vera Sans', Sans-Serif;
}
h1 {
  padding: 20px 0; 
  margin: 0; 
  font-weight: bold; 
  font-size: 20pt; 
  text-align: center;
}
h2 {
  border-bottom: 1px solid black; 
  padding: 0; 
  margin-bottom: 0; 
  font-size: 14pt; 
}
h2 a {
  border-bottom: 3px solid black;
  padding-bottom: 0;
  margin-bottom: 0;
}
h2 span.h2 {
  border-bottom: 3px solid black;
}
/* h3 and h3 a are deprecated, use dt.title instead */
h3 {
  border-bottom: 1px solid black; 
  font-size: 12pt;
}
h3 a {
  padding-bottom: 0;
  margin-bottom: 0;
}
dt.title {
  font-family: 'Lucida Grande', 'Trebuchet MS', 'Bitstream Vera Sans', Sans-Serif;
  font-size: 12pt;
  border-bottom: 1px solid black; 
  margin-top: 12pt;
  margin-bottom: 12pt;
}    
dt.title a {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
p, dt, dd, li, td, th {
  text-align: justify;
  line-height: 16pt;
}
label {
  text-align: left;
}
p {
  margin: 15px 0 15px 3em;
}
p.left {
  margin: 15px 0 15px 0;
}
p.callout {
  background: #eee;
  margin: 0;
  margin-left: 4em;
  margin-right: 1em;
  border: solid black 1px;
  padding: 10px;
  -moz-border-radius: 8px;
}
p.callout a:hover {
  background: white;
}
a, span.button {
  text-decoration: none;
  font-weight: bold;
  padding: 2px;
  margin: -2px;
}
a:link, span.button {
  color: #393;
}
a:hover, span.button:hover {
  background: #ddd;
}
a:active {
  color: #060;
}
a:visited {
  color: #060;
}
img {
  border: none;
}

/* Containers */

#container {
  background: white url(/i/left.gif) top left repeat-y;
  max-width: 760px;
  width: auto;
  margin: 0px auto;
}
.widthBig { 
  max-width: 760px;
}
.widthNorm { 
  max-width: 50em;
}
#innercontainer {
  background: url(/i/right.gif) top right repeat-y;
}
#content {
  padding-left: 120px;
  padding-right: 40px;
  background: url(/i/topleft2.gif) top left no-repeat;
}
#footer {
  position: relative;  /* Needed for Safari */
}
#footerc {
  text-align: center;
  font-size: 8pt;
  color: #999;
  border-top: solid #ccc 1px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 10px;
  padding-left: 100px;
  padding-right: 40px;
}
#topm {
  height: 20px;
  background: url(/i/top.gif) top left repeat-x; height: 20px;
}
#topl1 {
  background: url(/i/topleft1.gif) top left no-repeat; height: 20px;
}
#topr {
  background: url(/i/topright.gif) top right no-repeat; height: 20px;
}
#botm {
  height: 20px;
  background: url(/i/bottom.gif) top left repeat-x; height: 20px;
}
#botl {
  height: 20px;
  background: url(/i/bottomleft.gif) top left no-repeat;
}
#botr {
  height: 20px;
  background: url(/i/bottomright.gif) top right no-repeat;
}
.info {
  background: #cfa;
  padding: 10px;
  margin: 10px;
  -moz-border-radius: 8px;
  border: solid #aaa 1px;
}
.info a:hover {
  background: white;
}

#foaf {
  float: right;
  margin: 10px 20px 0 0;
}
div.spacer {
  clear: both;
}

/* Navigator */

ul#navigator, ul#navigator li, ul#navigator ul, ul#navigator a {
  padding: 0;
  margin: 0;
}
ul#navigator {
  position: fixed;
  top: 42px;
  margin-left: -130px;
  border: 0;
  list-style-type: none;
  z-index: 99999;
}
ul#navigator li {
  background: url(/i/green_dot_50.png) top left repeat;
  margin-top: 4px;
  padding-right: 2px;
  border-right: solid #f90 2px;
  width: 6em;
  max-width: 130px;
}
ul#navigator li a {
  display: block;
  padding-right: 5px;
  font-family: 'Lucida Grande', 'Trebuchet MS', 'Bitstream Vera Sans', Sans-Serif;
  font-weight: bold;
  font-size: 10pt;
  color: black;
  text-decoration: none;
  line-height: 24px;
  text-align: right;
}
ul#navigator li a:link {
  color: inherit;
}
ul#navigator li a:visited {
  color: inherit;
}
ul#navigator li a:hover {
  background: transparent;  /* cancel the normal link rollover */
}
ul#navigator li a:hover {
  background: #32ce32;
}
ul#navigator li.spacer {
  line-height: 19px;
  border-right: 0;
  background: transparent;
}
ul#navigator a {
  border-right: 1px solid transparent;  /* placeholder: this line is highlighted when we are in a section */
}

/* sub nav */

ul#navigator li ul {
  list-style-type: none;
  display: none;
}
ul#navigator li ul li {
  background: none;
  margin: 0px;
  border-top: 1px solid white;
}
ul#navigator li ul li a {
  font-size: 8pt;
  line-height: 10pt;
  padding: 4px 5px 4px 0;
}

div.thumb {
  float: left;
}
div.thumb p {
  text-align: center;
  margin: 10px 10px;
  max-width: 200px;
}
div.thumb a:hover {
  background: transparent;
}
div.photo {
  float: right;
  margin: 15px 0px 20px 20px;
}
