@charset "UTF-8";

body {
	margin: 0px;
	margin-top: 0px;
	background-image: url(Images/bg-header.jpg);
	background-color: #FCFCFC;
}

#mainContainer {
}
#mainHeader {
	height: 115px;
	background-image: url(Images/bg-header.jpg);
}
#leftContainer {
	width: 200px;
	float: left;
	color: #C2CAB1;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 300;
	margin-left: 12px;
	margin-top: 10px;
	border-style: solid;
	padding-left: 6px;
	font-size: large;
}
#rightContainer {
	width: 716px;
	float: left;
	margin-top: 10px;
	text-align: center;
	color: #E9E9E9;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: x-large;
}
#mainDiv {
	background-image: url(Images/bg.jpg);
	min-height: 1300px;
}
#headerLeft {
	height: 105px;
	width: 372px;
	float: left;
	color: #EBEBEB;
	font-size: large;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-style: normal;
	font-weight: 400;
	margin-left: 10px;
}
#headerRight {
	height: 36px;
	float: left;
	color: #b5c1ad;
	margin-top: 35px;
	font-family: quicksand;
	font-style: normal;
	font-weight: 400;
	margin-left: 24px;
}
.courseText {
	font-size: large;
	text-align: center;
}
#contentSection {
	color: #D2D2D2;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: large;
	text-align: left;
	margin-left: 21px;
}
a {
	color: #C2CAB1;
	text-decoration: none;
}
a:hover {
	color: #B8CBEC;
	text-decoration: underline;
}
#mainPageArticle {
	color: #E9D4D4;
	font-size: large;
	text-align: left;
	margin-left: 20px;
}
.mainPageTitles {
	font-size: large;
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: 600;
}
.note {
	color: #C64042;
}
#examSchedule {
	font-size: 20px;
	color: #FEE77F;
	font-weight: 300;
}
#homework {
	border-top-width: medium;
	border-color: #DF8B8C;
	border-top-style: ridge;
	border-bottom-style: ridge;
}
.center {
	text-align: center;
}
.helpHeadings {
	color: #3F7FED;
}
.majorsHeading {
	color: #FFF62C;
}
.footer {
	font-size: 11pt;
	font-style: italic;
	color: #B3B3B3;
	text-align: center;
}
.strike {
	text-decoration: none;
	color: #C7C0C0;
}
.topicList {
	font-size: medium;
}
