A {
	color: #666666;
}
html, body {
	height: 100%;
}
body {
	background-color: #e6e5e5;
	margin: 0;
	padding: 0;
}
#Logo {
	float: left;
}
#Header {
	height: 40px;
}
#Banner {
	width: 100%;
	height: 40px;
	background-color: #363538;
}
#Logo {
	width: 300px;
	height: 40px;
	display: block;
	position: relative;
	float: left;
}
#Logo A {
	display: block;
	position: relative;
}
#Logo A SPAN.Image {
	display: block;
	position: absolute;
	background: url(/images/qtvr/banner.png) 0 0 no-repeat;
	width: 100%;
	height: 40px;
}
#Logo A SPAN.Text {
	display: block;
	position: absolute;
}
#Minimize {
	float: right;
	padding-right: 26px;
	height: 16px;
	padding-top: 5px;
}
#Minimize A {
	text-decoration: none;
	color: #d0d0d4;
}
#Minimize A IMG {
	margin-top: -2px;
}
#Page {
	font-family: verdana;
	font-size: 10px;
	height: 100%;
	min-height: 100%;
	overflow: none;
	margin: 0 auto;
}
#PageTitle {
	float: right;
	/*overflow: auto;*/
	border-right: solid 1px #565656;
	font-family: verdana;
	font-size: 10px;
	/*height: 18px;*/
	margin-right: 14px;
	padding-top: 4px;
	padding-right: 14px;
}
#ContentInfo {
	float: right;
	color: #a9a9a9;
	padding: 9px 0 0 0;
	/*width: 600px;*/
}
#ContentInfo EM {
	font-style: normal;
	font-weight: bold;
	color: #ddb226;
	margin: 0 6px 0 6px;
}
H1 {
	font-family: verdana;
	font-size: 10px;
	color: #ddb226;
	font-weight: bold;
	margin: 0 6px 0 6px;
	padding: 0;
	display: inline;
} 
H2 {
	font-family: verdana;
	font-size: 10px;
	color: #ddb226;
	font-weight: bold;
	display: inline;
	margin: 0 6px 0 6px;
}
#Content {
	width: 100%;
	height: 90%;
	min-height: 90%;
	background-color: #ffffff;
	overflow: none;
}
#Footer {
	background-color: #f6f6f6;
	color: #837f81;
	width: 100%;
	margin: 0;
	overflow: none;
}
#Footer DIV {
	padding: 10px 0 10px 32px;
}
