/****** body rules *********************************************/
body {
	margin:auto;
	padding:0;
	width: 750px;
	font-family:Arial, Helvetica, sans-serif;
	color:#006633;
	background: transparent url(../images/th_treeposebgsmaller.gif)  bottom right repeat-x;

}

/*******************************************************************/
/* layout divs */
/*******************************************************************/
 #masthead {
	border: 1px solid  #003366;
	text-align: center;
	margin: 2%;
	padding: 0px;
	height:70;
	background: url(../images/th_tree.jpg) top left repeat-x;
}


#globalNav {
	margin: 0px 2% 0px 2%;
	color: #003366;
	padding: 0px 20px 0px 10px;
	white-space: nowrap;
	border-top: 10px solid #006666;
	text-align:center;
}


#main {
	margin: 0% 1% 0% 1%;
	padding: 10px 10px 20px 30px;
}


#sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
	border: 1px solid #006666;
	color:#003366;
	border-top: 6px solid #006666;
	color: #003366;
	width: 150px;
	padding: 0px 10px 5px 5px;
	margin-left: 15px;
	vertical-align: top;
	float:right;
	text-align:left;
	background-color: #def7e6;
	}


#content {
	margin: 0% 1% 0% 1%;
	padding: 0em 20px 1.5em 5px;
	width: 85%;
	font: 0.8125em Verdana, sans-serif;
	text-align:justify;
}

#footer {
 	margin: 10px;
	padding: 5px;
	border-top-color:#003366;
	border-top-style: solid;
	border-top-width: 1px;
	text-align: center;
}


/*********************************************************************/
/* div contextual styles */
/********************************************************************/ 
  #masthead p {
 	font-size: 100%;
	letter-spacing: 3px;
 	font-weight: bolder;
 	font-style: oblique;
 	color: #ffffff;
 	margin: 0px;
 	padding: 0 0 10px 0;
 }
 
  #masthead h1 {
 	font-size: 200%;
	font-family: arial, helvetica, sans-serif;
	letter-spacing: 3px;

 	font-weight:bolder;
	font-style:oblique;
 	color: #003333;
	background: #ffffff  url(../images/masthead_text_bg.jpg) top left repeat-x;
 	margin: 0px;
	padding: 0px 0 0 0;
 }

 #masthead h2 {
 	font-size: 120%;
 	font-weight: bold;
 	color: #ffffff;
 	margin: 0px;
 }
 #footer img {
 	vertical-align: middle;
	float: left;
	top: 0px;
	left: 0px;
}
#footer a {
color:#003366;
text-decoration:none;}

#globalNav a {
	color: #003366;
	font-size: 75%;
	font-weight:bold;
	text-decoration:none;
	margin	: 0px 4px;

}
#globalNav a:hover {
	color: #003366;
	font-size: 75%;
	font-weight:bold;
	background:#ffcc00;
	margin: 0px 4px; 
	}
#globalNav a.selected,#globalNav a.selected:visited,#globalNav  a.selected:link, #globalNav a.selected:hover {

	background: #003366;
	color: #ffcc00;
	font-weight: bold;
	margin: 0px 4px; 
}

a:link {
	color: #557565;
	font-size: 105%;
	font-weight:bolder;
	text-decoration:underline;
	margin	: 0px 4px;
}
a:hover {
	color: #557565;
	font-size: 105%;
	font-weight:bolder;
	background:#ffcc66;
	text-decoration:underline;
	margin: 0px 4px; 
}
a:visited {
	color: #006666;
	font-size: 105%;
	font-weight:bolder;
	text-decoration:underline;
	margin: 0px 4px; 
}
a:active {
	background: #557565;
	font-weight:bolder;
	color: #ffcc00;
	margin: 0px 4px; 
} 

#content h1,h2,h3,h4,h5,h6 {
 font-weight: 310%;
 font-family: Arial, Helvetica, sans-serif;
 color: #333366;
}

#content h1 {
font-size:200%;
font-style:italic;
}
#content h2 {
font-size:175%;
}
#content h3 {
font-size:150%;
}
#content h4 {
font-size:125%;
}
p.brand { 
margin: 5px;
font-family:Geneva, Arial, Helvetica, sans-serif;
text-align: center;
font-size: 75%;
font-style:oblique;
 }

#footer h2 {
text-align: center;
font-size: 85%;
color:#003366;
font-weight: bold;
letter-spacing: 1px;
margin: 1px 0px 1px 5px;
}

#schedule	{

	border-bottom: 1px solid #00CC99;

	border-right: 1px solid #00CC99;

	}

#schedule td,th	{ 

	border-left: 1px solid #00CC99;
	border-top: 1px solid #00CC99;
	text-align: center;
	
	}
	
.schedule_mo_bg {
	background-color:#0F6;
}
.schedule_dk__bg { background-color:#CCFFcc;}
.schedule_lt_bg {  background-color: #FFFF99;}

.photo {
	border: #00CC66 solid 1px;
	padding: 5px;
	margin: 5px;
}



/*********************** from here on unused although button styles may be used for form ****/
/*******************************************************************/
@media print {
.noprint {display: none;}
}
