@charset "UTF-8";
/* CSS Document */

*
	{
	margin: 0;
	padding: 0;
	}
	
body
	{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	background-image: url(../images/bkg_blue.gif);
	margin: 0;
	padding: 0;
	}	

.header
	{
	background-image:url(../images/kids_header_new.jpg);
	height: 120px;
	}

.header_front
	{
	background-image:url(../images/kids_header_new2.jpg);
	width:1000px;
	height: 120px;
	}

.eguide
	{
	padding: 10px 25px 0 0;
	}

.light_blue
	{
	background-image:url(../images/body_04.gif);
	text-align: center;
	}
	
.rollovertext
	{
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	font-size: 18px;
	font-weight: bold;
	}

.easy
	{
	color: #00CC00
	}
	
.medium
	{
	color:#ffff26;
	}

.difficult
	{
	color: red;
	}
	
.title 
	{
	font-family: Arial, Helvetica, sans-serif; 
	color: #8a08b4; 
	font-size: 14px; 
	font-weight: bold; 
	line-height: 20px; 
	}
	
.title a:link, .title a:visited
	{
	font-family: Arial, Helvetica, sans-serif; 
	color: #000066; 
	font-size: 12px; 
	font-weight: bold; 
	line-height: 17px;
	text-decoration: underline;
	}

.title a:hover
	{
	color: #3648f4;
	}

.title2
	{
	font-family: Arial, Helvetica, sans-serif; 
	color: #000066; 
	font-size: 12px;  
	line-height: 17px;
	}

.title2 a:link, .title2 a:visited
	{
	font-family: Arial, Helvetica, sans-serif; 
	color: #000066; 
	font-size: 12px; 
	font-weight: bold; 
	line-height: 17px;
	text-decoration: underline;
	}

.title2 a:hover
	{
	color: #3648f4;
	}

#loadarea
	{
	text-align:center;
	}

.heading
	{
	font-family: Arial, Helvetica, sans-serif; 
	color: #000066; 
	font-size: 12px; 
	font-weight: bold; 
	line-height: 20px;
	}
	
.footer
	{
	text-align:left;
	text-indent: 4px;
	font-style: italic;
	font-size: 10px;
	color:#000;
	background-color: #58c3f5;
	padding: 3px 3px;
	border-top: solid 2px #999999;
	}
	
.footer a:link, .footer a:visited
	{
	text-decoration:none;
	width: 100%;
	padding: 3px;
	font-size: 10px;
	color: #000;
    }
	
.footer a:hover
	{
	color:#d7e3fe;
	}
	
.smalltext
	{
	text-align:right;
	text-indent: 4px;
	font-size: 10px;
	color:#000;
	padding: 3px 7px 0px 0px;
	}
	
.smalltext a:link, .smalltext a:visited
	{
	text-decoration:none;
	width: 100%;
	font-size: 10px;
	color: red;
    }
	
.smalltext a:hover
	{
	color:purple;
	}