body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 0px;
  margin: 0px;
}

div#main_menu {
  float: left;
  width: 125px;
  margin: 5px 5px 5px 5px;
  padding: 0px;
  border: 0px;
  border-right: 1px solid #060;
}

#main_menu a {
  color: #060;
  display: block;
  padding: 3px 3px;
  text-decoration: none;
  font-weight: bold;
}

#main_menu a:hover {
  color: #fff;
  display; block;
  background-color: #060;
  padding: 3px 3px;
  font-weight: bold;
}

img#csuLogo {
  float: right;
}

h1#courseTitle {
  font-size: 2.75em;
  color: white;
}

div#header {
  background-color: #fff;
  padding: 10px;
  background-image: url('Shared/Images/background.jpg');
  background-repeat: repeat-y;
}

div#footer {
  text-align: center;
  font-size: 10px;
  border-top: 1px solid #060;
  border-bottom: 1px solid #060;
  color: #fff;
  background-color: #060;
}

#content {
   margin-left: 140px;
   margin-right: 20px;
   height: 60%;
}

#pageHeader {fc
  font-size: 2em;
  color: #555;
  margin-bottom: 5px;
	margin-right: 15px;
  border-bottom: 2px solid #363;
}

table.schedule {
  color: #000;
  font-size: 12px;
  border: none;
}

table.schedule th {
  font-size: 14px;
  padding: 0px 20px 0px 0px;
  text-align: left;
}

table.assignments {
  color: #000;
  font-size: 12px;
}

table.assignments th {
  font-size: 14px;
  padding-right: 20px;
  text-align: left;
}
