body {
    color: #606060;
    background: white;
    max-width: 50em;
    margin: 2em auto;margin-top: 0em;
    padding:2em; padding-top: 0em;
    font-family: Tahoma, Verdana, Arial, sans-serif;
}
p.navlist { 
    padding-top: 0ex; padding-bottom: 0.5ex;
}

a { 
 /*   font-weight: bold; */
    color: #1155cc; 
    text-decoration: none; 
}
a:link {
    color: #1155cc; 
}     
a:visited {
    color: #1155cc;
} 
a:hover {
    color:#1155cc; 
    text-decoration: underline;
} 
a:active {
     color: #1155cc;
}


h1 { 
    font-size: 175%; 
}
h2 { 
    font-size: 150%; 
}
h3 { 
    font-size: 125%; 
}
h4 { 
    font-size: 110%; 
}

hr {
    height: 1px;
    border-width: 0;
    color: black;
    background-color: black;
}

#title {
    padding-right: 1em;
}

#content {
    width: auto;
}
#content table {
    border: 1px solid black;
    padding: 2px;
    border-collapse:collapse;
}
#content td {
    border: 1px solid black;
    padding: 2px;
}
#content th {
    border: 1px solid black;
    padding: 2px;
}

#site
{
  font-size: 200%;
  font-weight: bold;
  display: inline-block;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
#site a {
    color:black; 
    text-decoration: none;
} 

#search {
    display: inline-block;
    display: table-cell;
    text-align: right;
    align: right;
    width: 20em;
}
                                                 
#wrapper
{
    padding: 0em;
    padding-top: 1em; 
    display: table;
    height: auto;
    width: 100%;
}

