body
{
	font-family: comic sans ms, cursive;
	color: #000;
}

#header
{
	margin: 0;
	padding: 0;
}
#header h1{
	text-align: center;
	color: red;
	padding:0;
	margin:0;
	font-size: 18pt;
}

#header h3{
	text-align: center;
	color: blue;
	padding:0;
	margin:0;
	font-size: 10pt;
}

#subtitle{
	border-top: 5px solid #369A68;
	border-bottom: 5px solid #369A68;

	font-size: 10pt;
	background-color: #FF9900;
	color: #FFFFFF;
	text-align: center;
}

#menu {
	margin: 0;
	padding: 0;
}

#menu li {
	list-style-type: none;
	height: 30px;
	margin-top: 10px;
}

#menu li a {
	text-decoration: none;
	border-bottom: double #FFF;
	display:block;
	width:100%;
	height:100%;

}

#menu li a:hover {
	border-bottom: double #FF9900;
}



#menu li a div{
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
}

#content {
	
	
}

.blocks
{
	text-align: center;
	vertical-align: middle;
	padding:5px;
	width: 140px;
	height: 140px;
}

.desc
{
	font-style: italic;
	font-size:1.2em;
	color: #990000;
}

.smaller
{
	font-size: .8em;
}

.contentFrame
{
	/*border: thin solid #000099;*/
}

a
{
	/*color: #990000;
	*/
}

a:hover
{
 color: #FF9900;
}

.ageGroup
{
	color: #990000;
	font-style:italic;
	text-align: left;	
	font-size:.9em;
	font-weight: bold;
}
.ageGroupTitle
{
	color: #990000;
	font-style:normal;
	text-align: left;	
	font-size:1.1em;
	font-weight: bold;
}

.title
{
	font-style: italic;
	font-size: 3em;
	color: #990000;
}

.blue
{
	color: #265EFE;
}

.orange
{
	color:#ff9000;
}

.ltgreen
{
	color: #77A800;
}

.green
{
	color: green;
}	

.red
{
	color: red;
}

.yellow
{
	color: #FFFF00;
}