<style type="text/css">
<!--
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}

.event {
	font-weight:bold;
}		

a {
	color:#999999;	
}

.footer {
	color:#4D0000; 
	font-size:smaller;
}

#floatframe {
	position:absolute;
	left:135px;
	top:30px;
	width:750px;
	height:500px;
	z-index:100;
	background-color: #999999;
	visibility: hidden;
}

td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}

#biobox_outer {
	position: absolute;
	z-index:300;
	top: 45px;
	left: 90px;
	height:530px;
	width:750px;
	background-color:#000000;		
	border: 1px solid #ffffff;
	/*
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	*/
}

#biobox_inner {
	position: absolute;
	z-index:400;
	top: 10px;
	left: 10px;
	height:480px;
	width:730px;
}

#resumebox_outer {
	position: absolute;
	z-index:300;
	top: 45px;
	left: 90px;
	height:530px;
	width:750px;
	background-color:#000000;		
	border: 1px solid #ffffff;
}

#resumebox_inner {
	position: absolute;
	z-index:400;
	top: 10px;
	left: 10px;
	height:480px;
	width:730px;
}

#contactbox_outer {
	position: absolute;
	z-index:300;
	top: 45px;
	left: 90px;
	height:540px;
	width:750px;
	border:1px solid #ffffff;	
	background-color:#000000;		
	/*
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	*/
}

#contactbox_inner {
	position: absolute;
	z-index:400;
	top: 10px;
	left: 10px;
	height:490px;
	width:730px;
}

#lessonbox_outer {
	position: absolute;
	z-index:300;
	top: 45px;
	left: 90px;
	height:530px;
	width:750px;
	background-color:#000000;		
	border: 1px solid #ffffff;
}

#lessonbox_inner {
	position: absolute;
	z-index:400;
	top: 10px;
	left: 10px;
	height:480px;
	width:730px;
}

.important {
	font-size:14px;
	font-weight:bold;
	font-style:italic;
}
-->
</style>