body {
	margin: 0;
}
h1 {
	font-size: 140%;
}
h2 {
	font-size: 120%;
}
h3 {
	font-size: 100%;
}
.bleft {
	background: url(images/fuse_v.png) black left top repeat-y;
    position: absolute;
    width: 80px;
    top: 0;
    left: 0;
    bottom: 0;
}
.bright {
	background: url(images/fuse_v.png) black right top repeat-y;
    position: absolute;
    width: 80px;
    top: 0;
    right: 0;
    bottom: 0;
}
.bfooter {
    background: #444444;
    position: absolute;
    height: 40px;
    left: 80px;
    right: 80px;
    bottom: 0;
	text-align: center;
}
.bmiddle {
    background: white;
    position: absolute;
    top: 0;
    right: 80px;
    left: 80px;
    bottom: 40px;
	padding: 8px 12px;
	overflow: auto;
}
.llcont {
	padding: 8px;
}
.linklist {
	display: inline-block;
	background-color: #C0C0C0;
	list-style-type: none;
	margin: 2px 0;
	padding: 0;
	font-size: 90%;
	color: #004B91;
}
.linklist li {
	display: inline-block;
	padding: 2px 8px;
	margin: 0;
	border-width: 0 1px;
	border-style: solid;
	border-color: #004B91;
}
.linklist li:hover {
	background-color: orange;
}
.linklist a {
    font-family: "arial","sans-serif";
	color: #004B91;
	text-decoration: none;
    white-space: nowrap;
}
.linklist a:visted {
	color: #004B91;
}
.linklist a:hover {
	color: #B03A00;
}
