* {
	padding:0;
	margin:0;
	position: static;
   	float: none;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:1em 5%; }
li, dd { margin-left:5%; margin-right: 5%; }
fieldset { padding: .5em; }

body {
	font-family: arial;
	font-size: 18px;
}

/*----------- handheld --------- */ 
@media all and (max-device-width: 481px) {
body {
	font-family: arial;
	font-size: 40px;
}
}
/*----------- handheld --------- */ 

.bannerdiv {
	position:relative;
	top:0;
	height:7.02em;	
}

.bannerbg {
	width: 100%; 
	height: 100%;
	position:absolute;
	top:0px;
	left:0px; 
}
 
.bannerimg {
	height: 4em;
	position:absolute;
	top:1em;
	left:1em;	
}

.bannername {
	position:absolute;
	top:1em;
	left:7em; 
}


/*----------- handheld --------- */ 
@media all and (max-device-width: 481px) {
.bannerdiv {
	position:relative;
	top:0;
	height:6.02em;	
}

.bannerimg {
	height: 2em;
	position:absolute;
	top:.5em;
	left:.5em;	
}

.bannername {
	position:absolute;
	top:.5em;
	left:4em;
	height: 1.5em; 
}

}
/*----------- handheld --------- */ 


.FAQs dt, .faq_q {
	font-weight: bold;
	font-size: 1em;
	margin-left: 5%;
	width: 85%;
	color: blue;
}

.FAQs dd, .faq_a {
	font-size: 1em;
	position:relative;
	margin-left: 10%;
	width: 80%;
}

.href {  /* simulate href in a span */
	color: blue;
	text-decoration: underline;
}

.tab1 {
	text-indent:40px;
}

h1 {
	text-align: center;
}

img.right {
	float:right;
}

img.left {
	float:left;
}

