body {
    margin: 0;
    font-family: 'Calibri';
}
a {
    color: #000000;
}
a:hover {
    color: #333333;
}
.error {
    color: #FF0000;
}
#container {
    width: auto;
}
#left {
    display:none;
}
#right {
    width: auto;
    margin-left: 0;
}
#top {
    position: static;
    background-image: url('../images/top.jpg');
    background-repeat: no-repeat;
}
#middle {
    padding: 0 10px 10px 10px;
}

#middle h1 {
    font-family: 'Calibri';
    font-size: 18pt;
    margin: 0;
    text-transform: uppercase;
}
#middle h2, #middle dt {
    font-family: 'Calibri';
    font-size: 14pt;
}
#middle dt small {
    font-family: 'Calibri';
    font-size: 11pt;
}
#middle h3 {
    font-family: 'Calibri';
    font-size: 12pt;
}
#middle ul, #middle ol {
    font-size: 13pt;
}
#middle li {
    margin: 0.5em 0;
}
.smaller {
    font-size: 10pt;
}
.top td {
    vertical-align: top;
}
.winners {
    font-size: 12pt;
}
.winners td {
    padding: 0 0 2px 0;
}
.winners .year {
    padding-right: 20px;
}
.winners th {
    font-variant: small-caps;
    text-align: left;
}
.winners a {
    text-decoration: none;
    border: none;
}
.winners a img {
    border: none;
}

.slide dt {
    cursor: help;
}
.slide dd {
    margin: 0.3em 0 1em 1em;
}

fieldset {
    border-color: #000000;
    padding: 5px;
}
fieldset legend {
    color: #000000;
    font-size: 14pt;
    font-weight: bold;
    font-variant: small-caps;
}
.form th {
    background-color: #000066;
    color: #ffffff;
    padding: 3px 8px;
    font-variant: small-caps;
}
.form tbody th {
    text-align: left;
}
.form tbody input,.form tbody select {
    background-color: #ccffcc;
}

#foot {
    clear: both;
}
