body {
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color: F2F0E6;
}

table.main {
width: 67%;
min-width: 635px;
height: 100%;
background-color: white;
border: 0px;
}

td.title {
font-family: arial;
font-size: 28px;
font-weight: bold;
vertical-align: bottom;
}
td.subtitle {
font-family: arial;
font-size: 12px;
vertical-align: top;
}

table.navigation {
width: 100%;
height: 50px;
font-family: arial;
font-size: 16px;
font-weight: bold;
background-color: white;
color: white;
text-align: center;
border: 0px;
cursor: pointer;
}
td.navigation {
font-family: arial;
font-size: 16px;
font-weight: bold;
background-image:url('images/nav.jpg');
color: white;
text-align: center;
border: 0px solid white
}
td.navigation:hover, td.navon {
font-family: arial;
font-size: 16px;
font-weight: bold;
background-image:url('images/navon.jpg');
color: white;
text-align: center;
border: 0px solid white
}

table.content {
width: 100%;
height: 100%;
}
td.content {
font-family: arial;
font-size: 14px;
vertical-align: top;
}

a:link, a:visited, a:active {
font-family: arial;
font-size: 14px;
text-decoration: none;
color: C80000;
}
a:hover {
font-family: arial;
font-size: 14px;
text-decoration: underline;
color: C80000;
}

table.schedule {
width: 100%;
border: 1px solid black;
border-collapse: collapse;
}
th.schedule {
width: 17%;
height: 20px;
text-align: center;
vertical-align: middle;
background-color: CC0000;
color: white;
}
td.schedule {
width: 17%;
height: 40px;
text-align: center;
vertical-align: middle;
}

td.footer {
height: 50px;
font-family: arial;
font-size: 10px;
vertical-align: top;
}