/* -THE PAGE----------------------------------------- */

#pageContent {
	padding:0;
	margin:0;
	clear:both;
}


/* -MAIN CONTENT -------------------------------------------- */

#mainSection {
	width:511px;
	float:left;
	
	padding-left:20px;
	padding-right:20px;

	border-right:1px solid #999;
}

#mainSection h1 {
	text-align:right;
}



#calendar {
	float:left;
	width:316px;
	margin-right:20px;
}

	.getMore a {
		text-decoration:none;
		font-weight:bold;	
		color:#9cb36c;
	}
	.getMore a:hover {
		text-decoration:underline;
		color:#bab87c;	
	}
	p.getMore {
		text-align:right;
		margin:0;
	}
	.eventDate, .annTitle {
		font-weight:bold;
		color:#9cb36c;
	}
	.annTitle a {
		font-weight:bold;
		color:#9cb36c;
	}
	.eventTitle a, .annFirst a {
		text-decoration:none;
		color:#000;
	}
	.eventTitle a:hover, .annFirst a:hover {
		color:#9cb36c;
		text-decoration:underline;
	}
	#myCalendar li, #myAnnouncements li {
		list-style:none;
		padding-bottom:10px;
	}
	#myCalendar ul, #myAnnouncements ul {
		padding-left:0;
		margin-left:0;
	}
	.myLeftTitle {
		font-weight:bold;
		font-family:Helvetica, 'Helvetica Neue', Arial, sans-serif;
		font-size:1.3em;
		color:#000;
	}


#announcement {
	float:left;
	width:175px;
}








/* -MENU ----------------------------------------------------*/

#menu {
	width:198px;
	float:left;

	font-family:helvetica, 'Neue Helvetica', 'Helvetica Neue', arial, sans-serif;
}

#mainMenu ul {
	list-style:none;
	padding:0;
	margin:0;
	margin-top:15px;
	
	font-weight:bold;
	font-size:.85em;
	background-color:#fff;
	border-top:1px solid #999;
}
#mainMenu li {
	padding-top:2px;
	padding-bottom:2px;
	
	padding-left:10px;
	border-bottom:1px solid #999;
}
#mainMenu ul a {
	text-decoration:none;
	color:#000;
}
#mainMenu li:hover {
	background-color:#d8edaa;
}


#schTitle {
	text-align:center;
	font-weight:bold;

	margin-top:35px;
	padding-bottom:10px;

	border-bottom:1px solid #999;
}


#sched ul {
	list-style:none;
	padding:0;
	margin:0;
	margin-top:15px;
	padding-bottom:10px;
	
	font-weight:bold;
	font-size:.85em;
	background-color:#fff;

	border-bottom:1px solid #999;
}

#sched ul li {
	padding-left:10px;
}

#sched ul ul {
	list-style:none;
	padding:0;
	margin:0;
	
	margin-bottom:4px;
	
	font-weight:bold;
	font-size:.85em;
	background-color:#fff;

	border:0;
}

#sched ul ul li {
	padding-left:20px;
}

#sched ul ul a {
	text-decoration:none;
	color:#9cb46c;
}
#sched ul ul a:hover {
	text-decoration:underline;
	color:#666;
}


/* -DEGREE PROGRAMS -------------------------------- */
#otherDegrees {
	text-align:right;
	margin:0;
	padding:0;
	margin-bottom:20px;
}

#degreePage h4 {
	margin:0;
	padding:0;
}

.aDegree {
	clear:both;
	height:125px;
/*	margin-bottom:15px;
	border-bottom:1px solid #999;
*/
	margin-top:10px;
	padding-top:10px;
	border-top:1px solid #999;
}

.aDegree img {
	float:left;
	padding-right:20px;
}
.aDegree p {
	font-weight:bold;
	font-size:1.1em;
}
.aDegree a {
	color:#000;
}
.aDegree a:hover {
	color:#9cb46c;
}

/* -OTHER -------------------------------------------------------- */

.fieldName {
	text-align:right;
}
.fieldItem {
	text-align:left;
}
