table {
    border-collapse: collapse;
}

td {
    vertical-align: top;
    padding: 10px 5px 10px 5px;
}

.table_odd {
    background-color: #E0ECFF;
}

a {
    color: #17497B;
    text-decoration: underline;
}

body {
    font-family: "Segoe UI", serif;
    padding: 20px;
    margin: 0px;
    background-color: #C6DBFF;
    font-size: 15px;
}

#body {
    background-color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    width: 800px;
}

#header
{
    color: #17497B;
    background-color: #FFFFFF;
    height: 100px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #2164A9;
    width: 800px;
    font-family: "Segoe UI", sans-serif;
}
#content
{
    padding: 0px;
    background-color: #FFFFFF;
    margin-top: 30px;
    float: right;
    width: 560px;
    margin-right: 15px;
}
#links
{
    border: 1px solid #00136A;
    padding: 10px;
    background-color: #C6DBFF;
    width: 160px;
    margin-top: 30px;
    float: left;
    font-family: "Segoe UI", sans-serif
}
#logo
{
    margin: 5px 0px 0px 0px;
    padding: 0px;
    width: 225px;
    height: 75px;
    float: left;
}
#pagetitle
{
    margin: 0px;
    padding: 0px;
    height: 85px;
    float: left;
}
#course
{
    font-size: 30px;
    font-weight: bold;
    height: 40px;
    display: inline;
}
#time
{
    font-size: 20px;
}
#shortcuts
{
    height: 75px;
    font-size: 11px;
    float: right;
    text-align: right;
    width: 100px;
}
h1
{
    padding: 0px;
    margin: 0px;
    font-size: 30px;
    font-weight: bold;
}
a:hover
{
    color: #3587D9;
    text-decoration: underline;
}
a:visited
{
    color: #17497B;
    text-decoration: underline;
}
h2
{
    margin: 0px 0px 30px 0px;
    padding: 0px;
    color: #17497B;
    font-size: 26px;
    font-weight: bold;
}

.notice
{
    background-color: #FBF8BB;
    border: 1px solid #00136A;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 10px;
}

.menulink
{
    color: #17497B;
    text-decoration: underline;
}
.table_even
{
    background-color: #FFFFFF;
}
.table_caption
{
    color: #17497B;
    padding-right: 30px;
}
h3
{
    margin: 30px 0px 20px 0px;
    padding: 0px;
    color: #17497B;
    font-size: 18px;
    font-weight: bold;
}

#filler
{
    background: none repeat scroll 0 0 white;
    bottom: 20px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    right: 0;
    top: 20px;
    width: 830px;
    z-index: -1;
}

h1, h2, h3, h4, h5
{
    font-family: "Segoe UI", sans-serif;
}

a.pdf
{
    background: url("pdf.gif") no-repeat scroll 0 0 transparent;
    padding: 0 0 0 25px;
}
