
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #f8f8ff;
}
#wrapper {
	margin: auto;
	width: 960px;
	overflow: visible;
}
#page {
	width: 960px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: -20px;
	background-image: url(../images/shadow-sides.png);
	background-repeat: repeat-y;
	text-align: left;
}

body, p, h1, h2, h3, h4, td, th {
	font-family: Arial, Helvetica;
	color: #382e1f;
}

a {
	color: #382e1f;
}
a:hover, a:active { color: #C60; }

p {
	font-size: 16px;
	line-height: 1.5em;
}

#header {
	width: 960px;
	padding-top: 12px;
	padding-bottom: 8px;
	text-align: center;
	background-color: #EDE5CF;
	border-top: 16px #D2C6AD solid;
	border-right: 0px none;
	border-left: 0px none;
}
a img {
	border: 0px;
	outline: transparent;
}
#nav {
	width: 960px;
	height: 20px;
	margin: 0px;
	padding: 8px 0px 0px 0px;
	list-style: none;
	text-align: center;
	background-color: #D2C6AD;
}
#nav li
{
	display: inline;
	margin: 0px;
	height: 16px;
	padding: 4px 9px 0px 9px;
}
#nav li.selected {
}
#nav li a {
	height: 16px;
}

.headline
{
	padding: 8px;
	text-align: center;
	background-color: #D2C6AD;
}
#content
{
	width: 896px;
	padding: 8px 32px 8px 32px;
	background-color: #FFF;
}
#footer {
	width: 960px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 12px;
	text-align: center;
	ssbackground-color: #ffffff;
	background-color: #EDE5CF;
	letter-spacing: 1pt;
	border-top: 8px #D2C6AD solid;
	border-right: 0px none;
	border-bottom: 8px #D2C6AD solid;
	border-left: 0px none;
}
.special
{
	margin: 32px;
	padding: 16px;
	text-align: center;
	border: 3px #900 dashed;
}
/*
h1, h2 {
	color: #2B75A9;
}
*/
h2 {
	font-size: 1.5em;
}

.class_title {
	margin-bottom: 0px;
}
.class_name {
	/*color: #2B75A9;*/
	font-weight: bold;
}
.class_descrip > p {
	margin-top: 0px;
}

.faculty {
	clear: both;
}
.clear {
	clear: both;
}

.big-tabs
{
	margin: 1em 0px 1em 0px;
	padding: 0px 0px 3px 0px;
	list-style-type: none;
	border-bottom: 2px solid #D2C6AD;
}
.big-tabs li {
	display: inline;
	margin: 0px;
	padding: 0 12px;
	list-style: none;
}
.big-tabs li a
{
	position: relative;
	top: 1px;
	font-size: 1.5em;
	font-weight: bold;
	padding: 3px 0.5em;
	color: #2B75A9;
	background-color: #EEEEF5;
	text-decoration: none;
	border-left: 2px solid #D2C6AD;
	border-right: 2px solid #D2C6AD;
	border-top: 2px solid #D2C6AD;
}
.big-tabs li.selected a {
	border-bottom: 2px solid #fff;
	background-color: #fff;
}

.signup-btn {
	display: block;
	float: right;
	font-size: 1.25em;
	font-weight: bold;
	margin-top: .5em;
	width: 300px;
	text-align: center;
	border: 2px solid #D2C6AD;
	background-color: #EEEEF5;
	text-decoration: none;
	color: #2B75A9;
	padding: 8px;
}
.signup-btn:hover {
	background-color: #fff;
}


#bottom_cap {
	width: 960px;
	height: 14px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: -20px;
	background-image: url(../images/shadow-bottom.png);
	background-repeat: no-repeat;
	margin-bottom: 16px;
}

.sidebar_right {
	float: right;
	width: 380px;
	margin-left: 16px;
}


.schedule-open {
	float: right;
	font-size: 14px;
	width: 270px;
	border: 1px solid #D2C6AD;
}
.schedule-open .sched-day {
	float: left;
	width: 100px;
	font-weight: bold;
	color: #2B75A9;
}
.schedule-open .sched-time {
	margin-left: 110px;
}
.schedule-open h3 {
	margin-top: 0px;
	text-align: center;
}
.schedule-open p {
	text-align: center;
}

.schedule-list {
	font-size: 14px;
	float: left;
	width: 600px;
	border: 1px solid #D2C6AD;
}
.sched-row
{
	clear: both;
	padding: 1px 4px 0px 4px;
}
.sched-day-row {
	margin-top: 12px;
}
.schedule-list .sched-day {
	float: left;
	width: 140px;
	font-weight: bold;
	color: #2B75A9;
}
.schedule-list .sched-time {
	float:left;
	width: 60px;
}
.schedule-list .sched-class {
	margin-left: 220px;
}
.sched-desc {
	font-size: 12px;
	color: #555;
}
.odd {
	background-color: #f8f8f8;
}
.emph { background-color: #FF9; }


/**
 FALL COLORS
 
 Note: change nav images, too
 */

#header {
	background-color: #EAC9ED;
	border-top: 16px #520053 solid;
}

#nav {
	background-color: #520053;
}

.headline {
	background-color: #520053;
	color: #fff;
}

#footer {
	background-color: #9B739D;
	color: #EDE5CF;
	border-top: 8px #520053 solid;
	border-bottom: 8px #520053 solid;
}
#footer a {
	color: #EDE5CF;
}
.special {
	border: 3px #520053 dashed;
}


/*h1, h2,*/
.big-tabs li a,
.signup-btn {
	color: #005BB2;
}
.schedule-open .sched-day,
.schedule-list .sched-day {
	color: #005BB2;
}
