/* CSS Document */
body {
	background-image: url(images/backgroundtwo.gif);
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	width:1200px;
	height: 100%;
	margin: auto;
}
/*----MAIN PANEL----*/
#mainPan{
	width:800px;
	height: 990px;
	text-align: left;
	margin: auto;
}
#textmain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #47351A;
	height: 350px;
	width: 425px;
	text-align: right;
	position: relative;
	top: -640px;
	right: -330px;
}
#textmain p.boldtext {
	font-size: 18px;
	font-weight: bold;
}
#textmain p.smboldtext {
	font-size: 16px;
	font-weight: bold;
}
#mainlogo {
	position: relative;
	top: -650px;
	height: 90px;
	width: 220px;
	background-image: url(images/childrenlogo.gif);
	background-repeat: no-repeat;
	right: -540px;
}
#logotext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	position: relative;
	height: 29px;
	width: 200px;
	top: -650px;
	text-align: right;
	right: -550px;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background-image: url(images/navbar.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 2.5em;
	font-size: 1em;
}
ul li {
	float: left;
	width: 9em;
	left: 0px;
	position: relative;
}
li ul {
	display: none;
	background-image: url(images/dropdown.gif);
	height: 10.5em;
	width: 9em;
	padding: 0 0 0 0;
	position: absolute;
	top: 2.5em;
	left: 0em;
}
ul li a {
	display: block;
	text-decoration: none;
	line-height: 40px;
	color: #4D4D4D;
	padding: 0px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	width: 9em;
}

ul li a:hover {
	color: #29A7EF;
}
li:hover ul, li.over ul { display: block; }
