a, a:hover {color: black; outline: none}
.noUnder {text-decoration: none}
body, td {font-family: Verdana, Arial, Helvetica; font-size: 11px; color: black}
body {margin: 0; padding: 5px 0 5px 10px}
div.content a {color: blue}

/* header.php - menu */
* html body {
    behavior:url('/res/css/csshover.htc'); /* IE6 */
}
div.header {
    text-align: left;
    height: 40px;
}
div.header ul {
    margin: 0;
    padding: 0;
}
div.logo {
    float: left;
    width: 192px;
    height: 68px;
    background-color: white;
}
img.logo {
    width: 180px;
    height: 68px;
}
div.header ul.menu {
    float: left;
    background-color: #00e6e6;
    margin-top: 12px;
}
ul.menu li {
    float: left;
    display: block;
    border-left: 1px solid black;
    line-height: 40px;
    padding: 0 12px;
}
ul.menu li a {
    display: block;
    text-decoration: none;
}
ul.menu li.last {
    border-right: 1px solid black;
}
ul.menu li:hover {
    position: relative;
    background-color: #00ffff;
}
ul.menu ul {
    display: none;
}
ul.menu li:hover ul {
    display: block;
    position: absolute;
    left: -1px;
    top: 40px;
    background-color: white;
}
ul.menu ul li {
    float: none;
    display: list-item;
    line-height: 30px;
    border: 1px solid black;
    border-top: none;
    list-style: none;
}
* html ul.menu ul li {
    float: left; /* IE6 */
    border-right: none; /* IE6 */
}
ul.menu ul li:hover {
    background-color: #ff9;
}

.padded-box {
    padding: 10px;
    min-width: 300px;
}

.error-message {
    font-weight: bold;
    color: #C55448;
}

.list li {
    margin-bottom: 0.5em;
}

.row-space {
    margin-bottom: 1em;
}

.row-double-space {
    margin-bottom: 2em;
}

.tac {
    text-align: center;
}
