@charset "utf-8";
/* CSS Document */
<!-- 
#content {
position: fixed;
top: 60px;
bottom: 3%;
left: 20%;
right: 25%;
width: 60%;
overflow: hidden;
background: #EDF7FF;
}
#navbox {
position: absolute;
align: center;
top: 0%;
bottom: 0%;
left: 0%;
right: 0%;
width: 15%;
overflow: hidden;
}
#mainframe {
position: absolute;
align: center;
top: 0%;
bottom: 0%;
left: 7%;
right: 0%;
width: 100.5%;
overflow: hidden;
}

#outermostbox {
position: fixed;
align: center;
top: 0px;
bottom: 0%;
left: 20%;
right: 25%;
width: 60%;
overflow: auto;
background: #9ED7FF;
}
#innerbox {
position: fixed; 
top: 20px;
bottom: 1%;
left: 20%;
right: 25%;
width: 60%;
overflow: visible;
background: #BBE3FF;
}
#innermostbox {
position: fixed;
top: 40px;
bottom: 2%;
left: 20%;
right: 25%;
width: 60%;
overflow: auto;
background: #D1ECFF;
}
/*
#credit {
position: fixed; 
top: 96%;
bottom: 0;
left: 25%;
right: 25%;
width: 50%;
overflow: auto;
background: #D1ECFF;
}
*/

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #67BAF5;
	font-size: 8pt;
}
h1
{
	font-size: 11pt;
	text-decoration: none;
}
a:link { /*Regular links.*/	
	margin: 0px;
	color: #9ED7FF;
	text-decoration: none;
}
a:visited {
	margin: 0px;
	color: #9ED7FF;
	text-decoration: none;
}
a:hover {
	margin: 0px;
	color: #67BAF5;
	text-decoration: underline;
}
a:active {
	margin: 0px;
	color: #67BAF5;
	text-decoration: underline;
}
-->