/* CSS Document */
/* Floatbox*/
#floatbox2 {
	position:absolute;
	z-index:1000;
	width:190px;
	height:130px;
	margin-top:420px;
	margin-left:3px;
	border:thin solid white;
	/*Keep this background color the same as bottom box to avoid a line of color at the bottom of the floatbox*/
	background-color:#004499;
	display:block;
	color:#FFFFFF;
	font-weight:bold;
}
#floatbox2 a {
	color:#FFFFFF;
}
#floatbox {
	position:absolute;
	z-index:1000;
	width:190px;
	height:auto;
	margin-top:560px;
	margin-left:3px;
	border:thin solid white;
	/*Keep this background color the same as bottom box to avoid a line of color at the bottom of the floatbox*/
	background-color:#004499;
	display:block;
}
#topbox {
	text-align:right;
	/*background-color:#004499;*/
	background-color:#FF9900;
}
#innerbox {
	height:auto;
	background-color:#004499;
	color:#FFFFFF;
}
#bottombox {
	background-color:#001944;
	margin-top:15px;
	margin-bottom:0px;
}
#floatbox a {
	color:#FFFFFF;
	font-weight:bold;
}
/*Science notes*/
ul.noteslist {
	list-style-type:none;
}
/* Box Link */
ul.boxlink {
	list-style-type:none;
	padding:2px;
	margin:0px;
}
ul.boxlink li {
	float:left;
	width:150px;
	border:3px solid #FF9900;
	text-align:center;
	margin-left:3px;
}
ul.boxlink li a {
	float:left;
	text-decoration:none;
	text-align:center;
	width:150px;
}
ul.boxlink li a:hover {
	font-weight:bold;
	text-decoration:none;
	background-color:#0055BB;
	color:#FFAA00;
}
#boxdata {
	float:left;
	width:625px;
	margin-top:5px;
	border:thin solid #091144;
}
.tabledark {
	background-color:#001155;
}
