body { font-family: verdana,arial,sans-serif; background-color: #939393; font-size: .75em; }

td { font-size: .75em; vertical-align: top }
td.title { font-size: 90%; font-weight: bold }
td.header { font-size: 70% }
td.label { text-align: right; font-weight: bold; white-space: nowrap; padding-right: 1em; }
td.label small { font-weight: normal; }
td.input { padding-top: 8px; }
td.p { padding-right: 1em; }
td.n { white-space: nowrap; }
td.b { font-weight: bold; }
td.c { text-align: center; }
td.r { text-align: right; }

a { text-decoration: none; color: #a97d31 }
a:hover { text-decoration: underline }

h1,h2,h3 { margin: 0; padding: 0; color: #a97d31 }
h1 { font-size: 1em }
h2 { font-size: 1em }
h3 { font-size: 1em }

.color { color: #a97d31 }
.bgcolor { background-color: #a97d31 }

a.fixed { color: #A37F3B }

.abc { margin-bottom: 20px; }
.paginate { margin-top: 20px; }

blockquote { background-color: #f0f0f0; padding: 10px; border: 1px solid #cccccc; margin-left: 10px; }

#page_tools { color: gray; padding-top: 20px; }
#page_tools a { color: gray; text-decoration: none; }
#page_tools a:hover { text-decoration: none }

#login_tools { color: white; margin: 0; padding: 4px 0; }
#login_tools a { color: white; text-decoration: none; }
#login_tools a:hover { text-decoration: underline }

#poll #question td { font-size: 8pt; }

a.button {
    display: block inline;
    margin: 0; padding: 4px 2px;
    background-color: black; color: white;
    border: 1px solid white;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}
a.button:hover { text-decoration: none; }

hr { height: 1px; color: #a97d31; background-color: #a97d31; border: 0; }

#content { padding: 154px 20px 20px 20px; }
#content_left { padding: 20px; }
#content_right { background-color: #a97d31; margin: 0; padding: 20px 10px; }
#content_right a { color: white; }
#content_right hr { color: white; background-color: white; }
#content_right hr.black { height: 6px; color: black; background-color: black; }

#submit {
    border: none;
    background-color: #a97d31;
    color: black;
    font-weight: bold;
    cursor: hand;
}

#menu_top {
    background-color: black;
    color: white;
    text-align: right;
    vertical-align: middle;
    padding-right: 20px;
}
/*
#menu_top ul { list-style: none; margin: 0; padding: 0 }
#menu_top li { display: inline; border-right: 1px solid white; }
#menu_top a {
    margin: 0; padding: 4px 12px;
    text-decoration: none;
    color: white;
}
#menu_top a:hover { text-decoration: underline; }
*/

#menu { padding-top: 20px; font-size: 10px; }
#menu ul { list-style: none; margin: 0; padding: 0; }
#menu ul li a {
    display: block; width: 165px;
    margin: 0; padding: 5px 0;
    border-bottom: 1px solid #a97d31;
    text-decoration: none;
    color: black;
    font-weight: bold;
}
#menu ul li.first a {
    border-top: 6px solid #a97d31;
    padding-top: 17px;
}
#menu ul li.active a {
    color: #a97d31;
    border-bottom: none;
}
#menu ul li.after_active a {
    border-top: 1px solid #a97d31;
}
#menu ul li.selected a {
    color: #a97d31;
}
#menu ul li.first ul li a {
    border-top: none;
    padding-top: 0;
    color: black;
}
#menu ul li.active ul li a {
    border-top: none;
    padding-top: 0;
    color: black;
}
#menu ul li.after_active ul li a {
    border-top: none;
    padding-top: 0;
    color: black;
}
#menu ul li.selected ul li a {
    border-top: none;
    padding-top: 0;
    color: black;
}
#menu li a:hover { color: #a97d31; }
#menu ul ul {
    list-style: disc;
    margin: 0 0 0 15px;
}
#menu ul ul ul {
    list-style: circle;
}
#menu ul ul li { vertical-align: middle; }
#menu ul ul li a {
    border: none;
    padding: 2px 0;
    font-weight: normal;
}
#menu ul ul li.after_active a {
    border: none;
}
#menu ul ul li.last1 a {
    padding-bottom: 6px;
}
#menu_footer { font-size: 7pt; color: black; padding: 12px; text-align: center; }
#menu_footer a { color: black; }
