/* Universal */
		Table
		{
			line-height: 0px;
			font-size: 0px;
		}
		
		Div
		{
			line-height: normal;
			font-size: 12px;
		}
		
		.BottomUniv
		{
			position: relative;
			margin-top: 50px;
			margin-bottom: 0px;
		}

		.BottomUniv a
		{
			margin-right: 0.5em;
		}
		
/* Education Main Top Navigation Bar */
		.EducationNav a:link 
		{
			color: black;
			text-decoration: none;
		}
		
		.EducationNav a:visited 
		{
			color: black;
			text-decoration: none;
		}
		
		.EducationNav a:hover
		{
			color: blue;
			text-decoration: underline;
		}
		
		.EducationNav
		{
			background: url(/images/faded_background.png);
			color: black;
			margin-bottom: 5px;
			margin-top: 10px;
			padding: 5px;
			border-right: solid black 1px;
			border-bottom: solid black 1px;
			text-align: center;
		}
		
		/* Current or selected link */
		.EducationNavCurrent
		{
			display: inline;
			font-weight: bold;
		}
	
		.EducationTitleLink
		{
			font-weight: bold;
		}

/* education.php Section Title Link */
		.EducationTitleLink a:link
		{
			color: black;
			text-decoration: none;
			font-weight: bold;
		}
	
		.EducationTitleLink a:visited 
		{
			color: black;
			text-decoration: none;
			font-weight: bold;
		}
	
		.EducationTitleLink a:hover
		{
			color: blue;
			text-decoration: underline;
			font-weight: bold;
		}

/* education.php content spacing */
		.EducationContentSpacing
		{
			margin-left: 20px;
			margin-right: 20px;
		}

/* Drum Lesson Beat Links Panel */
		.DrumLessonBeatLinks 
		{
			margin: 0px;
			padding: 0px;
			border: 0px;
			margin-bottom: 10px;
			font-size: 12px;
			font-weight: bold;
		}
		
		.DrumLessonBeatLinks a:link
		{
			color: blue;
			text-decoration: none;
			font-weight: bold;
		}
		
		.DrumLessonBeatLinks a:visited
		{
			color: blue;
			text-decoration: none;
			font-weight: bold;
		}
		
		.DrumLessonBeatLinks a:hover
		{
			color: blue;
			text-decoration: underline;
			font-weight: bold;
		}
				
/* Drum Lesson VIDEO Beat Links Panel */
		.DrumLessonVideoBeatLinks 
		{
			margin: 0px;
			padding: 0px;
			border: 0px;
			font-size: 12px;
			font-weight: 700;
		}
		
		.DrumLessonVideoBeatLinks hr
		{
			width: 100%;
		}
		
		.DrumLessonVideoBeatLinks a:link
		{
			color: blue;
			text-decoration: none;
			font-weight: 700;
		}
		
		.DrumLessonVideoBeatLinks a:visited
		{
			color: blue;
			text-decoration: none;
			font-weight: 700;
		}
		
		.DrumLessonVideoBeatLinks a:hover
		{
			color: blue;
			text-decoration: underline;
			font-weight: 700;
		}

