body {
    margin: 0;
    font-family: 'Calibri';
}
a {
    color: #000000;
}
a:hover {
    color: #333333;
}
.error {
    color: #ff0000;
}
div.message {
    background-color: #ff8c00;
    min-height: 30px;
    color: #ffffff;
    font-weight: bold;
    padding: 20px 10px 10px 10px;
    margin: 1em 0;
}
div.success {
    background: #228b22 url('../images/success.png') no-repeat 5px 5px;
    min-height: 30px;
    color: #ffffff;
    font-weight: bold;
    padding: 20px 10px 10px 70px;
    margin: 1em 0;
}
div.error {
    background: #ff0000 url('../images/error.png') no-repeat 5px 5px;
    min-height: 30px;
    color: #ffffff;
    font-weight: bold;
    padding: 20px 10px 10px 70px;
    margin: 1em 0;
}
#container {
    width: 950px;
    background-image: url('../images/bottom.jpg');
    background-repeat: no-repeat;
    background-position: right bottom;
}
#left {
    font-family: 'Calibri';
    background-image: url('../images/left.jpg');
    background-repeat: no-repeat;
    width: 250px;
    padding-top: 250px;
    float: left;
}
#left ul {
    margin: 0 10px 30px 10px;
    padding: 0;
    list-style-type: none;
}
#left ul ul {
    margin: 2px 0 0 10px;
    font-size: 10pt;
}
#left li {
    text-transform: capitalize;
    padding: 2px 5px;
    margin: 0;
}
#left li a {
    text-decoration: none;
    color: #000000;
}
#left li a:hover {
    text-decoration: none;
    color: #333333;
}
#orgs {
    text-align: center;
}
#orgs small {
    text-size: 8pt;
    font-style: italic;
}
#orgs img {
    margin: 5px 0;
    border: none;
}
#orgs img.ajex {
    width: 100px;
    vertical-align: middle;
    /* margin: 0 0 -30px -60px; */
}
#orgs img.jc {
    width: 80px;
    vertical-align: middle;
    /* margin: 10px 0 0 -60px; */
}
#right {
    width: 700px;
    margin-left: 250px;
}
#top {
    width: 700px;
    height: 211px;
    background-image: url('../images/top.jpg');
    background-repeat: no-repeat;
    position: relative;
}
#middle {
    min-height: 180px;
    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;
}
#photos {
    text-align: center;
    margin: 10px 0;
}
#photos img {
    border: 2px solid black;
    margin: 5px;
}
.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,.form tbody textarea {
    font-weight: bold;
    background-color: #ccffcc;
}

#foot {
    clear: both;
}
