body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-align: center;
}

.headcontainer {
	width: 100%;
	border-bottom: solid #D7D7D7 1px;
	position: fixed;
	height: 17px;
	left: 0px;
	top: 0px;
	padding: 4px 12px 3px 12px;
	background-color: #FFFFFF;
	z-index: 1;
}

.headleftcontent {
	width: auto;
	height: auto;
	left: 10px;
	top: 4px;
	float: left;
	position: fixed;
	background-color: #FFFFFF;
	z-index: 1;
}

.headrightcontent {
	width: auto;
	height: auto;
	right: 10px;
	top: 4px;
	float: right;
	position: fixed;
	background-color: #FFFFFF;
	z-index: 1;
}

.maincontainer {
	width: auto;
	height: auto;
	margin-top: 50px;
}
.mainsearchresults {
	width: 100%;
	height: 100%;
}

.rightsidebar {
	width: 80px;
	position: absolute;
	float: right;
	height: auto;
	right: 0px;
	top: 42px;
	border-left: solid #D7D7D7 1px;
	border-top: solid #D7D7D7 1px;
	border-bottom: solid #D7D7D7 1px;
	color: #3A00DD;
	background-color: #FFFFFF;
	z-index: 0;
	text-decoration: none;
}

.rightsidebar a:hover {
	color: #C7C7C7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: none;
}

.rightsidebar a:link {
	color: #C7C7C7;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.rightsidebar a:visited {
	color: #C7C7C7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: none;
}

.bluecontainer {
	width: 100%;
	border-bottom: solid #606595 1px;
	position: fixed;
	height: 17px;
	left: 0px;
	top: 0px;
	padding: 4px 12px 3px 12px;
	background-color: #EAEDFF;
}

.blueleftcontent {
	width: auto;
	height: auto;
	left: 10px;
	top: 4px;
	float: left;
	position: fixed;
}
