@charset "utf-8";

body  {

	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */

	padding: 0;

	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */

	color: #000000;

	font-family: Tahoma, Arial, Helvetica, sans-serif;

	font-size: 100%;

}

h1, h2, h3, p {

	margin: 0px;

	padding: 0px;

}

h1 {

	font-size: 26px;

	color: #1c130f;

	padding-bottom: 30px;

	font-weight: normal;

}

h2 {

	font-size: 120%;

	color: #0e7a98;

	font-weight: normal;

	padding-bottom: 25px;

}

h3 {

	color: #0e7a98;

	padding-bottom: 25px;

	font-size: 90%;

}

p {

	font-size: 80%;

	padding-bottom: 25px;

	line-height: 16px;

}

a {



}

a:hover {

	text-decoration: none;

}







a img {

	border-style: none;

}





.tch #container {

	width: 943px;

	margin: 0 auto;

	text-align: left;

	background-image: url(../images/fonMain.jpg);

	background-repeat: no-repeat;

	background-position: center top;

} 

.tch #header {

	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */

} 

.tch #header h1 {

	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */

	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */

	font-size: 90%;

	font-weight: bold;

	color: #0e7a98;

	font-family: Tahoma, Arial, Helvetica, sans-serif;

}

.tch #header h1 span {

	font-size: 190%;

}

.tch #topMenu {

	margin-top: 165px;

	color: #FFF;

	text-align: center;

	padding-bottom: 10px;

}

.tch #topMenu a {

	color: #FFF;

	font-size: 12px;

}

.tch #topMenu a:hover {

	text-decoration: none;

}



.tch #mainLink {

	line-height: 30px;

}

.tch #mainLink a {

	color: #26e0fa;

	text-transform: uppercase;

	text-decoration: none;

	font-weight: bold;

	font-size: 90%;

}

.tch #mainLink a:hover {

	text-decoration: underline;

}











.tch #sidebar1 {

	float: left; /* since this element is floated, a width must be given */

	width: 300px; /* the background color will be displayed for the length of the content in the column, but no further */

	padding: 0px 0px 15px 8px;

	background-image: url(../images/fonSidebar.jpg);

	background-repeat: repeat-y;

	background-position: right top;

}

.tch #mainMenu {

	background-image: url(../images/fonMainMenu.jpg);

	background-repeat: no-repeat;

	background-position: right -8px;

	padding-bottom: 10px;

}

.tch #mainMenu a {

	display: block;

	background-image: url(../images/fonMainMenuIthem.jpg);

	background-repeat: no-repeat;

	background-position: left top;

	font-size: 12px;

	line-height: 31px;

	text-transform: uppercase;

	color: #FFF;

	padding-left: 10px;

	font-family: Tahoma, Arial, Helvetica, sans-serif;

	text-decoration: none;

}

.tch #mainMenu a:hover {

	display: block;

	background-image: url(../images/fonMainMenuIthem2.jpg);

	background-repeat: no-repeat;

	background-position: left top;

	font-size: 12px;

	line-height: 31px;

	text-transform: uppercase;

	color: #129CE7;

	padding-left: 10px;

	font-family: Tahoma, Arial, Helvetica, sans-serif;

	text-decoration: none;

}

.tch #mainMenu a.hover {

	background-image: url(../images/fonMainMenuIthem2.jpg);

	background-repeat: no-repeat;

	background-position: left top;

	color: #129CE7;

}



.tch .bannerBox {

	background-image: url(../images/fonBannerBox.gif);

	background-repeat: no-repeat;

	background-position: center top;

	height: 400px;

	width: 240px;

	padding: 3px;

	margin-bottom: 7px;

}





.tch #mainContent {

	margin: 0 0 0 355px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */

	padding: 40px 30px 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

} 

.tch #mainContent p {

	font-size: 80%;

	text-align: justify;

}
.tch #mainContent ul {
	font-size: 80%;
}
.tch #mainContent img {

	padding: 10px;

	background-color: #d7d7d7;

	margin: 7px;

}

.tch #mainContent .schedule {

	background-color: #D6EBFC;

}

.tch #mainContent table.schedule {

	border-top-width: 3px;

	border-left-width: 1px;

	border-top-style: solid;

	border-left-style: solid;

	border-top-color: #14A0EB;

	border-left-color: #14A0EB;

	border-bottom-width: 2px;

	border-bottom-style: solid;

	border-bottom-color: #14A0EB;

}

.tch #mainContent .schedule th {

	padding: 6px;

	border-right-width: 1px;

	border-bottom-width: 3px;

	border-right-style: solid;

	border-bottom-style: solid;

	border-right-color: #14A0EB;

	border-bottom-color: #14A0EB;

	background-color: #FCFF50;

	color: #15A1EC;

	text-align: center;

}

.tch #mainContent .schedule td {

	padding: 4px;

	border-right-width: 1px;

	border-bottom-width: 1px;

	border-right-style: solid;

	border-bottom-style: solid;

	border-right-color: #14A0EB;

	border-bottom-color: #14A0EB;

}

.tch #cherta {

	padding-bottom: 3px;

	border-bottom-width: 1px;

	border-bottom-style: dashed;

	border-bottom-color: #333;

	margin-top: -15px;

	margin-bottom: 10px;

}











.tch #footer {

	padding: 90px 10px 0 20px;

	background-image: url(../images/fonFooter.jpg);

	background-repeat: no-repeat;

	background-position: left -29px;

} 

.tch #bottMenu {

	font-size: 12px;

	text-align: center;

	color: #989595;

	padding-top: 18px;

	padding-bottom: 18px;

}

.tch #bottMenu a {

	color: #989595;

}

.tch #bottMenu a:hover {

	text-decoration: none;

}



.tch #footer p {

	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */

	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */

	font-size: 11px;

	color: #7e7a7a;

	text-align: center;

}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */

	float: right;

	margin-left: 8px;

}

.fltlft { /* this class can be used to float an element left in your page */

	float: left;

	margin-right: 8px;

}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */

	clear:both;

    height:0;

    font-size: 1px;

    line-height: 0px;

}

.tch #footer .counters {

	height: 50px;

}

.red {
	color: #F00;
	font-weight: normal;
	font-size: 14px;

}

.zach {

	text-decoration: line-through;

}

