@charset "utf-8";
#wrapper #page {
	background-image: url(../images/bg_page_blue.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#sidebar {
	background-image: url(../images/bg_sidebar_blue.jpg);
	height: 127px;
	background-repeat: no-repeat;
	background-position: left top;
}

#sidebar ul {
	list-style-type: none;
	padding: 0px;
	font-size: .9em;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

#sidebar li{
	margin-top: 0.3em;
	color: #666666;
}

#sidebar #parents_newsletter {
	line-height: 24px;
	background-image: url(../images/icons/news/news.gif);
	background-repeat: no-repeat;
	text-indent: 30px;
}
#sidebar #news_photos {
	line-height: 24px;
	background-image: url(../images/icons/news/photos.gif);
	background-repeat: no-repeat;
	text-indent: 30px;
}
#sidebar #annual_report {
	line-height: 24px;
	background-image: url(../images/icons/news/report.gif);
	background-repeat: no-repeat;
	text-indent: 30px;
}
#sidebar #theme_week {
	line-height: 24px;
	background-image: url(../images/icons/news/24_smiley.gif);
	background-repeat: no-repeat;
	text-indent: 30px;
}


#cutenewsitems{
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#cutenewsitems .clearboth {
	clear: both;
}
