body{
	font-family:Arial;
	font-size: 12px;
	color:#000000;
	margin:0px;
	background:top repeat-x url(../images/bg_ottawakids.gif);
	line-height:150%;
}

.title{
	color: #182AB4;
	font-size:125%;
	font-weight:bold;
}

.searchResultsSubRow{
	font-family: Arial;
	font-size: 100%;
	font-weight:none;
	font-style:italic;
	color: #026602;
	font-weight:bold;
}

#navContainer a{
}

#navContainer td {
	border-bottom:1px solid #ffffff;
}

.leftbutton {
	font-family:Arial;
	padding: 0px 3px 0px 5px;
	background-color: #F0F5D8;
	line-height:14px;
}

.leftbutton a{
	text-decoration: underline;
	color: #000000;
	font-size:88%;
}

.leftbutton:hover{
	text-decoration:underline;
	background-color:#ffffff;
}

.leftbuttonActive {
	font-family:Arial;
	padding: 0px 3px 0px 5px;
	background-color: #F9FCEB;
	line-height:14px;
}

.leftbuttonActive a{
	text-decoration: none;
	color: blue;
	font-size:88%;
}


@media print 
{
	body{
		margin:0px;
		font-family: Arial;
		font-size: 13px;
		background-color:#ffffff;
		background-image:none;
	}
	
	td{
		font-size: 13px;
	}
	
	.noprint{
		display:none;
	}
	
	#printBanner{
		display:block;	
	}		
}
