body {
    background-color: #ADB6CC;
    color: black;
    font-family: "Myriad Web Pro";
    font-size: medium;
    margin: 10px;
}
                     /* Now Establish The Table Layout */
a:visited {
    color: #000000;
}

a:hover {
    color: #0000CC;
}
a   {
    color: #006600;
}


div.centered
{
text-align: center;
background-color: #ADB6CC;
}
div.centered table
{
margin: 0 auto;
text-align: left;
}
div.left
{
    text-align: left
}
div.left table
{
margin: 0 auto;
text-align: left;
vertical-align: top;
}
#div_content{
    width:60%;
    margin: 0 auto;
    height:200px;
}

#div_content div{
    margin-bottom:8px;

}
.clear{
    clear:both;
    margin-top: 20px;
}

.antispam
{
    display: none;
}
.copyright
{
    font-size:      medium;
    color: Black;
    text-align: center;
    font-weight:    normal;
}
.lastupdate
{
    font-size:      medium;
    color: Black;
    text-align: right;
    font-weight:    normal;
}
.head
{
    font-size:      250%;
    color: Black;
    text-align: center;
    font-weight:   normal;
    text-decoration: underline;
}
/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 1s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
ul.vertical {
    font: bold 11px Verdana;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 180px;
    background-color: #323232;
    overflow:hidden;
  /*  overflow-y:scroll;    */
  /*  position: auto;  Make it stick, even on scroll */
  /*  overflow: auto;  Enable scrolling if the sidenav has too much content */
}
li.vertical2 a {
    font: bold 12px Verdana;
    display: block;
    color: #000000;
    padding: 8px 16px;
    border-bottom: 1px solid #778;
    text-decoration: none;
    background-color: #FF00CC;
}
li.vertical3 a {
    font: bold 12px Verdana;
    display: block;
    color: #000000;
    padding: 8px 16px;
    border-bottom: 1px solid #778;
    text-decoration: none;
    background-color: #33CC66;
}
li.vertical a {
    font: bold 12px Verdana;
    display: block;
    color: #b7c1c3;
    padding: 8px 16px;
    border-bottom: 1px solid #778;
    text-decoration: none;
}

/* Change the link color on hover */
li.vertical a:hover {
    background-color: #555;
    color: white;
}