/* bit_all_style.css bit02 */

/*  ***********  body ************ */
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: "bitstream vera sans", arial, sans-serif, verdana, geneva, helvetica;
	font-size: 12px;
	text-align: center;
	background-color: #000000;
}
h1 {
	font-size: 24px;
	font-weight: bold;
}
h2 {
	font-size: 18px;
	font-weight: bold;
}
h3 {
	font-size: 16px;
	font-weight: bold;
}
h4 {
	font-size: 13px;
	font-weight: bold;
}
/*  ***********  container ************ */

/*  ***********  content - navigation ************ */

/* **** nav list **** */

/*  ***********  content right ************ */
#content {
	float: right;
	margin: 0px;
	border: 0px;
	height: 100%;
	width: 100%;
}

#superhead {
	float: left;
   color: #99cccc;
	font-weight: bold;
	font-size: 32px;
}
#subhead {
	float: left;
	font-weight: bold;
	font-size: 20px;
	margin-top: 20px;
}
/* *************  frames block ********* */

div.block {
	width: 99%;
	padding-left: 1%;

}
div.left {
	float: left;
	width: 103px;
	margin-top: 10px;
	margin-bottom: 10px;
}
div.right {
	float: left;
	width: 100%;
	font-size: 13px;
	text-align: left;
	padding-left: 10px;
}

/*  ***********  banner ************ */
.clearboth {
clear: both;
}
.link {
	background: #ffff99;
	text-decoration: none;
	font-weight: bold;
	padding: 0.2em;
}
