body {
background-color: #FFF;
background-image: url(images/S-sweep2.gif);
background-repeat: no-repeat;
background-position: top right;
background: #FFF url(images/S-sweep2.gif) no-repeat top right;
margin: 10px 20px 20px 20px;
font-family: "Eras Medium ITC", Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 20px;
color: #666;
}

img.logo {
float: left;
padding-right: 30px;
}

.menu2 li {
list-style-type: none;
display: inline;
font-size: 14px;
}

.menu2 li a{
margin: 0px 8px 0px 8px;
padding: 0px 0px 6px 0px;
border-bottom: 1px solid #666;
color: #666;
background-color: transparent;
text-decoration: none;
text-align: center;
}

.menu2 li a:hover, .menu2 li.here a{
padding: 6px 0px 4px 0px;
border-bottom: 3px solid #666;
color: #666;
background-color: transparent;
}

div#main {
color: #666;
}

td, th {
text-align:left;
}

td.right {
text-align:right;
}

td.center {
text-align:center;
}

td#footer2 {
text-align:left;
font-size: 12px;
}

td#footer3 {
text-align:right;
font-size: 12px;
}

#footer3 a {
text-decoration: none;
color: #666;
}

span.top {
vertical-align: top;
}

legend {
color: #c00;
}

.body td {
background-color: #fff;
background-image: url(images/bk3.gif);
background-repeat: repeat-x;
background-position: top left;
background: #fff url(images/bk3.gif) repeat-x top left;
vertical-align: top;
}

.bodyhigh td {
background-color: #fee;
background-image: url(images/bk3.gif);
background-repeat: repeat-x;
background-position: top left;
background: #fee url(images/bk3.gif) repeat-x top left;
vertical-align: top;
}

.body td span {
background-color: #fff;
padding: 0px 9px 0px 9px;
}

.bodyhigh td span {
background-color: #fee;
padding: 0px 9px 0px 9px;
}

.date td {
text-align: right;
font-size: 12px;
background-color: transparent;
background-image: none;
padding: 0px 15px 0px 15px;
}

.title th, .title td {
background-color: transparent;
background-image: url(images/bk1.gif);
background-repeat: repeat-x;
background-position: top left;
background: transparent url(images/bk1.gif) repeat-x top left;
padding: 0px 17px 0px 17px;
}

.title2 th {
background-color: transparent;
background-image: url(images/bk4.gif);
background-repeat: repeat-x;
background-position: top left;
background: transparent url(images/bk4.gif) repeat-x top left;
padding: 0px 17px 0px 17px;
}

.title td {
text-align: right;
}

.title th span {
font-size: 15px;
color: #c00;
background-color: transparent;
background-image: url(images/bk2.gif);
background-repeat: repeat-x;
background-position: top left;
background: transparent url(images/bk2.gif) repeat-x top left;
padding: 0px 5px 0px 5px;
}

.title2 th span {
font-size: 16px;
color: #c00;
background-color: #fff;
padding: 0px 0px 0px 0px;
}

.title td span {
font-style: italic;
background-color: #eee;
background-image: url(images/bk2.gif);
background-repeat: repeat-x;
background-position: top left;
background: #eee url(images/bk2.gif) repeat-x top left;
padding: 0px 5px 0px 5px;
}

.header td {
background-color: #eee;
background-image: none;
font-weight: bold;
padding: 0px 9px 3px 9px;
border-bottom-style: solid;
border-bottom-color: #bbb;
border-bottom-width: 1px;
text-align: left;
height: 30px;
vertical-align: bottom;
}

.header td a {
font-weight: bold;
font-size: 14px;
color: #666;
text-decoration: none;
}

.header td a:hover {
color: #966;
}

table.last {
border-bottom-style: solid;
border-bottom-color: #bbb;
border-bottom-width: 2px;
}

.pad td {
background-color: transparent;
background-image: none;
padding: 10px 15px 0px 15px;
}

table.norm {
margin-left: 20px;
}

.norm td {
padding: 0px 0px 0px 5px;
}

.norm div {
margin: 0;
padding: 0;
width: 90px;
text-align: left; 
overflow: hidden;
white-space: nowrap;
}

.norm span {
color: #ccc;
}

.pedigree td.up {
border-top: 1px solid #ddd;
border-left: 1px solid #ddd;
}
.pedigree td.down {
border-left: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}
.pedigree td.left {
border-left: 1px solid #ddd;
}
.pedigree {
line-height: 120%;
font-size: 12px;
}

ul.news {
list-style-image: url(images/square.gif);
}

.photo td {
padding: 0px 0px 0px 0px;
}

td.cap {
font-weight: bold;
font-style: normal;
font-size: 12px;
text-align: center;
padding: 0px 0px 5px 0px;
}

table.photo {
margin-right: 10px
}

td#caption {
text-align: center;
width: 450px;
}

span.grey {
color: #ccc;
}

/* All <ul> tags in the menu including the first level */
.menulist, .menulist  ul {
 margin: 0;
 padding: 0;
 list-style: none;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
 display: none;
 position: absolute;
 top: 1.0em; margin-top: 13px; /* I'm using ems and px to allow people to zoom their font */
 left: -1px;
 width: 150px;
}

/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
 top: -1px; margin-top: 0;
 left: 148px;
}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menulist li {
 float: left;
 display: block;
 position: relative;
 background: #FFF;
 margin-right: -1px;
}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
 float: none;
 margin: 0;
/* margin-bottom: -1px; */
}
.menulist ul>li:last-child {
 margin-bottom: 1px; /* Mozilla fix */
}

/* Links inside the menu */
.menulist a {
 display: block;
margin: 0px 8px 0px 8px;
padding: 0px 0px 4px 0px;
border-bottom: 1px solid #666;
color: #666;
background-color: transparent;
text-decoration: none;
font-size: 18px;
}

.menulist ul a {
font-size: 15px;
}

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist li.here a, .menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
padding: 0px 0px 2px 0px;
border-bottom: 3px solid #666;
color: #666;
background-color: transparent;
}

.menulist li.here ul a {
border-bottom: 1px solid #666;
padding: 0px 0px 2px 0px;
}

.menulist li.here ul a:hover {
border-bottom: 3px solid #666;
padding: 0px 0px 0px 0px;
}

.menulist a.highlighted {
 color: #999;
}

/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .menulist a#xyz {
      background-image: url(out.gif);
    }
    .menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
     background-image: url(over.gif);
    }
*/

/* Only style submenu indicators within submenus. */
.menulist a .subind {
 display: none;
}
.menulist ul a .subind {
 display: block;
 float: right;
}


/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
/* \*/
.menulist a {
 float: none;
}
/* */


/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
*/
*:first-child+html .menulist ul li {
 float: left;
 width: 100%;
}

* html .menulist ul li {
 float: left;
 height: 1%;
}
* html .menulist ul a {
 height: 1%;
}
/* End Hacks */