/* CSS Document */

body {
margin: 0;
padding: 0;
font-family: Georgia, sans-serif;
font-size: 12px;
color: #000000;
background-color: #4C67AA;
}
#footer {
font-size: 12px;
font-family: Arial, sans-serif;
width: 775px;
border-top: 1px solid #33664A;
border-bottom: 1px solid #33664A;
background-color: #FFFFFF;
text-align: center;
padding-top: 2px;
padding-bottom: 2px;
color: #33664A;
}
.left 
{
text-align: left
}
#wrapper {
width: 775px;
background-color: #FFFFFF;
background-image: url(newgraphics/blueliner.gif);
background-repeat: repeat-y;
background-position: right top;
}
#header {
width: 775px;
margin: 0;
padding: 0;
background-image: url(newgraphics/world.jpg);
background-repeat: no-repeat;
background-position: right top;
}
#content {
margin-right: 163px;
padding: 5px 15px 15px 15px;
}
#sidebar {
float:right;
width: 150px;
padding-top: 95px;
background-image: url(newgraphics/world2.jpg);
background-repeat: no-repeat;
background-position: right top;
text-align: center;
}
#navigation {
left: 0;
width: 775px;
border-top: 1px solid #33664A;
border-bottom: 1px solid #33664A;
background-color: #FFFFFF;
text-align: center;
padding-top: 2px;
padding-bottom: 2px;
font-size: 12px;
}
#navigation ul {
list-style: none;
display:inline;
margin: 0;
padding: 0;
}
#navigation li {
display:inline;
padding-left: 7px;
padding-right: 7px;
}
#navigation a:link, #navigation a:visited {
color: #33664A;
text-decoration: none
}
#navigation a:hover {
color: #4C67AA;
}
h1 {
color: #33664A;
font-size: 16px;
font-weight: 600;
text-decoration: underline;
}
.blueunderline {
color: #000000;
font-size: 12px;
font-weight: 600;
}
.rightbar {
font-size: 15px;
font-weight: 600;
}
.coursetable {
font-size: 12px;
border: 1px solid #000000;
}