#larger { font-size: larger; }

#notice {
    font-size: larger;
    border: solid 2px green;
    background: #88ff88;
    padding: 5px;
    margin-bottom: 10px;
}

.fieldWithErrors {
    display: inline;
    border: solid 4px red;
}

#errorExplanation {
    color: red;
    font-size: smaller;
}
#errorExplanation h2 {
    color: red;
    font: small-caps 15px/17px "Helvetica", serif;
}

td {
  vertical-align: top;
  padding: 4px;
}

#menu {
    background: black;
    color: white;
    font-size: smaller;
}

#menu td {
    border-right: solid 1px #d0eae7;
}

#menu a {
    text-decoration: none;
    color: #ffffff;
}

#menu a:hover {
    color: #7f8349;
}

.required {
    font-size: x-small;
}

td#left-column {
    background: #d0eae7;
    border-right: solid 1px #666;
    border-bottom: solid 1px #666;
    padding-left: 5px;
    font-size: smaller;
}

td#left-column h4 {
    background: #fff;
    padding: 3px;
    font: small-caps 15px/17px "Helvetica", serif;
}

#main h2 {
    background: #d0eae7;
    font: small-caps 20px/25px "Times New Roman", serif;
    padding: 4px;
    border-right: solid 1px;
    border-bottom: solid 1px;
}

#main {
    font-size: smaller;
}

fieldset {
    background: #ddd;
    border-color: #333;
}

fieldset legend {
    background: #d0eae7;
    padding: 5px;
    font: small-caps 20px/22px "Times New Roman", serif;
}

label {
    font-size: smaller;
}

.list-line-odd { background: #ddd; }
.list-line-even { background: #bbb; }

#question {
    background: #d0eae7;
    font: small-caps 15px/17px "Times New Roman", serif;
    font-weight: bold;
}
#answer {
    margin-left: 15px;
    margin-top: 3px;
    margin-bottom: 15px;
}
#answer dt {
    font-weight: bold;
}
#footer {
    font-size: x-small;
}
