*{
	padding:0;
	margin:0;
}

.cntr {
	text-align:center;
}


li.nobullet {
   list-style-type:none;
   font-weight:normal;
}

td.navrow {
	width:25%;	
}

h2 {
	font-size:14pt;
}

h3 {
	font-size:12pt;
}

#badge {
	position: fixed;
	right: 0;
	bottom: 0;
	display: block;
	height: 100px;
	width: 100px;
	background: url('/img/badge.png') bottom right no-repeat;
	text-indent: -999em;
	text-decoration: none;
}

#validity {
/*	position: fixed;*/
/*	right: 0;
	bottom: 100;*/
	display: block;
	height: 100px;
	width: 100px;
	background:url('/img/w3c.png') bottom right no-repeat;
/*	text-indent: -998em;*/
	text-decoration: none;
}


.downloadbox a {
	font-weight:bold;
	color:black;
	text-decoration:none;
	border-bottom:1px dotted black;
}

.downloadbox a:hover {

	border-bottom:1px solid black;
}

a {
	color:white;
	text-decoration:none;
	border-bottom:1px dotted white;
}

a:hover {
	border-bottom:1px solid white;
}

#main, #credits, #download, #faq {
	display:none;
}

a.nobord:hover, a.nobord:visited {
   border:none;
}

.nobord {
	border:none;
}

#wrapper {
	margin:0;
	bottom:0;
	width:100%;
	text-align:center;
	min-height:100%;
	background:red;
}


html {
/*   overflow:auto;*/
	overflow: visible; /*scroll;*/ /*-moz-scrollbars-vertical;*/
	background: url('/img/bub.png');
}

body {
}

html, body {
	height: 100%;
	font: 1.0em "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #000;
	text-align: center;
	margin:0;
	padding:0px;
}
		
#container {
	margin: 0 auto;
/*	text-align: left;*/
	top:0px;
	position: relative;
	width: 864px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: url('/img/main_bg.png');

}
	
#header {
	position:relative;
	background: url('/img/hbc_top.png') no-repeat ;
	background-position:top center;
	left:2px;
	right:2px;
	background-repeat:no-repeat;
	/*width:794px;*/
	font-size:1.3em;
}
		

.faq_list li {
	font-weight:bold;
}

ul.normal {
	
}

ul.small {
	font-size:9pt;
	font-weight:normal;
	margin-left:20px;
}

ul.small li {
	font-weight:normal;
}


#content {
	position:relative;
	color:white;
	/*width:794px;*/
	text-align:justify;
/*	padding-left:30px;
	padding-right:20px;*/
	padding:70px;
   padding-bottom:20px;

	min-height:100%;
}
