/* CSS Document */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

a {
	color: #0AB6E8;
	font-weight: bold;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.breadcrumb {
	font-size: 9px;
	color: #B61B2B;
}

h1 {
	color: #D51C1C;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
}

.home {
	color: #0F6749;
}

.office {
	color: #C1B717;
}

.learning {
	color: #E8870A;	
}

.kidsstuff {
	color: #E80AE5;
}

.afterschool {
	color: #0AB6E8;	
}
	
.calendar {
	color: #B41870;	
}

.news {
	color: #EC4909;
}

.contact {
	color: #FBCF00;	
}

.psa {
	color: #184FB4;	
}

.address {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

ul {
	margin-left: 2px;
	line-height: 25px;
}	

li {
	list-style-image :  url("images/i_bullet.gif");
	margin-left: 2px;

}

th {
	color:#FFFFFF;
	font-weight: bold;
	font-size: 12px;
	margin-left: 5px;
}

select {
	color: #B61B2B;
}

hr {
	border-style : dashed dashed dashed dashed;
	color: #B61B2B;
}

.hand	{
	cursor:hand;
	font-weight: bold;
	color: #FFFFFF;
	padding-left : 10px;
}

a.hand:hover	{
	cursor:hand;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