/* Video Page Classes */
		.TitleBox
		{
			text-align: center;
		}
		
		.TitleBox h1 /* Lesson Title */
		{
			margin-top: 0.2em;
			margin-bottom: 0.2em;
			font-size: 1.2em;
			font-weight: bold;
		}
		
		.TitleBox h2 /* Lesson Description */
		{
			margin-top: 0.2em;
			margin-bottom: 0.2em;
			margin-left: 131px;
			width: 500px;
			margin-right: 131px;
			font-size: 1em;
			font-weight: normal;
			text-align: left;
			
		}
		
		.Date
		{
			font-weight: bold;
			margin-right: 0.5em;
		}
		
		.NormAd
		{
			position: relative;
			bottom: 50px;
			display: inline;
			margin-bottom: 0px;
		}
		
		.NormVideo /* WMV Video Embed */
		{
			display: inline;
			margin-bottom: 0px;
			margin-right: 5px;
			margin-left: 5px;
		}
		
		.FooterBox /* Panel */
		{
			width: 308px;
			margin-left: auto;
			margin-right: auto;
			text-align: left;
			font-weight: 700;
			font-size: 12px;
			background: white;
			color: black;
			margin-bottom: 10px;
			margin-top: 5px;
			padding: 5px;
			line-height: 20px;
			border-width: 1px;
			border-style: outset;
		}
		
		* html .FooterBox /* IE hack */
		{
			margin-left: 145px;
			margin-right: 145px;
			width: 320px;
		}	
			
		.TopOfVideoTitle /* Video Title */
		{
			width: 650px;
			text-align: left;
			background: #eeeeee;
			margin-top: 10px;
			margin-bottom: 10px;
			padding: 5px;
			border-right: 1px solid grey;
			border-bottom: 1px solid grey;
			xbackground: url(/images/faded_background.png);
		}
		
		.TopOfVideoDescription /* Description under Title */
		{
			margin-left: auto;
			margin-right: auto;
			text-align: left;
			width: 560px;
			margin-bottom: 10px;
			margin-top: 5px;
		}
		
		.TopOfVideoImage /* Notated Drum Beat */
		{
			margin-left: auto;
			margin-right: auto;
			text-align: center;
			margin-top: 5px;
		}
		
		.BottomOfVideo
		{
			width: 310px;
			margin-left: auto;
			margin-right: auto;
			text-align: left;
			font-weight: 700;
			font-size: 12px;
			background: white;
			color: black;
			margin-bottom: 10px;
			margin-top: 0px;
			padding: 5px;
			line-height: 20px;
		}
		
		* html .BottomOfVideo
		{
			margin-left: 145px;
			margin-right: 145px;
		}

		.LessonVideoBottom
		{
			text-align: center;
		}
		
		.AdTop
		{
			text-align: center;
			margin-top: 0.2em;
			margin-bottom: 0.2em;
		}
		
/*DrumTV.php*/
		.DrumTVHead
		{
			background: url(/images/faded_background.png);
			color: black;
			margin-bottom: 5px;
			margin-top: 10px;
			padding: 5px;
			border-right: solid black 1px;
			border-bottom: solid black 1px;
			text-align: left;
			font-weight: bold;
		}
				
		body
		{
			margin-top: 0px;
			margin-left: auto;
			margin-bottom: 0px;
			font-family: Arial;
			margin-right: auto;
			background-color: #E2E2E2;
		}
		
		body*
		{
			xtext-align:left;
		}
		
		#fullheight
		{
			height:100%;
			background: White;
		}
		
		#fullheightbody
		{
			height:100%;
		}
		
		.Main
		{
			width: 762px;
			background: white;
			text-align: center;
		}
		
		.Panel
		{
			background: White;
			padding: 10px;
		}

		.PanelHeader
		{
			font-size: 13px;
			font-weight: bold;
			padding-left: 10px;
			padding: 3px;
			margin-bottom: 8px;
			border-bottom: 2px solid #000000;
			text-align: right;
			font-family: Verdana, Arial, Helvetica, sans-serif
		}
		
		.PanelBody
		{
			padding-left: 10px;
			padding-right: 10px;
		}
		
		.WeeklyBeatsTitle
		{
			font-size: 16px;
			font-weight: bold;
			margin: 0px;
			margin-bottom: 7px;
			width: 100%;
			text-align: center;
		}
		
		.PanelButtonList
		{
			margin: 0px;
			padding: 0px;
			border: 0px;
			text-align: center;
		}
		
		.PanelButtonList a
		{
			padding-right: 5px;
			padding-left: 5px;
			text-decoration: none;
		}
		
		.PanelLinkList
		{
			text-align: left;
			font-size: 12px;
			color: White;
			xpadding-top: -10px;
			margin-top: 0px;
			xmargin-left: -5px;
			font-weight: bold;
		}
		
		.PanelLinkList li a:link
		{
			color: Black;
			text-decoration: none;
		}
		
		.PanelLinkList li a:visited
		{
			color: Black;
			text-decoration: none;
		}
		
		.DrumBeatsDescription
		{
			text-align: center;
			font-size: 12px;
			font-weight: normal;
		}
		
		.HofSubject
		{
			font-size: 12px;
			font-weight: bold;
		}
		
		.HofSynopsis
		{
			font-weight: bold;
		}
		
		.WhatsNew
		{
			border-bottom: 1px solid #999999;
			padding: 8px;
			padding-bottom: 10px;
			margin-top: 5px;
			margin-bottom: 5px;
			
		}
		
		.Hof
		{

		}
		
		.Hof b
		{
		}
		
		.Hof strong
		{
		}
		
		.HofBody
		{
			padding-bottom: 10px;
		}
		
		.Article
		{
			
		}
		
		.Article .Title
		{
		
		}
		
		.Article .ByLine
		{
			font-size: 9px;
			margin-bottom: 8px;
		}
		
				
