@charset "UTF-8";
body {
	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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #FFFFFF;
	margin-top: 0;
}
a:link {
	color: #808080;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #808080;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
}
.scroll_text {
	font-size: 8pt;
	color: #878787;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	background-color: #FFFFFF;
	background-image: url(../images/pq_name.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 40px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtrHdr #container #header p {
	margin: 0px;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 10pt;
	color: #A0A0A4;
}
.oneColFixCtrHdr #mainContent {
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin: 0px;
	float: left;
	background-color: #FFFFFF;
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 680px;
	width: 860px;
}
.oneColFixCtrHdr #container #mainContent .table_main_pad #form1 fieldset {
	height: 500px;
	width: 480px;
	font-size: 10pt;
	border: 1px solid #AAAAAA;
	padding-right: 10px;
}
.oneColFixCtrHdr #container #mainContent .table_main_pad #form1 #textfield {
	background-color: #DDDDDD;
	border: 1px solid #878787;
}
.oneColFixCtrHdr #container #mainContent .table_main_pad #form1 legend {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #693827;
}
.oneColFixCtrHdr #container #mainContent .table_main_pad #form1 #comments {
	background-color: #DDDDDD;
	margin-top: 3px;
	border: 1px solid #878787;
}
.table_main_pad {
	margin-top: 10px;
}
.oneColFixCtrHdr #container #mainContent h1 {
	font-size: 10pt;
	font-weight: bold;
	color: #432E17;
	margin: 0px;
	padding-top: 0px;
	font-style: normal;
	font-variant: normal;
	padding-bottom: 10px;
}
.oneColFixCtrHdr #container #mainContent h2 {
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
	font-size: 10pt;
	color: #432E17;
}
.main_p {
	font-size: 10pt;
	width: 350px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 0px;
	padding-top: 0px;
}
.oneColFixCtrHdr #footer {
	background-color: #e3e3e3;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
	width: 860px;
	float: left;
	height: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9pt;
	color: #808080;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.oneColFixCtrHdr #container #mainContent #motioncontainer {
	width: 860px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 30px;
}
.right_img {
	margin-top: 10px;
}

