/* CSS Document */

#center_column ul li {
	padding: .5em 0 .5em 2em;
	margin: 0 0 .25em 1em;
	position: relative;
	list-style: none;
	background-image: url(/images/bullet_kids.gif);
	background-repeat: no-repeat;
	background-position: left top;
	
	}
#center_column h1, #center_column h2 {
	background: #008 url(../images/blue_bar.gif) repeat-x;
	color: #fff;
	padding: 0 .25em;
	border-left: 1px solid #66b;
	border-right: 1px solid #008;
	border-bottom: 1px solid #bbb;
	clear: both;
	margin: .25em  0 .25em .25em;
