/*CLC CSS for June 2008 redesign*/

/*data table styles*/
table#preschool {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-collapse: collapse;
	}
table#preschool caption {
	font-weight: bold;
	color:#993333;
	padding-bottom: 6px;
	}
table#preschool th, table#preschool td {
	padding: 5px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	}
table#preschool th {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: #ccc;
	}
/*.classes are used for multiple schedule tables on same page*/
table.schedule {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-collapse: collapse;
	}
table.schedule caption {
	font-weight: bold;
	color:#993333;
	padding: 15px 0 6px 0;
	}
table.schedule th {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: #ccc;
	}
table.schedule th, table.schedule td {
	padding: 5px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	}


/*Contact box styles*/
.contact {
	margin: 10px 0 2px 0;
	background-color:#f5f5f5;
	float:left;
	width: 400px;
	}
.contact ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
.contact ul li, .contact p {
	margin: 0;
	padding: 2px 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	}

