﻿/* CLEARS */
	#txt_adj:after, #nav:after{
	/* See ie55.css */	
	/* content property must be first */
		content: " ";	
		clear: both;
		display: block;	
		height: 0;
		visibility: hidden;	
	}
	
	*{
		border: 0;	
		padding: 0;
		margin: 0;
	}
	
	a{
		color: #3EB549;
	}
	
	body{

		color: #d8e2f9;
		font: 12px Arial, Helvetica, sans-serif;
		background: url('../images/bg_page.gif') #5557A6 repeat-x;
		background-position: center 5px;
		margin: 0px;

	}



	td, tr, table{

		font: 12px Arial, Helvetica, sans-serif;

	}



	p{
	}
	
	blockquote, dl, h1, h2, h3, h4, h5, h6, ol, p, pre, ul {
		margin-top: 0;
		margin-bottom: 0;
	}	
	
	h1, h2, h3, h4, h5 ,h6{
	}
	
	h2{
	}

	b, strong{
		color: #FFF;
	}

	#pg{

		width: 641px;

		margin: 5px auto 0 auto;

		padding: 0;

	}


	#menu{

		padding: 0px;

		margin: 0px;


	}



	#content{

		padding: 0px;

		margin: 0px;

	}



	#maintxt{

		background: url('../images/bg_content.gif') #5557A6;

		width: 334px;

		float: left;

		line-height: 15px;

		padding-top: 18px;

		padding-bottom: 28px;

		padding-left: 36px;

		padding-right: 36px;

	}

	

	#maintxt hr{
		margin: 0px;
		padding: 0px;
		color: #22246B;
		background-color: #22246B;
		height: 2px;
		line-height: 5px;
	}

	#maintxt h1{
		background: url('../images/logo_main.gif') no-repeat 0 0;
		display: block;
		height: 76px;
		width: 334px;
		text-align: left;
		text-decoration: none;		
		text-indent: -10000px;
		margin: 0;
		margin-bottom: 25px;
		line-height: 0px;
		padding: 0px;
	}
	
	#maintxt h5{
		font-size: 13px;
		color: #999999;
		text-decoration: none;		
		margin: 0px;
		padding: 0px;
	}
	
	#maintxt h4{
		display: block;
		text-align: left;
		text-decoration: none;		
		text-indent: -10000px;
		line-height: 0px;
		margin: 0px;
		margin-bottom: 10px;
		padding: 0px;
		height: 13px;
		width: 334px;
	}
	
	#maintxt h4.main{
		background: url('../images/title/title_main.gif') no-repeat 0 0;
	}

	#maintxt h4.schedule{
		background: url('../images/title/title_schedule.gif') no-repeat 0 0;
	}
	
	#maintxt h4.teachers{

		background: url('../images/title/title_teachers.gif') no-repeat 0 0;

	}


	#maintxt h4.descriptions{

		background: url('../images/title/title_descriptions.gif') no-repeat 0 0;

	}



	#maintxt h4.links{

		background: url('../images/title/title_links.gif') no-repeat 0 0;

	}



	#maintxt h4.FAQ{

		background: url('../images/title/title_FAQ.gif') no-repeat 0 0;

	}



	#maintxt h4.contact{
		background: url('../images/title/title_contact.gif') no-repeat 0 0;
	}

	#main_sub{
		background: url('../images/main/bg_sub.gif') repeat-y;
		width: 406px;
		height: 100px;
		margin: 0px;
		padding: 0px;
		margin-bottom: 25px;
	}

	#schedule{
		width: 124px;
		float: left;
		margin: 0px;
		padding: 10px;
		padding-left: 36px;
	}

	#schedule h4{
		background: url('../images/main/sub_schedule.gif') no-repeat 0 0;
		display: block;
		height: 10px;
		width: 95px;
		text-align: left;
		text-decoration: none;		
		text-indent: -10000px;
		margin: 0;
		margin-bottom: 10px;
		line-height: 0px;
		padding: 0px;
	}

	#schedule p{
		width: 190px;
		text-align: left;
		margin: 0;
		margin-bottom: 10px;
		padding: 0px;
	}
	#gallery{
		float: right;
		margin: 0px;
		padding-top: 10px;
		padding-right: 36px;
	}

	#gallery h4{
		background: url('../images/main/sub_gallery.gif') no-repeat 0 0;
		display: block;
		height: 10px;
		width: 92px;
		text-align: left;
		text-decoration: none;		
		text-indent: -10000px;
		margin: 0;
		margin-bottom: 10px;
		line-height: 0px;
		padding: 0px;
	}

	#foot {
		clear: both;
		padding: 0px;
		height: 17px;
		margin-right: 15px;
		margin-left: 98px;
	}

	#foot td{
		font-size: 10px;
		color: #d8e2f9;
	}
	
	#foot td a{
		color: #d8e2f9;
		text-decoration: none;
	}
	
	#foot a:hover{
		text-decoration: underline;
	}
	
	
	/* Web Content Accessibility */
	.wca{
		height: 0;
		visibility: hidden;	
		position:absolute;
	}
	
/********************/	

	#calendar {
		border-spacing: 2px;
		empty-cells: hide;
	}

	#calendar td {
		border: 2px solid #BDBDBD;
		color: #666666;
		background: #FFFFFF;
		padding: 2px;
	}

	#calendar td.day {
		background: #DADADA;
		color: #999999;
		font-weight: bold;
	}

/********************/	

	.txtSmall{
		font-size: 10px;
	}
	
	.imgPlain{
		margin-left: 0px;
		margin-bottom: 0px;
		padding: 2px;
		border: 1px solid #22246B;
	}

	.imgRight{
		float: right;
		margin-left: 10px;
		margin-bottom: 10pxpx;
		padding: 2px;
		border: 1px solid #22246B;
	}

	.imgLeft{
		float: left;
		margin-right: 10px;
		margin-bottom: 10px;
		margin-top: 3px;
		padding: 2px;
		border: 1px solid #22246B;
	}

	.imgBoxRight{
		font-size: .8em;
		float: right;
		margin-left: 10px;
		margin-bottom: 0px;
		padding: 2px;
		border: 1px solid #22246B;
	}

	.txtBox{
		padding: 2px;
		border: 1px solid #489;
	}

	.btn{
		padding: 1px;
		color: #FFF;
		font-weight: bold;
		font: .95em;
		border: 1px solid #489;
		background: #b2d8df;
	}


