BODY {
    height: 100%;
    color: rgb( 100, 100, 100 );
    background-color: #FFFFFF;
    margin: 0px;
    padding: 0px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-align: left;
}

/* [General Rules] */

IMG {
    border: 0px;
}

div.markerTooltip {
    color: black;
    font-family: Arial;
    text-align: left;
    white-space: nowrap;
    margin: 0;
    padding: 2px 0.5ex;
    border: 1px solid #555;
    font-weight: bold;
    font-size: 10px;
    background: #fff;

}

/* For the grid */

#grid table {
    font-size: 10;
    padding: 0;
    border: solid thin green;
}

#grid th {
    background-color: green;
    color: white;
    cursor: pointer;
}

#otherSites A:link {
    color: darkgreen;
    font-weight: normal;
    text-decoration: none;
}

#otherSites A:visited {
    color: darkgreen;
    font-weight: normal;
    text-decoration: none;
}

#otherSites A:hover {
    color: rgb( 206, 25, 28 );
    font-weight: normal;
    text-decoration: underline;
}

#otherSites A:active {
    color: #000000;
}

.subhead1 {
    margin-top: 3;
    margin-bottom: 3;
    font-weight: bold;
    font-size: 1.5em;
    display: block;
}

.subhead_about {
    margin-top: 6;
    margin-bottom: 12;
    font-weight: bold;
    font-size: 1.5em;
    display: block;

}

#mainLeft p, .halfspace {
    margin-bottom: 7;
    margin-top: 0;
}

.nodis {
    display: none;
}