/* CSS Document */






/*course project background*/
.course_project {
	background:#eee;
	border:2px solid #0e435e;
	padding:5px 15px;
	clear:both;
}






/*For all courses.*/


/*header logo and course title styling*/

#header h2 {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-weight: normal;
	min-height: 30px;
	font-size: x-large;
	color: #757573;
	padding: 0px 0px 0px 30px;
	background-image: url('../../images/header_logo.gif'); /*path relative to the stylesheet*/
	background-size: 25px 25px;
	background-position: 0px 5px;
	background-repeat: no-repeat;
}


#bodybottom {
	padding-top: 20px;
	clear:both;	
	text-align: right;
	font-size: small;
}




