
* {
	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: 12px;
	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: #800000;
}

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: 10px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	text-align: left;
}



/* Center */

#center
{
	float: left;
	width: 996px;
	padding-left: 10px;
	}

/* Right */

#right
{
	float: left;
	width: 10px;
	padding-left: 0px;
}


/* Footer */

#footer
{
	height: 100px;
	padding: 0px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
}


/* other */


p.title_1
{
	font-weight: bold;
	font-size: 20px;
	color: #003366;
	font-family: Verdana, Arial, Sans-Serif;
	margin-top: 10px;
}


p.title_2
{
	font-weight: bold;
	font-size: 16px;
	color: #000000;
	font-family: Verdana, Arial, Sans-Serif;
	margin-top: 10px;
}


p.title_3
{
	font-size: 14px;
	color: maroon;
	font-family: Verdana, Arial, Sans-Serif;
	font-style: italic;
}

/*-------------------------------------News---------------------------------*/ 
   
/*----------newslist-----------*/
		.newslist {
			list-style:none;
			margin:0;
			padding:0;
			}
		.newslist li {
			margin-bottom: 20px;
			border-bottom: 1px dashed #ededed;
			}
		.newslist p.summary
{
	margin: 0;
	font-size: 72px;
	color: fuchsia;
}
		.newslist h4, .newslist h5 {
			margin: 0;
			padding: 0;
			font-size: 1.0em;			
			}
		.newslist h5 {
			font-weight: normal;
			}
		.newslist span.date {
			font-style: italic;
			font-size: 0.8em;
			}
		.newslist a.more {
			font-size: 0.8em;
			}

		/*---------singlenews---------*/

		.singlenews h2 {
			font-size: 1.5em;
			margin-bottom: 0;
			}		
		.singlenews h3 {
			margin: 0;
			padding: 0;
			font-weight: normal;
			font-size: 0.9em;
			}		
		.singlenews span.date {
			font-style: italic;
			font-size: 0.8em;
			line-height: 3em;			
			}
		.singlenews p.summary {
			font-weight: bold;
			font-size: 0.9em;
			}
		.singlenews div.newsbody {
			margin-top: 20px;
			font-size: 0.9em;
			}
		.related h3 {
			font-size: 1.2em;
			margin-top: 30px;
			margin-bottom: 10px;
			}
		.related h4 {
			margin: 0 0 10px 0;
			font-size: 1.0em;			}
		.related ul {
			margin:0 0 20px 0;
			padding:0;						
			}
		.related li {
			padding: 0 0 0 0;
			margin-left: 20px;
			}
		.related li.more {
			font-size: 0.8em;
			line-height: 2.5em;
			list-style-type: none;
			}