@charset "utf-8";
.where {
	font-family:"Comic Sans MS";
	font-size: 20px;
	font-style: italic;
}

/* CSS Document */

.normalT {
	font-family:"Comic Sans MS";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
.normal {
	font-family:"Comic Sans MS";
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
.smallLinks {
	font-family:"Comic Sans MS";
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: center;
}

a:link {
	
	cursor: crosshair;


	color:#00FF66
	filter: DropShadow(Color="#CCCCCC", OffX=2, OffY=2, Positive=5);
	color: #000066;
	}

a:visited {
	
	cursor: crosshair;
	filter: DropShadow(Color="#CCCCCC", OffX=2, OffY=2, Positive=5);
	color: #505C97;
	
 }
 a:hover {
	
	cursor: crosshair;
	filter: DropShadow(Color="#CCCCCC", OffX=2, OffY=2, Positive=5);
	color: #CFDAF3;
	font-size: 16px;
 }
.textHead {
	font-family:"Comic Sans MS";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: center;
}
#main {
	width: 896px;
	margin: 0 auto;
}
#left {
	position:relative;
	width: 196px;
	float:left;
}
#middle {
	position:relative;
	width: 270px;
	float:left;
	overflow: hidden;
}
#right {
	position:relative;
	top:-38px;
	width: 430px;
	float:left;
}
#bottom {
	position:relative;
	width: 896px;
	float:left;
}
#links {
	position:absolute;
	top:10px;
	left:10px;
	width: auto;
	float:left;
	clear:both;
	text-align: left;
	font-size: 16px;
	z-index: 100;
}
#wrapper #text object {
	z-index: 50;
}
#text {
	clear: both;
}

