

/* Mid page course data */
.course_listing 
{
	
}

.course_list_item
{
	border: 1px solid #C8D264;
	background-color: #C8D264;
	margin-bottom: 5px;
	padding: 2px;	
}


.course_listing h1
{
	padding-bottom: 0px;	
	margin-bottom: 0px;	
}

.course_listing h2
{
	padding-left: 5px;
	margin-top: 0px;	
	padding-top: 0px;
	font-style: italic;
	font-size: 1.2em;	
}

.course_heading
{
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: underline;	
}

.course_data
{
	padding-bottom: 5px;
	padding-top: 5px;
}

.nav_subitem .course_name
{
	padding-top: 5px;
	padding-bottom: 5px;
}

.course_overview
{
	padding-top: 5px;
	padding-bottom: 5px;
}

.course_listing_image
{
	height: 75px;
	border: 1px solid black;
	float: right;	
}

.course_listing_image_bottom
{
	text-align: center;
}

.course_listing_image_bottom_image
{
	width: 250px;
	border: 1px solid black;
}

/* Right column navigation */
.nav_menu {
	text-decoration: none;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.nav_menu a {
	text-decoration: none;	
	font-weight: bold;
}

.nav_subitem span  {
	display: block;
	padding-left: 15px;	
}

.nav_subitem span a {
	font-weight: normal;
}

