body {
	background-color: #0033FF;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 3em;
	font-family: "Times New Roman", Times, serif;
	color: #0033FF;
	background-color: #CCCCFF;
	width: 95%;
	padding-top: 3px;
	padding-bottom: 3px;
	border: thin outset #000066;
}

h2 {
	font-size: 2em;
	font-family: "Times New Roman", Times, serif;
	color: #006600;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-weight: bold;
	color: #0000CC;
}

/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}



#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, 
#sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url(../New Folder/bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #330033;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	font-style: normal;
	background-color: #FFFFCC;
	text-transform: capitalize;
}
a:link {
	color: #660000;
}


a:visited {
	color: #0066CC;
}

.link-main-active {
	font-weight: bold;
	color: #FFFF00;
	background-color: #0033FF;
}

.days {
	background-color: #66FF00;
}

.days-closed {
	color: #999999;
	background-color: #CCCCFF;
}

.days-open {

	background-color: #FFFFCC;
}

.text-enhanced {
	font-weight: bold;
	color: #0000CC;
}

.text-menu {
	font-weight: bold;
	color: #336699;
	background-color: #CCCCCC;
}

.text-menu-sub {
	font-weight: normal;
	color: #666666;
	background-color: #CCCCCC;
	padding-left: 5px;
}

.text-footnote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
}

.text-table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
.noBorderLEFT {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
}
.noBorderRIGHT {
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
}



.text-table-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}

.main-shell {
	font-family: Tahoma, "Eras Medium ITC", "Gill Sans MT", sans-serif;
	color: #000033;
	width: auto;
	padding-top: 3px;
	padding-bottom: 3px;
	border: thin groove #6666FF;
	text-align: justify;
	font-size: 100%;
}
.txt-infants {
	font-size: 130%;
	font-family: "Comic Sans MS", Arial;
}
.table-back-anchor {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}
