@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #064c72;
	background-image: url(../images/fonBody.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
h1, h2, h3, h4, 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 {
	color: #000;
}

a:hover {
		color: #2378AE;
	text-decoration: underline;
}
a img {
	border-style: none;
}
.tch #container {
	width: 963px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
} 
.tch #header {
	background-image: url(../images/fonTop.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0;
} 
.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: 35px 0 162px 20px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
}
.tch #header h1 span {
	font-size: 28px;
	font-weight: normal;
	color: #064c72;
}
.tch #navMenu {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #eae2db;
	text-align: right;
	padding-top: 15px;
	padding-right: 10px;
}
.tch #navMenu a {
	color: #eae2db;
	text-decoration: none;
}
.tch #navMenu a:hover {
	text-decoration: underline;
}
.tch #topMenu {
	background-color: #9bcbf3;
	border: 1px solid #FFF;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height: 40px;
	text-transform: uppercase;
}
.tch #topMenu a {
	color: #FFF;
}


.tch #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 182px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 32px 10px 15px;
}
.tch #mainMenu {
	margin-left: 6px;
	margin-bottom: 25px;
}
.tch #mainMenu a {
	display: block;
	color: #000;
	text-decoration: none;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 24px;
	padding-right: 8px;
	padding-left: 8px;
	border-bottom: 1px solid #000;
	font-weight: bold;
}
.tch #mainMenu a:hover {
	color: #2378AE;
	text-decoration: underline;
}
.tch #mainMenu a.hover {
	color: #2378AE;
	text-decoration: underline;
}
.tch #bannerBox {
	margin-bottom: 15px;
}
.tch #content {
	margin: 0 0 0 225px; /* 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: 0 10px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.tch #mainContent {
	float: left;
	width: 440px;
	padding-top: 20px;

} 
.tch #mainContent p {
	font-size: 80%;
	text-align: justify;
}
.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: #FAF0A9;
	color: #064C72;
	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 #rightSidebar {
	float: right;
	width: 240px;
	padding-top: 25px;
}

.tch #footer {
	padding: 20px 10px 0 20px;
} 
.tch #bottMenu {
	font-size: 12px;
	text-align: center;
	color: #989595;
	padding-top: 18px;
	padding-bottom: 18px;
	border-bottom: 2px solid #33261f;
}
.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;
}
.red {
	color: #F00;
	font-weight: bold;
}
