body{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif !important;
	background: White url(../images/qp-background.jpg) repeat-x top;
	text-align: center;
}

p {
	font-size: 8pt;
	margin: 10px;
	padding: 0;
}

form {
	margin: 0;
	padding: 0;
}

/* 
 * Document identities *
*/

#container {
	width: 898px;
	margin: 0 auto;
	padding: 0;
	clear: both;
}

#header {
	width: 100%;
	height: 200px;
	margin: 0;
	padding: 0;
	background: #fff url(../images/qp-header-bg.jpg) top left no-repeat;
	font-size: 8pt;
	color: #fff;
	clear: both;
}

#header a {
	font-size: 8pt;
	color: #fff;
	text-decoration: none;
	/*border-bottom: 1px solid #fff;*/
}

#header link
{
	font-size: 8pt;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

#navigation {
	width: 100%;
	background: White;
	height: 27px;
	clear: both;
	
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navigation ul li {
	margin: 0;
	padding: 2px 55px;
	list-style: none;
	display: block;
	float: left;
	border-right: 1px solid Black;
}
#navigation ul li.last {
	margin: 0;
	padding: 2px 45px;
	list-style: none;
	display: block;
	float: left;
	border-right: 1px solid #fff;
}

#content {
	width: 100%;
	height: 542px;
	margin: 0;
	padding: 0;
	background: #fff;
	clear: both;
}

#footer {
	width: 100%;
	margin: 0;
	padding: 10px 0;
	clear: both;
	color: #886C45;
}

#footer a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	margin: 0 2px;
	padding: 0;
}

#scroll {
	width: 254px;
	height: 366px;
	background: url(../images/scroll-background.gif);
	text-align: center;
	
}

#upbutton {
	width: 100%;
	height: 37px;
	margin: 0;
	padding: 0;
	text-align: center;
}

#scrollcontent, #iecontent {
	position: absolute;
	width: 230px;
	padding: 0 10px;
	margin: 0;
	display: block;
	z-index: 10;
}

#scrollcontent img, #iecontent img {
	border: 3px solid Black;
}

#downbutton {
	width: 100%;
	height: 37px;
	margin: 0;
	padding: 0;
	text-align: center;
}

/* 
 * Document classes *
*/

.left {
	float: left;
}

.right {
	float: left;
}

.mailist {
	font-size: 8pt;
	padding: 4px;
	margin: 0;
	border: 1px solid Gray;
}

.fields {
	border: 1px solid #91461A;
}

.mainpic {
	width: auto;
	margin: 0;
	padding: 15px;
}

.mainpic img {
	border: 3px solid Black;
}

.openHead{
	color: #929292;
	font-weight: bold;
	font-size: 14px;
}

.mainpictext {
	width: 551px;
	height: 55px;
	padding: 15px;
	background: #CAAE87;
	font-size: 8pt;
	color: #472B04;
	text-align: justify;
}

.tagLine{
	position: relative;
	width: 300px;
	border: none;
	padding: 5px;
	float: left;
	top: 70px;
	left: 0px;
}

.applyInstr{
	color: Black;
	font: 12px;
}

/*For the tooltip*/

	#dhtmlgoodies_tooltip{
		background-color:#EEE;
		border:1px solid #000;
		position:absolute;
		display:none;
		z-index:20000;
		padding:2px;
		font-size:0.9em;
		-moz-border-radius:6px;	/* Rounded edges in Firefox */
		font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
		text-align: left;
	}
	#dhtmlgoodies_tooltipShadow{
		position:absolute;
		background-color:#555;
		display:none;
		z-index:10000;
		opacity:0.7;
		filter:alpha(opacity=70);
		-khtml-opacity: 0.7;
		-moz-opacity: 0.7;
		-moz-border-radius:6px;	/* Rounded edges in Firefox */
	}
