body
	{
		background-color: #228B22; /* Forest-Green */

		scrollbar-face-color: #228B22; /* Forest-Green */
		scrollbar-shadow-color: #00FF00;
		scrollbar-highlight-color: lime;
		scrollbar-track-color: #90EE90; /* Light Green */
		scrollbar-arrow-color: #00FF00; /* Lime Green */ 
		margin-top: 0;

	}


table.LightGreen
	{
		background-color: #BDEBC7; /* Light Green */
	}


table.MainContentTable
	{
		background: #FFFFFF;  /* #BDEBC7 or #FFFFFF */
		
	}

table.mini-table
	{
		font-family: Arial, Verdana, Times, Courier;
		color: black;
		font-size: 14px; 
		/* line-height: 16px; */
		text-align: left;
		width: 100%;

	}

table.footerlinks
	{
		font-family:  Arial, Times, Verdana;
		font-size: 10px;
	}

td.ContentContainerTD /* large TD that contains large right-side panel which holds Main Content Table, Page Headers, etc */
	{
		background-color: #FFFFFF;
	}


td.Nav_td
	{
		background: url(../images/Menu_BGs/MenuBg2009-short.gif);
		background-repeat: no-repeat;
			/*background-color: #BDEBC7;*/
		
	}

td.mini-table_header
	{
		background: #90EE90;
		text-align: left;
		color: black;
		font-weight: bold;
	}

td.mini-table_leftCOL
	{
		font-family: Verdana;
		color: blue;
	}

td.FooterTextLinks
	{
		text-align: center;
		font-family: Arial, Courier, Times, Verdana;
		font-size: 9px;
	}

td.FooterTextRow_leftCOL
	{
		border: 0px;
	}

td.FooterTextRow_rightCOL
	{
		border: 0px;
		
	}

p
	{
		text-align: justify;

		font-family: Arial, Times, Courier;
		font-size: 12px;
	}

p.blockquote
	{
		text-align: justify;

		font-family: Arial, Times, Courier;
		font-size: 14px;
	}

small
	{
		font-family: Arial, Times, Courier;
		font-size: 10px;
	}

p.Left-align
	{
		text-align: left; 

		font-family: Arial, Times, Courier;
		font-size: 12px;
	}

p.fancy-paragraph:first-letter
	{
		font-family: Garamond, Courier, Arial; 
		font-size: 16px;
		font-weight: 600;
		font-style: none; 
		font-variant: small-caps;
	}

div
	{
		font-family: Arial, Times, Courier;
		font-size: 12px;
	}

div.KidsCare-offerings
	{
		text-align: left; 

		font-family: Arial, Times, Courier;
		font-size: 13px;
		color: black;
	}

div.KidsCare-offerings_motto
	{
		
		font-family: Arial, Times, Courier;
		font-size: 14px;
		font-style: italics;
		color: black;
	}

div.disclaimers
	{
		text-align: center;

		font-family: Verdana, Arial, Times, Courier;
		font-size: 9px;
		color: navy;
		
	}

div.copyright
	{
		text-align: center;

		font-family: Verdana, Arial, Times, Courier;
		font-size: 9px;
		color: black;
		
	}

div.footerlinks
	{
		text-align: center;

		font-family: Sans-serif, Arial, Times, Verdana;
		font-size: 11px;
	}


blockquote
	{
		text-align: justify;

		font-family: Verdana, Arial, Georgia, Times;
		color: black;
		font-size: 12px; 
		font-weight: 350; 
		line-height: 15px;
		margin-top: 5px;
		margin-bottom: 5px;
	}


ul
	{
		text-align: justify;

		font-family: Arial, Times, Courier;
		font-size: 12px;
	}


ol
	{
		text-align: justify;

		font-family: Arial, Times, Courier;
		font-size: 12px;
	}



a:link
	{
		color: blue;
		font-weight: bold;
		text-decoration: underline;
		clear: both;
	}


a:visited
	{
		color: blue;
		font-weight: bold;
		text-decoration: underline;
		clear: both;
	}


a:hover	
	{
		color: navy;
		background-color: lime;
		font-style: none;
		font-weight: bold;
		clear: both;
		text-decoration: overline underline;
	}

a:active
	{
		color: red;
		clear: both;
	}
