body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-image:url(images/Lime%20Spiral%20small%20ptrn%203.jpg);
	background-repeat:repeat;
}
.style1 {color: #FFFFFF}

/* Begin CSS Drop Down Menu */

#menuh-container
	{
		text-decoration:bold;
	position: relative;		
	top: 0em;
		width:620px;
	left: 0em;
	}

#menuh
	{
	font-size: 1em;
	text-decoration:bold;
	font-family: Verdana, helvetica, sans-serif;
	width:620px;
	float:left;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
	}
		
#menuh a
	{
	text-align: center;
	text-decoration:bold;
	display:block;
	border: 0px solid #555;
	white-space:nowrap;
	margin:0;
	padding: 0.3em;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: #FB3F00;
	background-color: #D8E6F3;
	text-decoration:bold;
	}
	
#menuh a:hover						/* menu on mouse-over  */
	{
	color: white;
	background-color: #5A83FF;
	text-decoration:bold;
	}	
	
#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:8.0 em;	/* width of all menu boxes */
	font-size: 13px;	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	}

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

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	width:11em;	/* width of all menu boxes */
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	font-size: 13px;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	font-size: 13px;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	font-size: 13px;
	}

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;
	font-size: 13px;
}

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;
	font-size: 13px;
}

.body1 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        line-height: 20px;
        color: #000000;
		text-align: left;

}

TABLE.dream {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 20px;
color: black;
background-color: #F5F9FC;
border-left: 1px solid #BECDE4;
border-right: 1px solid #BECDE4;
border-bottom: 1px solid #BECDE4;
border-top: 1px solid #BECDE4;
padding: 12px;
spacing: 7px;
}

.body2 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
		text-decoration: none;
        line-height: 13px;
        color: black;
		text-align: left;
}

.title1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	text-decoration: none;
	line-height: 105%;
	color: #FFFFFF;
	text-align: right;
}


.body3 {
        font-family: Arial, Helvetica, sans-serif;
        color: white;
        font-size: 10px;
		text-decoration: none;
        line-height: 20px;
		text-align: left;
}

/* End CSS Drop Down Menu */

