
#page_left h3 {
	font-size: 12pt;
	margin-top: 12px;

}

#page_full {
	padding-left: 12px;
	padding-right: 12px;
	margin-right: 11px;
	padding-bottom: 82px;  
	background: url("img/majors/tabs/bg.gif") repeat-x top;
}

.sideboxes {
	position: relative;
	margin-top: 28px;
	margin-left: 12px;
	padding-bottom: 20px;
}




#content .courses_table{
	font-size: 1.1em;
	font-family: Arial, Helvetica, verdana sans-serif;
	background-color:#fff;

}

.12ptfont p{
	font-size: 1.3em;
}

.courses_table caption {
	font-size: 13px;
	color: #6e2020;
	font-weight: bold;
	text-align: left;
	background: url(img/majors/side_boxes/caption_bg.jpg) no-repeat top left;
	padding: 2px;
	margin-bottom: 2px;
}

.courses_table td {
	background: #f7f7f7;
}

#content .courses_table tr th {
	font-size: 11px;
	font-weight: bold;
}

#more_info {
	padding-left: 12px;
	padding-right: 12px;

}


#spacer {
	width: 400px;
	border-bottom: 1px solid #efeeee;
	margin-bottom: 29px;
	margin-top: 2px;
	height: 20px;
	
}


.courses_ul {
	margin-top: 12px;

}


.courses_ul li {
	padding-bottom: 5px;

}

.courses_ul li a{
	color: #6e2020;
	font-weight: bold;

}






.quote {
	border: 1px solid #f1f1f1;
	background: #f9f8f8;
	width:460px;
	padding: 19px;
	font: 13px arial, sans-serif;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 3px;
	margin-bottom: 15px;	
	color: #888;
	float:left;
}

.quote div {
	float: right;
	padding-top: 6px;
	padding-bottom: 12px;
	font: 12px arial, sans-serif;
}

#interesting_courses h3{
	font-size: 16px;
	/*color: #6e2020;*/
	font-weight: bold;
	text-align: left;
	background: url(images/caption_bg.jpg) no-repeat top left;
	padding: 2px;
	margin-bottom: 2px;
}






/// Faculty More Info and Table:


.faculty_table table {
	font-size: 1.3em;
	font-family: Arial, Helvetica, verdana sans-serif;
	background-color:#fff;
	border-collapse: collapse;
	width: 100%;
}

.12ptfont p{
	font-size: 1.3em;
}

.faculty_table caption {
	font-size: 13px;
	color: #6e2020;
	font-weight: bold;
	text-align: left;
	background: url(images/caption_bg.jpg) no-repeat top left;
	padding: 2px;
	margin-bottom: 2px;
}

.faculty_table td{
	background: #f7f7f7;
}

#more_info {
	padding-left: 12px;
	padding-right: 12px;

}


#spacer {
	width: 400px;
	border-bottom: 1px solid #efeeee;
	margin-bottom: 29px;
	margin-top: 2px;
	height: 20px;
	
}










/// Requirements Tabs:


#majortabs {
  float:left;
  width:100%;
  background:#DAE0D2 url("img/majors/tabs/bg.gif") repeat-x bottom;
  font-size:93%;
  line-height:normal;
  }

#majortabs ul {
  margin:0;
  padding:0px 0px 0;
  list-style:none;
  margin-top: 12px;  
  }

#majortabs li {
  float:left;
  background:url("img/majors/tabs/left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  }

#majortabs a {
  float:left;
  display:block;
  background:url("img/majors/tabs/right.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#555;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/

#majortabs a {float:none;}
/* End IE5-Mac hack */

#majortabs a:hover {
  color:#333;
  }

#majortabs #current {
  background-image:url("img/majors/tabs/left_on.gif");
  }

#majortabs #current a {
  background-image:url("img/majors/tabs/right_on.gif");
  color:#333;
  padding-bottom:5px;
  }
	
