@charset "utf-8";
/* CSS Document */


/*navigation*/



body {
	font: small/1.4 "Lucida Grande", Tahoma, sans-serif;
	font-size: 70%;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	
}


#masthead{
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#date{
	color: #6F6146;
	font-size: 110%;
	font-weight: bolder;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #f0efec;
}

#pageKey{
	clear:right;
	
	height: auto;
	width: auto;
	margin: 0px;
	padding: 10px 0px 10px 10px;
}

#key{
	clear:right;
	float: left;
	height: auto;
	width: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	}

	
#nav {

  margin: 0;
  padding: 0;
  background: #6F6146;
  list-style-type:none;
  width: 605px;    
  float: left; /* Contain floated list items */
	
}
#nav li {
  margin: 0;
  padding: 0;
  float: left;
}
#nav a {
  float: left;
  width: 100px;
  color: #FFF;
  text-decoration: none;
  line-height: 2.5;
  text-align: center;
  border-right: 1px solid #FFF;
  background: url(http://www.chtalaska.com/NAV/images/tab1.gif) no-repeat;
}
#nav #nav_sep a {
  border: none;
}
#nav a:hover {
  background-color: #4F4532;
  background-position: -100px 0;
}

#tbl_hom #nav_hom a,
#tbl_may #nav_may a,
#tbl_june #nav_june a,
#tbl_july #nav_july a,
#tbl_aug #nav_aug a,
#tbl_sep #nav_sep a {


  background-color: #BEB06F;
  background-position: -200px 0;
  color: #1A1303;
  font-weight: bold;
  clear: both;
}

/*table*/
#content{
	float: left;
	width: 100%;
	padding-right: 10px;
	background-color: #ffffff;
	
}
.dayOfWeek {

	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 14px;
	background-color: #FFFFFF;
	font-weight: bold;
	
}
.date {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 14px;
	background-color: #ECE9D8;
	font-weight: bold;
}
.monthYear { 
     font-family: Geneva, Arial, Helvetica, san-serif;
	 font-size: 18px;
}
.calendarText {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 10px;
	background-color: #ECE9D8;
}
.style1 {
	color: #FF0000;
	font: bold;
}

