      
body,h1,h2,h3,h4,h5,h6,p,form,fieldset {margin:0;padding:0;}
.low {display:none;}


/* html tag override ------------------*/

body {
  	margin:0;
  	padding:15px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	line-height:1.6em;
	text-align:center;
	color:#414141;
        background:#E6E3DD;
}

a.menuhome
{
text-decoration:none; 
}

/* CONTENT controlling frames ----------------*/

#main {
	position:relative;
	left: 5px;
  	width:840px;
  	margin:0px auto;
  	text-align:left;
    padding: 3px 3px 3px 3px;
	background: white;
}

#header {
 	margin-bottom:10px;
}
#header img {
	display:block;
}


#textbox {
	float:right;
	width:634px;
	padding-left:20px;
    background: white;
}

#subtextbox {
    padding-top:10px;
    padding-bottom:10px;
    padding-left:20px;
}

#subtextbox ul {
    padding-left: 10px;
}

#subtextbox table {
  border-top-style: solid;
  border-top-width: 2px;
  border-top-color: #FF8000;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: #FF8000;
  background-color: #F0F0F0;
  padding:0px;
  border-spacing:0px 2px;
}

#subtextbox th {
  text-align: center;
  color:#303030;
  background-color: #FF8000;
  border-width: 1px;
  border-top-style: solid;
  border-top-color: #FF8000;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #FF8000;
}


#subtextbox td {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #FF8000;
  padding: 2px;
}

#schedule table{
  border-top-style: solid;
  border-top-width: 2px;
  border-top-color: #FF8000;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: #FF8000;
  background-color: #F0F0F0;
  padding:0px;
  border-spacing:0px 2px;
  vertical-align: top;
}

#schedule td{
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #FF8000;
  padding-left: 10px;
  text-align:left;
}


#schedule td.noborder {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #FF8000;
  padding-left: 10px;
  vertical-align: top;
}

#menu {
	float:left;
	padding: 0 0 0 0px;
	width: 184px;
	margin-right:2px;
    background: white;
}

#menu ul {
	padding-right:5px;
	list-style-position: inside;
}

#menu li.leaf {	
	list-style-type: disc;
	border-bottom: 1px solid #cccccc;
}	

#menu li.expanded {
	list-style-type: circle;
	border-bottom: 1px solid #dddddd;
}



/* headings
--------------------------------------------------*/
h1, h1 a,
h2, h2 a,
h3 a,
h4 a
  {color:#FF8000;}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover
  {color:#FF8000;}
