/*********** Common Styles ***********/
/*************************************/

body {
	margin: 0px;
	padding: 0px;
	font-family: Calibri, Arial, Helvetica, Sans Serif;
	font-size: 13px;
	background-color: #CCCCCC;
	color: #555555;
	text-align: center;
}

p.medium {
	font-size: 14px;
}

a {
	color: #555555;
	text-decoration: underline;
}

a:hover {
	color: #05325a;
	text-decoration: none;
}

a:selected {
	color: #555555;
	text-decoration: underline;
}

a.linkBullet {
	background-image: url(/images/linkBullet.gif); 
	background-repeat: no-repeat; 
	background-position: center right;
	padding-right: 20px;
	font-size: 14px;
	font-weight: bold;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	margin: 0px;
	padding: 5px 0px 3px 0px;
}


h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	padding: 5px 0px 5px 0px;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	margin: 0px;
	padding: 5px 0px 5px 0px;
}

li {
	margin-left: -20px;
}

/*********** Header Styles ***********/
/*************************************/

#header {
	width: 950px;
	margin-top: 10px;
	margin-left: 10px;
	padding: 0px;
	text-align: left;
}


/*********** Footer Styles ***********/
/*************************************/

#footer {
	width: 950px;
	margin-top: 4px;
	margin-left: 10px;
	padding: 5px 0px 5px 0px;
	text-align: center;
	color: #ffffff;
}

/*********** Common Content Styles ***********/
/**************************************/


#contentContainer {
	background-color: #ffffff;
	margin: 0px;
	padding: 10px;
	width: 950px;
	text-align: left;
}

#leftContentArea {
	width: 705px;
	padding-right: 30px;
	float: left
}

#rightContentArea {
	position: relative;
	width: 210px;
}

/*********** Upcoming Courses ***********/
/**************************************/

#upcomingCourse {
	margin: 0px;
	padding: 10px 0px 10px 0px;
}

#upcomingCourse .title {
	font-size: 15px;
	font-weight: bold;
}

#upcomingCourse .date {
	font-size: 13px;
}

#upcomingCourse .location {
	font-size: 13px;
}

#upcomingCourseSpacer {
	border-bottom: 1px solid #999999;
}

/*********** Open Enrollment Course Offering ***********/
/**************************************/

#openEnrollmentCourse {
	margin: 0px;
	padding: 10px 0px 10px 0px;
}

#openEnrollmentCourse .title {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
}

#openEnrollmentCourse .detailLineItem .label {
	width: 105px;
	font-size: 13px;
}

#openEnrollmentCourse .detailLineItem .label {
	font-size: 13px;
}

#openEnrollmentCourse .moreInfo {
	padding: 5px 0px 5px 0px;
	
}

