body {
	background-image:  url("images/mathback.gif");
}
#banner {
	background-color: #FFF; 
	border-right: 3px solid #03F; 
	border-bottom: 3px solid #006;
	border-left: 3px solid #09F;
	border-top: 3px solid #0CF;
	width: 754px; 
	height: 94px;
	position: absolute; 
	top: 10px;
	left: 10px;
	text-align: center;	
}
#navbar {
	background-color: #06F;
	width: 100px;
	position: absolute; 
	top: 120px;
	padding: 5px;
	border-right: 2px solid #006;
	border-bottom: 2px solid #006;
	border-left: 2px solid #0CF;
	border-top: 2px solid #0CF;
	font-family: Franklin Gothic Book, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#navbar a:link {
	background-color: #06F; 
	color: #FFF; 
	text-decoration: underline; 
	display: block; 
	margin: 0; 	
}
#navbar a:visited {
	background-color: #06F;
	color: #CCC; 
	text-decoration: underline; 
	display: block; 
	margin: 0; 	
}
#navbar a:hover {
	background-color: #06F; 
	color: #FC0; 
	text-decoration: underline; 
	display: block; 
	margin: 0; 
}
#content {
	width: 623px;
	position: absolute; 
	top: 120px; 
	left: 134px;
	border-left: 2px solid #FC0;
	padding: 7px;
	font-family: Franklin Gothic Book, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.25;
}
#content h1 {
	font-size: 20px;
	line-height: 1;
}
#content h2 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
}
#content h3 {
	font-size: 16px;
	font-style: italic;
	font-weight: normal;	
	line-height: 1;
	display: inline;
}
#copyright {
	background-color:#06F;
	color:#FFF;
	width: 626px;
	font-family: Franklin Gothic Book, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.float_right {
	float: right;
	border: 1px solid #000;
	display: block;
}
.float_left {
	float: left;
	border: 1px solid #000;
	display: block;
}
.table_caption_bold {
	font-family: Franklin Gothic Book, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
}
.bold {
	font-weight: bold;
}