html {
  margin: 0;
  padding: 0;
}

body {
  background-repeat: repeat ;
  font-family: Arial, Verdana, sans-serif;
  font-size: small;
}

body.main {
  background-image: url(../images/jm_001.jpg);
}

body.male {
  background-image: url(../images/jm_007.jpg);
}

body.female {
  background-image: url(../images/jm_004.jpg);
}

#header {
  text-align: center;
}

#topmenu {
  text-align: right;
  font-size: 110%;
  font-weight: bold;
  color: #8f67ad;
  margin: 0px 15px 0px 15px;
  border-top: dashed 1px #8f67ad;
  border-bottom: dashed 1px #8f67ad;
  padding-top: 3px;
  padding-bottom: 5px;
}

#leftmenu {
  background-color: #b4abbe;
  font-size: 110%;
  font-weight: bold;
  padding-top: 0px;
  margin: 15px 0px 10px 15px;
  width: 165px;
  height: 2200px;
  float: left;
  border: dotted 1px #8f67ad;
}

#content {
  font-size: 120%;
  margin: 0px 10px 0px 205px;
  padding-top: 5px;
  padding-bottom: 5px;
}

#content em {
  font-weight: bold;
}

a:link { 
  color: #8f67ad;
}

a:visited { 
  color: #7c898d;
}

#allcontent { 
  width: 1000px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #c4cecb;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
}

ul.menu {
  list-style-type: none;
  margin-left: 0px;
  padding-left: 5px;
  line-height: 2em;
}

ul.familylist {
  list-style-image: url(../images/jm_bullet1.jpg);
  line-height: 2.5em;
}

ul.familylist2 {
  list-style-image: url(../images/jm_bullet1.jpg);
  line-height: 1.25em;
}

ul.misc_list {
  list-style-type: disc;
  line-height: 2.5em;
}

ol.childlist {
  line-height: 2em;
}

#indivnamelist {
  line-height: .5em;
}

table#SurnameList td {
  position:relative;
  vertical-align:top;
  padding-left:25px;
}

table#SurnameList td p {
  position:relative;top:0px;
}

#footer {
  clear: left;
  text-align: center;
  font-size: 80%;
  margin: 0px 15px 0px 15px;
  border-top: dashed 1px #8f67ad;
  padding-top: 0px;
}

h1 {
  font-size: 130%;
  font-style: italic;
  text-align: center;
  color: #8f67ad;
}

img.displayed {
  display: block;
  margin-left: auto;
  margin-right: auto
}

p.addlineheight {
  line-height: 1.25em;
}

p.center {
  text-align: center;
}

ul.plainlist {
  line-height: 1.5em;
}

