BODY {
    font-family: Helvetica;
    font-size: 1em;
    color: #FFFFFF;
    background-color: #000000;
}

H2 {
    padding: 5px;
    text-align: center;
    font-size: 1.1em;
    color: #FFFFFF;
    margin-top: 36px;
    border-bottom: 2px solid #990000;
}

H3 {
    font-size: 1.05em;
}

A {
    text-decoration: none;
    color: #FFDD00;
}
A:hover {
    text-decoration: underline;
}
small { font-size: .7em }

/* this is a hack for IE */
.centering_wrapper {
    text-align: center;
}

.content,
.content_conference {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left;
}
.content_conference div {
    font-size: 0.9em;
    padding-bottom: 8px;
    color:#999999;
}

.nav {
    text-align: center;
    margin-top: 36px;
    margin-bottom: 36px;
}

.navlink {
    margin-left: 10px;
    margin-right: 10px;
}

.conference_visited,
.conference_visited div {
    color: #ffffff;
}

.conference_name {
    display:block;
    font-weight: bolder;
}

.conference_location {
    font-size: 0.8em;
    font-style: italic;
}

.conference_date {
    font-weight: bolder;
    float: right;
}

.subheader_frontpage {
    text-align: center;
}

#logo {
    background-image: url('/img/slipgate_logo_lg.png');
    width: 360px;
    height: 272px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
}

#conference_schedule TD {
    vertical-align: top;
    font-size: 0.9em;
    padding-bottom: 8px;
}
