p, div, li,  h1, h2, h3, h4, td, input, select, textarea {
    font-family: Arial, Helvetica;
    font-size: 14px;
    color: #4c4c4c;
    line-height: 18px;
}



	
	/* Courses */
	#courses {
		width: 100%;
		height: 450px;
		border: 0px solid #ebebeb;
		margin-bottom: 10px;
		background: #f1f1f1;
		
		}

	#course-menu {
		/*border-bottom: 1px solid #b973dd;*/
		width: 720px;
		background: url(../images/tab.gif) repeat-x;
	}
		ul#course-menu  {
			height: 40px;
			width: 720px;
			padding: 0px;
			margin: 0px;
			/*padding-top: 12px;
			margin-bottom: 12px;*/
			padding: 0;
			margin: 0;		
		}
		/*Tab Background */
		#course-menu li {
			margin-right: 1px;
			display: inline;
			float: left;
			list-style: none;
			background: transparent url(../images/tab.gif)  no-repeat;  
			padding: 7px 0px;
			font-weight: bold;
			width: 140px;
			text-align: center;
			
		}
		#course-menu li a {
			font-family: "Trebuchet MS" Verdana,Helvetica,Arial,Verdana,sans-serif;
			font-size: 20px;
			font-weight: normal;
			color: #a58cb2;
			width: 140px;
		}
		#course-menu li a:link, #course-menu li a:visited {
			/*font: bold 12px Arial;
			color: #8FC73E;*/
			text-decoration: none;
			display: block;
			height:40px;
		}
		#course-menu li a:hover, #course-menu li a:active {
			color: #a58cb2;
			text-decoration: underline;
		}
		/*Selected Background */
		#course-menu li.selected {
			/*background: #a15dc2;*/
			background: transparent url(../images/corner_tab.gif)  no-repeat;
		}
		#course-menu li.selected a {
			color: #792fc6;
		}
		#course-menu li.selected a:visited {
			color: #fff;
			text-decoration: none;
		}
		#courses div p {
			padding: 0px 8px 0 0px;
		}
		#courses div p.courseIntro1, #courses div p.courseIntro2, #courses div p.courseIntro3, #courses div p.courseIntro4, #courses div p.courseIntro5 {
			padding: 8px 20px 10px 20px;
			text-align: left;
			font-family: Verdana,Helvetica,Arial,Verdana,sans-serif;
			color: #231700;
			text-decoration: none;
			word-spacing: normal;
			text-align: justify;
			line-height: 1.4em;
			font-size: .9em;
		}

		#courses div p.courseIntrol img {
			background: url(images/m-watch.gif) no-repeat;
		}