* {
	margin:0;
	padding:0;
	font-size:1em;
}

html {
	height:100%;
	text-align:left;
	font-size:62.5%;
}

body {
	background-color:#fff;
	background-image:url(../images/bibag_bg.gif);
	background-repeat:repeat;
	background-position:0 0;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:1em;
	text-align:center;
}

img { border:none; }
ul { list-style-type:none; }
a, a:visited { text-decoration:none; }

#sitenav, #navbar #smallsearch label, .dontread, .anchors {
	display:none;
}

#bgtop {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:500px;
	background-image:url(../images/bibag_bggrad.gif);
	background-repeat:repeat-x;
	z-index:1;
}

#container {
	position:relative;
	top:0;
	left:0;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	z-index:2;
	text-align:left;
}

#header {
	position:relative;
	top:0;
	left:0;
	width:800px;
	height:200px;
	background:url(../images/bibag_headerbg.png) no-repeat 0 0;
}

#homelink {
	position:absolute;
	top:28px;
	left:32px;
	width:720px;
	height:123px;
	background:url(../images/bibag_headerpic.jpg) no-repeat 0 0;
	text-indent:-2000px;
	overflow:hidden;
	display:block;
	border:none;
}

#welcome {
	position:relative;
	left:0;
	width:800px;
	background:url(../images/bibag_welcomebg.png) repeat-y 0 0;
	display:block;
	margin:10px 0 30px 0;
}

.welcometop {
	position:absolute;
	top:-20px;
	left:0;
	width:800px;
	height:20px;
	background:url(../images/bibag_contentbgtop.png) no-repeat 0 0;	
}

.welcomebottom {
	position:absolute;
	bottom:-40px;
	left:0;
	width:800px;
	height:40px;
	background:url(../images/bibag_contentbgbottom.png) no-repeat 0 0;	
}

.content {
	position:relative;
	padding:10px 0 20px 0;
	top:0;
	left:152px;
	width:500px;
	color:#666;
}

.content h3 {
	font-size:16px;
	font-weight:bold;
	color:#466;
	margin-bottom:4px;
}

.content h4 {
	font-size:12px;
	font-weight:bold;
	color:#788;
	margin:20px 0 4px 0;
}

.content p {
	font-size:10px;
	position:relative;
	line-height:16px;
	margin:6px 0 12px 0;
}

.content a, a:visited {
	text-decoration:none;
	font-weight:bold;
	border-style:dotted;
	border-width:0 0 1px;
	border-color:#666;
	color:#666;
}


.content a:focus,
.content a:hover { border-color:#999; color:#343; }

.content strong {
	font-weight:bold;
}

acronym {
	text-decoration:none;
	border-bottom:1px dotted #ccc;
}

acronym:hover { cursor:help; }

.btn {
	position:relative;
	top:0;
	left:0;
	width:800px;
	height:100px;
	margin:0 0 -10px 0;
	background:url(../images/bibag_linkbg.png) no-repeat 0 0;
	display:block;
	overflow:hidden;
	font-weight:normal !important;
	border:none !Important;
	z-Index:2000;
}
.btn:hover { background:url(../images/bibag_linkbg_over.png) no-repeat 0 0; }

.btnhead { font-weight:bold; font-size:14px; color:#c03; }

ul li a { border:none; }

.btncontent {
	position:absolute;
	top:28px;
	left:152px;
	width:500px;
	height:90px;
	color:#666;
	font-size:10px;
	line-height:16px;
	padding:10px 0 0 0;
}

#footer {
	position:relative;
	top:0;
	left:0;
	width:800px;
	height:90px;
	background:url(../images/bibag_footerbg.png) no-repeat 0 0;
	padding:18px 0 0 0;
}
.extlink {
	padding: 0 0 0 12px;
	background:url(../images/bibag_content_extlink.gif) no-repeat left center;
}
#backbutton {
	position:absolute;
	top:6px;
	left:50px;
	width:80px;
	height:80px;
	background:url(../images/bibag_backbutton.gif) no-repeat 0 0;
	text-indent:-2000px;
	overflow:hidden;
	border:none;
}

#backbutton:hover { background:url(../images/bibag_backbutton_over.gif) no-repeat 0 0; }

