		body
		{
            background-color: #FFFF99;
			margin: 0;
			padding: 0;
			font-size: 90%;
			font-family: arial, helvetica, sans-serif;
                       
		}
		
		#header
		{
			height: 120px;
			width:  802px;
            margin-left: auto;
            margin-right: auto;

			background-color: #3366FF;
			margin-bottom: 10px;
            align: bottom;
 
		}
		
		#imgheader
		{
			float: left;
                        height: 110px;
                        width: 20%;
			background-color: #3366FF;
			margin-bottom: 10px;
                        background: url(../images/lygphead.jpg) no-repeat top left ;

		}

		#adheader
		{
                        float: left;
			height: 120;
                        width: 80%;
			background-color: #3366FF;
			margin-bottom: 10px;

		}
		#ad
		{
                        float: left;
			height: 60px;
                        width: 100%;
			background-color: #3366FF;
			margin-bottom: 0px;

		}
		#stdad
		{
                        float: left;
			height: auto;
                        width: 47%;
			background-color: #FFFFFF;
                        margin:4px;
			margin-bottom: 4px;
                	border-bottom: 1px #66A342 dashed;

		}
		#month
		{
                        float: left;
			height: 56px;
                        width: 100%;
			background-color: 3366FF;
			margin-bottom: 1px;

		}


		#gutter
		{
			float: left;
			width: 100%;
			height: auto;
		}
		
		#col1
		{
			float: left;
			width: 17%;
			background-color: #FFFF99;
			margin-bottom: 10px;
		}
		
		#col2
		{
			float: left;
			width: 58%;
			margin-left: 3%;
			background-color: #ffffDD;
			margin-bottom: 10px;
		}
		
		#col3
		{
			float: left;
			width: 17%;
			margin-left: 3%;
			background-color: #ffff99;
			margin-bottom: 10px;
		}
		
		#footer
		{
			clear: both;
			height: 150px;
			background-color: #FFFF99;
		}
		
		h1
		{
			margin: 0;
			padding: 5px;
                        align left;
		}
		
		h2
		{
			margin-top: 0;
			padding-top: 7px;
		}
		
		h2, p
		{
			margin-left: 7px;
			margin-right: 7px;
		}
/* Sidebar */

#sidebar {
	float: left;
	width: 95%;
	margin-bottom: 10px;
        padding-left: 10px;
	padding-right: 20px;
	color: #66A342;
     
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	margin-left: 0px;
	padding: 0;
}

#sidebar li li {
	margin: 0 0 0 0;
	margin-bottom: 10px;
	line-height: 20px;
	border-bottom: 2px #66A342 dotted;
}

#sidebar h2 {
	margin: 0px 0 0 2px; 
	height: 70px;
	font-size: 18px;
	color: #66A342;
	background: url(images/img07.gif) no-repeat right 50%;
	border-bottom: 2px #66A342 dashed;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: none;
}
#sidebar toc {
Leckeys Home

}
/* Begin CSS Drop Down Menu */


#menuh-container
	{
	width:800px; 
          margin-left: auto;
            margin-right: auto;

		}


#menuh
	{
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	width:800px;
	           margin-left: auto;
            margin-right: auto;

	margin: 0px;
	margin-top: 0px;
	}
		

#menuh a
	{
	text-align: center;
	display:block;
	border: 1px solid #555;
	white-space:nowrap;
	margin:0;
	padding: 0.3em;
	}
	

#menuh a:link, 
#menuh a:visited, 
#menuh a:active	
/* menu at rest */
	{
	color: white;
	background-color: royalblue;
	text-decoration:none;
	}
	
#menuh a:hover	
/* menu at mouse-over  */
	{
	color: white;
	background-color: cornflowerblue;
	text-decoration:none;
	}	
	

#menuh a.top_parent, 
#menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	

#menuh a.parent, 
#menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}


#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:100px;	/* width of all menu boxes */
	}


#menuh li
	{
	position:relative;
    min-height: 1px; 			
/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}


#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}


#menuh ul ul ul
	{
	top:0;
	left:100%;
	}


div
#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div
#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div
#menuh li li li:hover ul ul,
div
#menuh li li li li:hover ul ul
{display:none;}

div
#menuh li:hover ul,
div
#menuh li li:hover ul,
div
#menuh li li li:hover ul,
div
#menuh li li li li:hover ul
{display:block;}


/* End CSS Drop Down Menu */