﻿.introText
{
	display:none; 
	position:absolute; 
	left:200px; 
	top:170px; 
	height:280px;
	width:360px;
	border-style:none;  
	border-bottom-width: thin;
	background-color: white; 
	text-align:left;
	padding:5px;
	padding-top:10px;
	z-index: 30;
}
.categoryText
{
	display:none; 
	position:absolute; 
	left:250px; 
	top:170px; 
	height:280px; 
	width:280px;
	border-style:none;  
	border-bottom-width: thin;
	background-color: white; 
	text-align:left;
	visibility:hidden;
	z-index: 30;
}
.categoryPanel
{
	border-style:solid;  
	border-width:1px;
	border-color: Navy;
	background-color: #D7D7D7;
	padding:5px;
	text-align:left;
	z-index: 35;
}
.categoryPanel h4
{
	text-align:center;
}

#OvalEarth
{
	position:absolute;
	left:60px;
	top:40px;
	height:240px;
	/* width:240; */
	z-index: 2;
}

#OvalTextBox
{
	visibility: hidden;
	position: absolute;
	left:80px;
	top:550px;
	width:600px;
	z-index: 19;
}

#BottomTextBox
{
	visibility: visible;
	position: absolute;
	left:230px;
	top:430px;
	width:300px;
	z-index: 19;
}



#introText
{
	background-color:Silver;
	position:absolute;
	left:200px;
	top:170px;
	height:260px;
	width:360px;
	z-index: 20;
}


#Center
{
	position:absolute;
	left:260px;
	top:180px;
	height:240px;
	/* width:240; */
	z-index: 20;
}

#TopMiddleLeft
{
	position: absolute;
	left:230px;
	top:40px;
	z-index: 21;
}

#TopMiddle
{
	position: absolute;
	left:330px;
	top:40px;
	z-index: 21;
}

#TopMiddleRight
{
	position: absolute;
	left:430px;
	top:40px;
	z-index: 21;
}

#TopLeft
{
	position: absolute;
	left:230px;
	top:40px;
	z-index: 21;
}

#BottomLeft
{
	position: absolute;
	left:80px;
	top:345px;
	z-index: 20;
}
	
#TopLeft
{
	position: absolute;
	left:80px;
	top:145px;
	z-index: 22;
	}

#BottomRight
{
	position: absolute;
	left:580px;
	top:345px;
	z-index: 20;
}

#TopRight
{
	position: absolute;
	left:580px;
	top:145px;
	z-index: 20;
}

#BottomMiddle
{
	position: absolute;
	left:330px;
	top:460px;
	z-index: 19;
}

