@charset "utf-8";
/* CYHA Site CSS Document */
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #3399CC;
	background-image: url(images/bg4.gif);
	background-repeat: repeat-x;
}
#menu
{
	margin: 0;
	padding: 20px 1px 0px 1px;
	list-style-type: none;
	line-height: 130%;
}
#menu a
{
	display: block;
	padding: 1px 5px;
	width: auto;
	border: 1px solid #FF6;
}
#menu a:link, #menu a:visited
{
	color: #000;
	text-decoration: none;
}
#menu a:hover
{
	background-color: #FFC;
	color: #000;
	border-left: 1px solid #FF0;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-top: 1px solid #FF0;
	padding: 1px 5px;
}
.thrColFixHdr #container {
	width: 750px;
	background: #FFF;
	margin: 0 auto;
	border: 2px solid #000000;
	text-align: left;
	padding: 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
} 
.thrColFixHdr #header {
	padding: 0;
	margin: 0;
	border-bottom: 2px solid #000;
	border-top: 2px solid #000;
} 
.thrColFixHdr #sidebar1 {
	float: left;
	width: 150px;
	padding: 15px 5px 15px 5px;
	background-color: #FF6;
	margin: 0;
}
.thrColFixHdr #sidebar2 {
	float: right;
	width: 150px;
	padding: 15px 5px 15px 5px;
	background-color: #FF6;
	margin: 0;
}
.thrColFixHdr #mainContent {
	margin: 0 160px;
	padding: 0 10px;
	border: 1px solid #FFFFFF;
	text-align: left;
} 
.thrColFixHdr #footer {
	padding: 0;
	background:#336;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	text-align: center;
	clear: both;
} 
.thrColFixHdr #footer p {
	margin: 0;
	padding: 5px 0;
}
.fltrt {
	float: right;
	margin-left: 8px;
	margin-right: 35px;
}
.fltlft {
	float: left;
	margin-right: 8px;
	margin-left: 25px;
}
.clearfloat {
	clear:both;
}
[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.thrColFixHdr #sidebar1 { width: 150px; }
</style>
<![endif]
[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.thrColFixHdr #sidebar2, .thrColFixHdr #sidebar1 { padding-top: 30px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
.right {
	float: right;
}
a {
	color: #000;
	text-decoration: underline;
}
.pt10 {
	font-size: 10px;
}
.thrColFixHdr #container #mainContent table {
	text-align: left;
	font-size: 12px;
}
.thrColFixHdr #container #mainContent #schedule tr td {
	font-size: 10px;
}

#sidebar2 {
	width: 5px;
}
form #commentForm input {
	background-color: #FFC;
}

