body {
background: #4377aa url(./img/bg.jpg) top left repeat-x;
font-family: Verdana, Tahoma, Sans-Serif;
font-size: 12px;
}

a:link, a:visited, a:active {
color: #000000;
text-decoration: underline;
}
a:hover {
color: #000c97;
text-decoration: none;
}

a.top:link, a.top:visited, a.top:active, a.top:hover {
color: #000c97;
text-decoration: none;
font-weight: bold;
}

a.course:link, a.course:visited, a.course:active {
color: #000000;
text-decoration: underline;
font-weight: bold;
}

a.course:hover {
color: #000000;
text-decoration: none;
font-weight: bold;
}

a.footer:link, a.footer:visited, a.footer:active {
color: #FFFFFF;
font-weight: bold;
text-decoration: underline;
}

a.footer:hover {
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
}

table, td, tr {
font-size: 11px;
font-family: Verdana, Tahoma, Sans-Serif;
width: 400px;
}

th {
border-bottom: 1px solid black;
}

#container {
width: 790px;
text-align: center;
}

#logo {
width: 790px;
border: 1px solid black;
font: 0;
background: #000c97 url(./img/logobg.jpg) top left repeat-x;
}

#main{
border: 1px solid black;
width: 100%;
text-align: center;
height: 35px;
background: #000895 url(./img/mainbg.jpg) top left repeat-x;
font: 0;
}

#sub {
border-left: 1px solid black;
border-right: 1px solid black;
width: 100%;
text-align: left;
height: 25px;
background: #066dbc url(./img/subbg.jpg) top left repeat-x;
font: 0;
}

#content {
width: 100%;
max-width: 780px; /* To make Firefox Browsers happy */
border-left: 1px solid black;
border-right: 1px solid black;
background-color: #FFFFFF;
text-align: left;
padding: 5px;
}

#contentend {
border-left: 1px solid black;
border-right: 1px solid black;
border-bottom: 1px solid black;
width: 100%;
text-align: right;
vertical-align: middle;
height: 25px;
line-height: 25px;
background: #066dbc url(./img/footertop.jpg) top left repeat-x;
}

#footer {
border: 1px solid black;
width: 100%;
text-align: center;
vertical-align: middle;
line-height: 35px;
font-weight: bold;
font-size: 11px;
height: 35px;
color: #FFFFFF;
background: #000895 url(./img/footerbg.jpg) top left repeat-x;
}