body {
    text-align: center;
	font-family : "Times New Roman";
	font-size : 10px;
}

#container {
  margin: 0 auto;
  position: relative;
  width: 995px;
  }

#Layer1 {
	position:absolute;
	width:755px;
	height:115px;
	z-index:1;
	left: 260px;
	top: 44px;
}  
  
A {
	font-family : "Times New Roman";
	font-size : 14px;
	color: Green;
	text-decoration : underline;
}

A:HOVER {
	font-family : "Times New Roman";
	font-size : 14px;
	color: Green;
	text-decoration : none;
}

TD {
	font-family : Times New Roman, MS serif, Times, serif;
	font-size : 14px;
	color: Black;
	letter-spacing: normal;
}

.lda {
	font-family : Times New Roman, MS serif, Times, serif;
	font-size : 12px;
	color: #FFFFCC;
}

.legal {
	font-family : "Times New Roman";
	font-size : 12px;
	color: #3b2911;
}
 
A.legal {
	font-family : "Times New Roman";
	font-size : 12px;
	color: Green;
}

A.legal:HOVER {
	font-family : "Times New Roman";
	font-size : 12px;
	color: Green;
	text-decoration : none;
}

.recipe {
	font-family : "Times New Roman";
	font-size : 15px;
	color: #000000;
	padding-left: 12px;
}

ul.sidemenu  
{display:block;
 position:relative;
 width:257px;
 margin:0px;
 padding:0px;
 list-style:none;
 font-family : Arial;
 font-size : 14px;
 color: black;
 border: 0px solid red;
 margin:0px 0px 14px 0px; 
}

.sidemenu li 
{background: url(../images/icoLeaf.jpg) no-repeat left top;
    vertical-align: middle; border: 0px solid red;
}

.sidemenu li a
{
 display:block;
 position:relative;
 width:auto;
 height:20px;
 margin:4px 0px 4px 0px;
 padding:0px 0px 0px 46px;
 border: 0px solid blue; 
 color:white;
 text-decoration:none;
 background: url(../images/icoLeaf.jpg) no-repeat left top;
 vertical-align: middle; border: 0px solid red;
       
}

.sidemenu li a:hover
{
  display:block;
 position:relative;
 width:250px;
 margin:4px 0px 4px 0px;
 padding:0px 0px 0px 46px;
 border: 0px solid blue; 
 color:black;
 text-decoration:none;
 background: url(../images/icoLeafOver.jpg) no-repeat left top;
 vertical-align: middle;
       
}

table.schedule
{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: White;
	width: 550px;
	background-color: transparent;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}

table.schedule td
{
	background-color: transparent;
	color: #000;
	padding: 4px;
	text-align: left;
	border: 1px #c6d9af solid;
}

table.schedule td.hed
{
	background-color: #c6d9af ;
	color: Black;
	padding: 4px;
	text-align: left;
	border-bottom: 2px #c6d9af solid;
	font-size: 16px;
	font-weight: bold;
}



