
* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}


body
{
	font-size: 12px;
	color: #000000;
}

h1
{
	margin-bottom: 0px;
	color: #000000;
}

h2
{
	margin-bottom: 0px;
	color: #003366;
	font-weight: bold;
	font-family: Verdana, Arial, Sans-Serif;
	
}

h3
{
	margin-bottom: 0px;
	color: #000000;
}


h1 {
	font-size: 1.82em;
}

h2 {
	font-size: 13px;
}

h3 {
	font-size: 1em;
}

h1.home
{
	color: #003366;
}

h2.home
{
	color: #003366;
}

p, blockquote, ol, ul {
	margin-bottom: 20px;
	line-height: 1.67em;
}

p.bullet
{
	list-style-position: outside;
	list-style-type: disc;
}

p.smtext
{
	font-size: 10px;
	color: #989898;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 13px;
	margin-top: 10px;
}

ol, ul {
	list-style: none;
}

ol {
	margin-left: 3em;
	list-style: outside decimal;
}

a
{
	color: #000000;
}

a:hover {
	text-decoration: none;
}

a.footer1
{
	font-size: 7pt;
	color: #a60000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
}

a.homenewslink
{
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #800000;
}

a.smtext
{
	font-size: 10px;
	color: #a60000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	margin-top: 10px;
}

/* Page */

#page
{
	width: 1006px;
	margin: 0 auto;
	background: url(images/childguides.gif) repeat-y; /* background-color: #ffffcc; */
}


/* header */

#header { 
	padding: 0 0 0 0;
	width: 1006px;
	height:71px;
	background: url(images/childheader.jpg) no-repeat center bottom;
	background-color: #99ffff;
	/* background: url(images/img01.jpg) no-repeat center bottom;
	border-top: 10px solid #000000;
	border-bottom: 1px solid #FFFFFF; */

}

/* menu */

#menu
{
	padding: 0 0 0 0;
	width: 600px;
	height: 25px;
	float: right; /* background: url(images/img01.jpg) no-repeat center bottom;
	border-top: 10px solid #000000;
	border-bottom: 1px solid #FFFFFF;
	*/
	/* background-color: #ccff66; */
	position: relative;
	top: 43px;
	left:15px;
}


/* Left */

#left
{
	float: left;
	width: 168px;
	padding-right: 0px;
	padding-left: 8px;
	padding-bottom: 0px;
	padding-top: 0px;
	text-align: left;
}



/* Center */

#center
{
	float: left;
	width: 626px;
	padding-left: 15px;
	}

/* Right */

#right
{
	float: left;
	width: 179px;
	padding-left: 1px;
}


/* Footer */

#footer
{
	height: 100px;
	padding: 0px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
}

