/* Style sheet for www.turtlerivermontessori.com */

BODY 
    {padding: 0;
	 margin: 0;
	 background-color: #006600;
	 color: #000000;
	 text-align: center;}
     
#contents 
	{margin-top: 0px;
	 margin-right:auto;
	 margin-left:auto;
	 width: 750px;
	 padding: 5px;
	 background-color: #FFFFFF;
	 color: #000000;}

/* Heading fonts. */

.title
	{font-family: "Comic Sans MS", "Arial", sans-serif;
	 font-size: 26pt;
	 font-weight: bold;
	 text-align: center;
	 color: #006600;}

H1
	{font-family: "Comic Sans MS", "Arial", sans-serif;
	 font-size: 18pt;
	 font-weight: bold;
	 text-align: center;
	 color: #006600;}

H2
	{font-family: "Comic Sans MS", "Arial", sans-serif;
	 font-size: 14pt;
	 font-weight: bold;
     text-align: left;
	 color: #006600;}

H3
	{font-family: "Comic Sans MS", "Arial", sans-serif;
	 font-size: 12pt;
	 font-weight: bold;
     text-align: left;
	 color: #000000;}


/* Normal text formatting. */

p
	{font-family: "Comic Sans MS", "Arial", sans-serif;
	 font-size: 10pt;
     text-align: left;}

li
	{font-family: "Comic Sans MS", "Arial", sans-serif;
     text-align: left;
	 font-size: 10pt;}
	 
dt
	{font-family: "Comic Sans MS", "Arial", sans-serif;
     text-align: left;
	 font-size: 10pt;
	 font-weight: bold;}
	 
dd
	{font-family: "Comic Sans MS", "Arial", sans-serif;
     text-align: left;
	 font-size: 10pt;
	 padding: 10px;}

hr /* Used between table rows or text sections*/
    {color: #ACC587;
     height: 1px;}
     
.center
	{text-align: center;}

.banneraddress
	{font-family: "Comic Sans MS", "Arial", sans-serif;
	 font-size: 10pt;
	 text-align: center;
     color: #000000;}
     
.sans
	{font-family: "Helvetica", "Arial", sans-serif;
	 font-size: 10pt;}
     
.copyright
	{font-family: "Helvetica", "Arial", sans-serif;
	 font-size: 8pt;
	 text-align: center;
     color: #FFFFFF;}
     
.footnote
	{font-family: "Comic Sans MS", "Arial", sans-serif;
	 font-size: 8pt;
	 text-align: left;
     color: #000000;}
     
.homepagenewshead
	{font-family: "Comic Sans MS", "Arial", sans-serif;
	 font-size: 10pt;
  	 font-weight: bold;
	 text-align: center;
     color: #000000;
     background-color: #ACC587;}

.smalltext
	{font-family: "Comic Sans MS", "Arial", sans-serif;
	 font-size: 8pt;
	 text-align: center;
     color: #000000;} 
        
/* Special classes */

p a:link
	{color: #000000;
     text-decoration: underline;}
		
p a:visited
	{color: #000000;
     text-decoration: underline;}

p a:hover
	{color: #006600;
    background-color: #EEF3DA;}

li a:link
	{color: #000000;
     text-decoration: underline;}

li a:visited
	{color: #000000;
     text-decoration: underline;}

li a:hover
	{color: #006600;
    background-color: #EEF3DA;}
	
/* Image border styles */

.noborder
    {border-style: none;}
    
.photoborder
    {border-style: solid;
     border-color: #006600;
     border-width: 5px;}

/* DHTML Goodies Show-Hide Content Script Tags */

.answer{
		/* Layout properties - You can change these */
        font-family: "Comic Sans MS", "Arial", sans-serif;
	    font-size: 10pt;
        text-align: left;
		padding:15px;
		/* This one should not be changed */
		display:none;	
	    }
        
.question{
        font-family: "Comic Sans MS", "Arial", sans-serif;
	    font-size: 10pt;
        text-align: left;
        padding:3px;
		font-weight:bold;
		cursor:pointer;
		color: #006600;
	    }

div.answer a:link
	{color: #000000;
     text-decoration: underline;}
		
div.answer a:visited
	{color: #000000;
     text-decoration: underline;}

div.answer a:hover
	{color: #006600;
    background-color: #EEF3DA;}
    

