div#lb-1 {
position:absolute;
left:0px;
top:0px;
width:150px;
height:45px;
}

div#lb-2 {
position:absolute;
left:0px;
top:45px;
width:150px;
height:30px;
}

div#lb-3 {
position:absolute;
left:0px;
top:75px;
width:150px;
height:30px;
}

div#lb-4 {
position:absolute;
left:0px;
top:105px;
width:150px;
height:30px;
}

div#lb-5 {
position:absolute;
left:0px;
top:135px;
width:150px;
height:30px;
}

div#lb-6 {
position:absolute;
left:0px;
top:165px;
width:150px;
height:auto;
}

h1, h2, h3 {
	color: #003333;
}

a {
	color: #003333;
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0;
	text-decoration: underline;

}

a:hover {
	color: #FFFFFF; /*#FFCC00;*/
	background-color: #003333;
	text-decoration: none;
}

div#body {
	background-image:  url("images/bk.gif");
	background-repeat: repeat-y;
	background-position: top;
}

.bibquote {
	color: #033;
	background-color: #EED;
	border: thin solid #033;
}

.bib_a {
	color: #033; background-color: #EED;
	border-top: thin solid #033; border-left: thin solid #033; border-right: thin solid #033;
}

.bib_b {
	color: #033; background-color: #EED;
	border-left: thin solid #033; border-right: thin solid #033;
}

.bib_c {
	color: #033; background-color: #EED;
	border-left: thin solid #033; border-right: thin solid #033; border-bottom: thin solid #033;
}

.lbtagline a {
	font-size: small;
	line-height: 1.1em;
}


