body	{
	text-align: center;
	margin-top: 0px;
	min-width: 960px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#222222;
	background-image:url(../images/bg.gif);
	background-position: center;
	background-repeat: repeat;
}

form	{
	margin-top: 0px;
	margin-bottom: 0px;
}

h1 {
	color:#EF0000;
	font-size:18px;
	margin:10px 0px 5px 0px;
}

h2 {
	color:#ef0000;
	font-size:16px;
	margin:10px 0px 5px 0px;
	}
	
	
	
h3 {
	color:#333333;
	font-size:14px;
	margin:0px 0px 5px 0px;
	}
	
	h4 {
	color:#000099;
	font-size:14px;
	margin:0px 0px 5px 0px;
	}
	h5 {
	color:#ef0000;
	font-size:12px;
	margin:10px 0px 5px 0px;
	}
	
	h6 {
	color:#666666;
	font-size:12px;
	margin:10px 0px 5px 0px;
	font-weight:bold;
	}
	
#content {
	text-align:left;
	width: 950px;
	margin:0px auto;
}
#contents {
	width:950px;
	padding-top:0px;
	padding-right:5px;
	padding-bottom:5px;
	padding-left:5px;
}


/*header*/

#qbHeader {
	padding:0px;
	width:950px;
	background-image:url(../images/header/headerimg.gif);
	background-repeat:no-repeat;
	clear:both;
	margin:0px auto;
	

}

#qbHeader .banner {
	margin:0px 0px 0px 230px;
	padding:0px;
	width:228px;
	height:120px;
	text-align:left;
}



#menStrip {
	padding: 0px;
	width: 950px;
	height: 27px;
	margin-top:-3px;
}


#newsletters {
	width: 144px;
	height: 27px;
	float:left;
	background:url(../images/header/newsletters.gif);
}

td	{
	padding:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	}
	


.clearing {
	height: 1px;
	margin-top: -1px;
	clear: both;
	overflow: hidden;	
}


.peekaboo {
	display: none;
}

#footer 	{
	width:950px;
	height:60px;
	margin:0px auto;
	margin-top:10px;
	text-align:center;
}

#footer h1	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000099;
	font-weight:bold;
	margin:0px;
}

#footer h2	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#6bb3d3;
	font-weight:normal;
	margin:0px;

}

#footer .bar {
	background-image:url(../images/footer/footer.gif);
	height:15px;
	width:940px;
	padding:5px;
	}

#footer a 	{
	text-decoration:none;
	color:#FFFFFF;
	}
	
	#footer a:hover	{
	text-decoration: none;
	color: #c4e5f9;
	}
	
ul
	{
	margin: 2px 0 12px 10px;
	padding: 0;

}

ul li
{
	list-style-image:url(../images/bullets/bluearrow.gif);
}

li
{
	line-height: 1em;
	margin: 5px 0px 5px 10px;
	padding: 0px;
}

a {
text-decoration:none;
color:#000099;
font-weight:bold;
}
a:hover {
text-decoration:none;
color:#EF0000;
font-weight:bold;

}
.line {
border-bottom:solid #ebebe d 1px;
width:auto;
clear:both;
margin:10px 0px 10px 0px;
}

.asterix {
color:#EF0000;
}

.floatright {
float:right;

}

.floatleft {
float:left;
}

.whitetext {
color:#FFFFFF;
}

#links  {
	width:940px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000099;
	line-height:14px;
	padding:5px;
	}
	
	#links a  {
	text-decoration:none;
	color:#000099;
	}
	#links a:hover  {
	color:#EF0000;
	}

/* Error messages */
.Error
{
	background: #FFEEEE;
	color: #E8000E;
	margin: 4px 0 4px 0;
	padding: 3px 6px 3px 6px;
}
.Error a
{
	color: #E8000E;
}

