@charset "UTF-8";
body  {
	font-family: "Helvetica Neue Ultralight", Helvetica, Tahoma, Geneva, Verdana, arial, helvetica, sans-serif; 
	background: #000000;
	background-image:url(qbfbg.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
}



#container { 
	width: 860px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
 	opacity:0.95;
	alpha:95%;
}

.mainContent{
	background:#FFFFFF;
	font-family:  Geneva, Arial, helvetica, sans-serif;
}

#elquote{
	margin-left:15px;
	margin-right:20px;
}

#images a{
 color:#FFFFFF;
}
#images a:link {	color: #FFFFFF;}
#images a:visited {	color: #FFFFFF;}
#images a:hover {color: #FF1111; background-color:#FFFFFF}
#images a:active {color: #FFFFFF;}

h1 {
margin-left:20px;
	color:#444444;
	font-size:36pt;
}

#subtitle {
	color:#333333;
	font-size:14pt;
}

td {
	color:#222222;
	font-size:12px;
	vertical-align:top;
	text-align:justify;
}

a{
font-family: Geneva, Verdana, Helvetica, sans-serif;
font-size:10pt;
}
a:link {	color: #FF1111;}
a:visited {	color: #FF1111;}
a:hover {color: #FFFFFF; background-color:#F00000}
a:active {color: #000000;}


h3{

color:#111111;
font-size:12pt;
line-height:12pt;
}

.section{
margin-left:20px;
}