
	h1 {
		font-family: Arial, Helvetica, sans-serif;
		color: #CC3300;
		font-size: 100%;
		text-align: left;
		/*margin:0 0 15px 0;*/
		padding: 0 0 0 0px;
		margin: 0 0 0px 0;
	}
	h2 {
		color: #0033CC;
		font-size: 120%;

	}
	h3 {
		color: #00CC33;
		font-size: 100%;
	}
	blockquote {
		color: #333333;
		font-size: 11px;
		font-style: italic;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
	UL
	{
		list-style-image: url(/images/cat_claw.pnf);
	}


	a {
		color: rgb(60, 60, 120);
		text-decoration:underline;
	}
	a:hover {
		color: rgb(255, 30, 30);
		/* text-decoration: none; */
		text-decoration:underline;
	}
	a img {
		border: 0;
		text-decoration:none;

	}
	
	
	div.NewsItem {
		clear:left;
		font-family: Arial, Helvetica, sans-serif;

		margin: 0 0 0px 0;
		padding-bottom: 5px;
		border-bottom: 1px dotted #666666;		
	}
	div.NewsItem .img p {
		font-size: 10px;
		font-weight: bold;
		margin:0;
	}
	div.NewsItem .img img {
		border: 5px solid #000;	
	}
	div.NewsItem em {
		color: #fff;
		font-style: normal;	
	}
	div.EventsItem {
		clear:left;
		font-family: Arial, Helvetica, sans-serif;

		margin: 0 0 0px 0;
		padding-bottom: 5px;		
	}
	
	div.Advertising1 {
		text-align: center; 	
		width: 700px;
	}
	
		
	#content div.NewsItem p, #content div.NewsItem h2 {
		margin-bottom: 13px;		
	}
		
	#lesson, #lessonwide, #lessonnarrow, #lessonfull {
		float: left;
	}
	
	#lesson, #lessonnarrow, #lesson_pics, #lessonwide, #lessonfull {
		color: #333333;
		
		font-weight: bold;
		font-size: 9pt;	
				
	}
	
	#lesson_pics {
		text-align:right;
		float: right;
	}

	li {
		/* list-style-type: disc; */
		/* list-style-image: url(bullet.gif);*/
		/* list-style-position: inside; */
	}



	
	#lesson {
		width: 450px;
		padding: 0 10px 0 0;
	}	
	
		
	#lessonwide {
		width: 580px;
		padding: 0 10px 0 0;
	}	
	
	#lessonnarrow {
		width: 400px;
		padding: 0 10px 0 0;
	}
	
	#lessonfull {
		width: 650px;
		padding: 0 10px 0 0;
	}

	#lesson_pics {
		width: 250px;	
	}
	
		
	#lesson_pics img {
		display: block;
		/*margin-bottom: 20px;*/
	}	

