body{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: #ecded1 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;
	background: #ecded1;
}

#header {
	width: 100%;
	height: 145px;
	margin: 0;
	padding: 0;
	background: #ecded1 url(../images/qp-header-bg.jpg) top left no-repeat;
	font-size: 8pt;
	color: #000;
	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: 0px solid #fff;
	background: #ecded1
}

#navigation {
	width: 100%;
	background: #ecded1;
	height: 27px;
	clear: both;
	
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #ecded1
}

#navigation ul li {
	margin: 0;
	padding: 2px 30px;
	list-style: none;
	display: block;
	float: left;
	border-right: 1px solid Black;
	background: #ecded1
}
#navigation ul li.last {
	margin: 0;
	padding: 2px 25px;
	list-style: none;
	display: block;
	float: left;
	border-right: 0px solid #ecded1;
	background: #ecded1
}

#content {
	width: 100%;
	height: 530px;
	margin: 0;
	padding: 0;
	background: #ecded1;
	clear: both;
}



#footer {
	width: 100%;
	margin: 0;
	padding: 10px 0;
	clear: both;
	color: #886C45;
}

#footer a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
	margin: 0 2px;
	padding: 0;
}

#scroll {
	width: 251px;
	height: 360px;
	background:url(../images/background-scroll.png);
	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: 1px 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: 0px;
	float: left;
	top: 125px;
	left: 56px;
}

.applyInstr{
	color: Black;
	font: 12px;
}

/*For the tooltip*/

	#dhtmlgoodies_tooltip{
		background-color:#eedbca;
		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 */
	}