body {
    font-family: "arial", "helvetica", "sans-serif";
    font-size: 15px;
}

.clear { clear: both; padding: 0; margin: 0; }

#nav {
    background-color: white;
    border: 3px solid yellow;
    margin-left: 20px;
    margin-right: 25px;
    width: 80px;
    font-family: arial,helvetica,sans-serif;
    font-size: 13px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 10px;
}

#nav .inactive { color: #999999; font-style: italic; }
#nav p { margin: 0; padding: 0; }
#nav p.bullet { margin: 10px 0 0 0; }

#infobox {
    background-color: white;
    border: 3px solid yellow;
    margin-top: 20px;
    margin-left: 20px;
    width: 585px;
    font-family: arial,helvetica,sans-serif;
    font-size: 13px;
    text-align: center;
    padding: 5px;
}

#tagline { 
    color : #FFFFFF;
    margin-left: 20px;
    margin-top: 30px;
    font: 18px arial,helvetica,sans-serif;
    text-align: center;
}

.speaker { font-weight: bold; text-transform: uppercase; }
.date {
    font-weight: bold;
    width: 130px;
    padding: 10px;
    text-align: right;
}
.info { width: 430px; padding: 10px; }
.info .title { font-weight: bold; text-transform: uppercase; }
.info .details { font-size: 13px; }
.home, .next { font-size: 18px; padding: 10px; font-style: italic;  font-weight: bold; }
table .home a, table .next a { color: #000000; }
.next { text-align: right; }
.right { text-align: right; }
.archive {
    font-weight: bold;
    width: 130px;
    padding: 10px;
    font-size: 12px;
    text-transform: uppercase;
}

table { font-size: 15px; }

a:link { text-decoration: none; color: #006666; }
a:link:hover { text-decoration: underline; color: #000000; }
a:visited { text-decoration: none; color: #000000; }
a:visited:hover { text-decoration: underline; color: #000000; }

form { padding: 0; margin: 0; }

.underline {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px dotted;
}

.disabled { color: #666666; text-decoration: line-through; }

div.tour table td { font-size: 14px; }

/* LINKS PAGE STUFF */
div.generic ul.links { list-style: none; }
div.generic ul.links li { padding-bottom: 10px; }
div.generic .links .name { display: block; }

/* BOARD PAGE STUFF */
div.board .subject {
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px dotted;
}

div.generic .generic_staff { list-style: none; margin: 0px; padding: 0; }
div.generic .generic_staff .name { font-weight: bold; }

/* PROFILES PAGE STUFF */
div.board .profiles { list-style: none; }
div.board .profiles .subject { font-weight: bold; font-size: 14px; }
div.board .profiles .item { clear: both; }

div.board .profiles .text {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
}

div.board .profiles span.board_image {
    width: 160px;
    padding: 5px 5px 5px 5px;
    margin: 5px 5px 5px 5px;
    float: right;
    text-align: center;
    border: 1px solid black;
}

div.board .profiles span.image_caption {
    padding-bottom: 5px;
    color: #333333;
    display: block;
}

p.info { font-size: 12px; }
table.newsletter a { text-decoration: underline; }
