html {
    background: #231f20; /* dark gray */
    color: #fff; /* white */
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 24px;
}

a:link {
    color: #fef20c; /* dark yellow */
}

a:visited {
    color: #ccc; /* light gray */
}

a:hover,
a:active {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    margin-bottom: 12px;
    margin-top: 24px;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    margin-top: 0;
}

p {
    margin-bottom: 12px;
}

ol,
ul {
    margin-bottom: 12px;
}

em,
i {
    font-style: italic;
}

strong,
b {
    font-weight: bold;
}

input,
select {
    display: block;
    margin-bottom: 24px;
}

input[type="checkbox"] {
    display: inline;
}

input[type="submit"] {
    margin-bottom: 24px;
    margin-top: 12px;
    font-size: 12px;
}

textarea {
    display: block;
    height: 60px;
    margin-bottom: 12px;
}

.errorlist {
    clear: both;
    color: #ccc;
    font-size: 14px;
    font-style: italic;
    margin-bottom: 0;
    margin-left: 6px;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

#header {
    background: #fff; /* white */
    border-bottom: 1px solid #999; /* medium gray */
    margin: 0;
    padding-top: 30px;
    text-align: center;
    width: 100%;
}

#main {
    margin: 12px auto;
    min-width: 800px;
    width: 800px;
}

#toolbar {
    float: right;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    width: auto;
}

#toolbar li {
    float: left;
    margin-bottom: 12px;
    margin-right: 6px;
}

#toolbar li:last-child {
    margin-right: 0;
}

#event-list {
    clear: both;
    float: left;
    margin-bottom: 24px;
    margin-right: 24px;
    width: 160px;
}

#content {
    float: left;
    margin-bottom: 24px;
    width: 616px;
}

#content-primary {
    float: left;
    margin-right: 24px;
    width: 312px;
}

#content-secondary {
    float: left;
    width: 280px;
}

#student-list h6 {
    font-size: 14px;
}

#student-list h6.first {
    margin-top: 0;
}

#student-list ol {
    margin-bottom: 24px;
}

#student-list .nav-alpha {
    clear: both;
    font-size: 14px;
    margin-bottom: 12px;
}

.nav-alpha li {
    float: left;
    margin-right: 6px;
}

#footer {
    clear: both;
    float: right;
    font-size: 14px;
}

#footer .copyright {
    float: left;
    margin-right: 3px;
}

#footer .nav {
    float: left;
    margin: 0;
}

#footer .nav li {
    display: inline;
}

#footer .nav li:before {
    content: "| ";
}
