#MainList {
	margin-top: 40px;
	font-family: sans-serif;
	font-size: 11pt;
	font-weight: bold;
	display: block;
	text-align: left;
	margin-bottom: 40px;
	font-variant: small-caps;
}

#MainContent p {
	font-variant: small-caps;
	font-size: 14pt;
	text-align: left;
}

#MainContent {
	text-align: center;
}

#MainText {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 30em;
}

#MainText select {
	margin-left: 130px;
	margin-bottom: 25px;
	padding-left: 8px;
	background-color: black;
	color: white;
	border-style: none;
	padding: 2px;
	width: 250px;
}

#MainText h3 {
	margin-top: 20px;
	margin-bottom: 2px;
	margin-left: 80px;
	color: white;
	font-size: 17px;
}

#MainText h3 a {
	text-decoration: none;
	color: white;
}

#HomeUpcomingConferences {
	display: block;
	position: relative;
	left: 2px;
	background-image: url('../images/conference-calendar.png');
	width: 268px;
	height: 34px;
	margin-bottom: 20px;
}

#HomeUpcomingConferences:hover {
	background-image: url('../images/conference-calendar-hover.png');
}

#HomeFeaturedVideos {
	display: block;
	position: relative;
	left: 2px;
	background-image: url('../images/video-courses.png');
	width: 268px;
	height: 34px;
	margin-bottom: 20px;
}

#HomeFeaturedVideos:hover {
	background-image: url('../images/video-courses-hover.png');
}

#OnlineCourses {
	display: block;
	position: relative;
	left: 2px;
	background-image: url('../images/online-courses.png');
	width: 268px;
	height: 34px;
	margin-bottom: 20px;
}

#OnlineCourses:hover {
	background-image: url('../images/online-courses-hover.png');
}


