body {
/*
    background: #ffffff;
    background-image: url(/images/zyzzyva-128x128.png);
    background-repeat: no-repeat;
    background-position: 15 10;
*/
    border: thin dashed;
    padding: 10px;
    color: black;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
/*
    margin-top: 150px;
*/
}

#zyzzyva-logo {
    background-image:url(/images/zyzzyva-128x128.png);
    display:block;
    float:left;
    text-indent:-9999px;
    height:128px;
    width:128px;
}

hr.main {
    background-color: #91b8ff;
    height: 3px;
    border: none;
}

table.navbar {
    width: 128px;
}

td.navbar-include {
    vertical-align: top;
}

td.navbar {
    font-weight: bold;
    background-color: #91b8ff;
    text-align: center;
    padding: 5px;
}

td.navbar:hover {
    background-color: #7a9bff;
}

a.navbar {
    text-decoration: none;
    color: blue;
}

a.navbar:visited {
    color: navy;
}

p.footer {
    font-size: small;
}

.error {
    color: #ff0000;
}

/* Set min-height for stupid IE */
* html .package {
    height: expression( this.scrollHeight < 120 ? "120px" : "auto" );
}
.package {
    padding-left: 120px;
    min-height: 120px;
    background-image: none;
    background-repeat: no-repeat;
    display: block;
}

#faq {
    position : relative;
}

#faq dt {
    cursor : pointer;
    display : inline;
    font-weight : bold;
}

#faq dt.active {
    color : #d74646;
}
p.copy { font-size: 80%; }
