/* CSS Document */
body {
  font-family: verdana;
  font-size: 10pt;
  background-color: #d7e5b5;
  margin: 0 0 0 0;
}

a {
  color: #505e44;
}

a:hover {
  color: #000000;
}

table {
  margin-top: 10px;
  margin-bottom: 12px;
  width: 720px;
  border: 1px solid #657054;
  background-color: #91a772;
}

td {
  padding: 5px;
  font-size: 8pt;
  border: 1px solid #657054;
  background-color: #d5e3c2;
  font-weight: bold;
}

	.coursecontent {
	  margin-left: 15px;
	  margin-top: 15px;
	}

	.courseheading {
	  background-color: #414c38;
	  color: #ffffff;
	  font-weight: bold;
	  font-size: 12pt;
	}
	
		.courseheading a {
		  color: #ffffff;
		}
		
		.courseheading a:hover {
		  color: #cce7a1;
		}

	
	.coursekey {
	  background-color: #606f54;
	  color: #ffffff;
	  border: 1px solid #515e47;
	  font-weight: bold;
	}
	
	.pagekey {
	   line-height: 22px;
	}
	
	.extratext {
	  margin-top: 25px;
	  margin-bottom: 25px;
	  padding-bottom: 10px;
	  width: 720px;
	  border-bottom: 1px solid #5f674c;
	}
	
/* Width Settings */
.pt {
  width: 20px;
}

.crn {
  width: 50px;
}

.sec {
  width: 30px;
}

.crhr {
  width: 40px;
}

.enrlmax {
  width: 70px;
}

.days {
  width: 90px;
}

.time {
  width: 210px;
}

.instructor {
  width: 210px;
}

/* Headings */	
h1 {
  font-size: 15pt;
  color: #323a2b;
  margin-bottom: 5px;
  font-family: tahoma;
}

h2 {
  font-size: 12pt;
  color: #414c38;
  margin-top: 0px;
  margin-bottom: 5px;
}

h3 {
  font-size: 12pt;
  color: #414c38;
  margin-top: 25px;
  margin-bottom: 5px;
}

h4 {
  font-size: 15pt;
  color: #ffffff;
  margin-bottom: 5px;
  margin-top: 13px;
  *margin-top: 0px;
  width: 100px;
  margin-left: 10px;
  font-family: tahoma;
}

h5 {
  font-size: 10pt;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 25px;
  height: 20px;
  padding-left: 30px;
  padding-top: 4px;
  background-image: url('printericon_sm.gif');
  background-repeat: no-repeat;
  background-position: left;
}

	h5 a {
	  color: #606f54;
	}
	
	h5 a:hover {
	  color: #2b3722;
	}

/* Main Menu Settings */
.menupage {
  background-color: #5b6846;
}

.mainmenu {
  font-family: verdana;
  font-size: 11pt;
  background-color: #5b6846;
  padding-top: 1px;
  *padding-top: 15px;
  padding-left: 10px;
  padding-bottom: 10px;
  font-weight: bold;
  width: 120px;
}

	.mainmenu li {
	  list-style-image: url('bullitt.gif');
	  margin-bottom: 3px;
          width: 80px;
	}

	.mainmenu a {
	  color: #cce7a1;
	}
	
	.mainmenu a:visited {
	  color: #899b6d;
	}
	
	.mainmenu a:hover {
	  color: #ffffff;
	}

