body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color: #3399FF;
	background: url(/earlychildhood/images/site_bg.jpg);
	background-repeat: repeat-x;
}
a:hover {
	color: red;
}
#mainTable {
	border: 3px solid black;
}
#dateTime {
	font-size: .8em;
	font-weight: bold;
	text-align: right;
}
#sidebar {
	width: 127px;
	text-align: right;
	vertical-align: top;
	background-color: #5D6FDA;
	background-image: url(/earlychildhood/images/earlychildhood1.jpg);
	border-bottom: 2px solid black;
}
#sidebar a, #sidebar a:visited {
	width: 127px;
	text-decoration: none;
	padding: 3px;
	display: block;
	color: #FFF;
	border-top: 1px solid #439FF1;
	border-right: 1px solid #2677BF;
	border-bottom: 1px solid #2677BF;
	border-left: 1px solid #439FF1;
}
#sidebar a:hover, #sidebar a:active {
	color: #FFCC00;
	background-color: #2F95EF;
	border-top: 1px solid #2677BF;
	border-right: 1px solid #439FF1;
	border-bottom: 1px solid #439FF1;
	border-left: 1px solid #2677BF;
}
#sidebar br {
	line-height: 0px;
}
#sidebarRt {
	width: 26px;
	background-image: url(/earlychildhood/images/sidebarRTback.jpg);
	background-repeat: repeat-y;
	margin-top: 0px;
	background-color: #FFFFFF;
	border-bottom: 2px solid black;
	vertical-align: top;
}
#mainTable #content {
	background-color: #FFFFFF;
	vertical-align: top;
	padding: 3px;
}
#footerB {
	text-align: center;
	font-size: .9em;
	padding: 10px;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-color: #DEDEDE;
}
#footerT {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
	display: none;
}
#content {
	vertical-align: top;
	padding: 10px;
	width: 577px;
	border-bottom: 2px solid black;
	
}
#sbBottom {
	display: none;
}
#headerT {
	display: none;
}
#headerB {
	background-color: black;
}