<!--

html {
  width: 100%;
	height: 100%;
	margin: 0;
  padding: 0;
}

#main {
	width: 100%;
	height: 100%;
	background: #222200 url(babb_st_bgd.gif) repeat top center;
  margin: 0;
  padding: 0;
	font: 10pt arial, verdana;
  line-height: 1.4;
  color: #222222;
	text-align: center;
	background-color: #222200;
}

h1 {
	font: bold 16px arial, verdana;
	display: inline;
}

#babb_logo {
  width: 294px;
	height: 151px;
	position: absolute;
	margin: 1px 0 0 20px;
	top: 0;
	z-index: 2;
}

#babb_picture {
  width: 300px;
	height: 371px;
	position: relative;
	margin: -74px 0 20px 0;
	top: 0;
	z-index: 3;
}

#babb_picture a {
  margin: -8px 0 0 28px;
	text-align: center;
	font: bold 8pt arial, verdana;
	position: absolute;
}

#menu_container {
  width: 920px;
	margin: 0 auto;
  padding: 0;
  text-align: left;
}

#menu {
  top: 0;
	margin: 132px 0 0 305px;
	position: absolute;
	z-index: 3;
}

.mb {
  margin-left: 14px;
	margin-right: 14px;
}

#container_01 {
  width: 100%;
	margin: 0 auto;
  padding: 0;
}

#container_02 {
  width: 920px;
	margin: 0 auto;
  padding: 0;
}

#container_03 {
  width: 920px;
	margin: 0 auto;
  padding: 0;
	overflow: hidden;
	background: url(babb_tbl_bg.gif) repeat-y top center;
}

#header {
  width: 920px;
	height: 210;
	margin: 0;
	padding: 0;
}

#header td, th {
  margin: 0;
	padding: 0;
}

#footer {
  width: 920px;
	height: 210;
	border-spacing: 0px;
	margin: 0;
	padding: 0;
}

#footer td, th {
  margin: 0;
	padding: 0;
	border-spacing: 0px;
}

#column_01 {
  width: 300px;
	margin: 0;
  padding: 0;
  float: left;
	text-align: left;
}

#column_02 {
  width: 610px;
  margin: 0 auto;
	padding: 0;
	float: right;
}

#column_03 {
  width: 885px;
  margin: 0 auto;
	padding: 0;
	float: right;
}

#content {
  margin: 0 auto;
	padding: 20px 35px 20px 0px;
	text-align: left;
}

#side_content {
  margin: 0 auto;
	padding: 10px 20px 20px 35px;
	text-align: left;
}

#copyright {
  font: bold 11px arial, verdana;
  line-height: 1.4;
  text-align: left;
  color: #ffffff;
  width: 880px;
  margin: 0 auto;
  padding: 1px 0 10px 0;
}

.hidden {
  font: bold 8px arial, verdana;
  line-height: 1.4;
  text-align: left;
  color: #222200;
}

.hline {
  border-top: 1px dashed #bcbcbc;
}

.box {
  text-align: left;
  color: #222222;
  margin: 0px;
  padding: 15px;
  background-color: #efefef;
  border: thin solid #dedede;
	position: relative;
	/*
	filter: alpha(opacity=40);
  opacity: 0.4;
	*/
}

a:link { text-decoration: underline; color: #cc0000; }
a:visited { text-decoration: underline; color: #990000; }
a:hover { text-decoration: none; color: #000000; }
a:active { text-decoration: underline; color: #cc0000; }

a.main:link { text-decoration: underline; color: #cc0000; font-weight: bold; }
a.main:visited { text-decoration: underline; color: #990000; font-weight: bold; }
a.main:hover { text-decoration: none; color: #000000; font-weight: bold; }
a.main:active { text-decoration: underline; color: #cc0000; font-weight: bold; }

a.title:link { text-decoration: underline; color: #cc0000; }
a.title:visited { text-decoration: underline; color: #990000; }
a.title:hover { text-decoration: none; color: #000000; }
a.title:active { text-decoration: underline; color: #cc0000; }

a.mb:link { text-decoration: none; color: #696969; font: bold 10pt arial, verdana; }
a.mb:visited { text-decoration: none; color: #696969; font: bold 10pt arial, verdana; }
a.mb:hover { text-decoration: none; color: #000000; font: bold 10pt arial, verdana; }
a.mb:active { text-decoration: none; color: #696969; font: bold 10pt arial, verdana; }

a.ftr:link { text-decoration: none; color: #ffffff; }
a.ftr:visited { text-decoration: none; color: #ffffff; }
a.ftr:hover { text-decoration: none; color: #e8bf15; }
a.ftr:active { text-decoration: none; color: #ffffff; }

a.top:link { text-decoration: underline; color: #cc0000; font: bold 11px arial, verdana; }
a.top:visited { text-decoration: underline; color: #cc0000; font: bold 11px arial, verdana; }
a.top:hover { text-decoration: none; color: #000000; font: bold 11px arial, verdana; }
a.top:active { text-decoration: underline; color: #cc0000; font: bold 11px arial, verdana; }

a.img:link { text-decoration: none; }
a.img:visited { text-decoration: none; }
a.img:hover { text-decoration: none; }
a.img:active { text-decoration: none; }

#dropmenudiv {
	position:absolute;
	margin-top: 5px;
	border: 1px solid #9c9c9c;
	border-bottom-width: 0;
	font: normal 12px arial;
	line-height: 20px;
	z-index: 100;
	color: #ffffff;
	background-color: #000;
	text-align: left;
}

#dropmenudiv a {
  width: 100%;
  display: block;
  text-indent: 8px;
  border-bottom: 1px solid #9c9c9c;
  padding: 2px 0;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
	background-color: #000;
}

#dropmenudiv a:hover {
  background-color: #111111;
  color: #e8bf15;
}

/* Tabs SubMenu */
#centeredmenu {
   /* float: left; */
   /* width: 100%; */
   /* background: #fff; */
   /* border-bottom: 3px solid #666; */
   overflow: hidden;
   position: relative;
   font: bold 13px arial, verdana;
   margin: 5px 0 15px 0;
}

#centeredmenu ul {
   clear: left;
   /* float:left; */
   list-style: none;
   margin: 0;
   padding: 0;
   position: relative;
   left: 50%;
   text-align: center;
}

#centeredmenu ul li {
   display: block;
   float: left;
   list-style: none;
   margin: 0;
   padding: 0;
   position: relative;
   right: 50%;
}

#centeredmenu ul li a {
   display: block;
   margin: 0 2px 0 0;
   padding: 3px 5px;
   background: #efefef;
   color: #666;
   text-decoration:none;
   /* line-height: 20px; */
   border: 1px solid #bcbcbc;
}

#centeredmenu ul li a:hover {
   background: #cc0000;
   color: #fff;
   border: 1px solid #cc0000;
}

#centeredmenu ul li a.active,
#centeredmenu ul li a.active:hover {
   color: #cdcdcd;
   background: #efefef;
   font-weight: bold;
   border: 1px solid #cdcdcd;
}
-->