@charset "utf-8";
body {
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColFixCtrHdr #searchEngineBox {
	padding-left: 40px;
	width: 470px;
	max-height: 340px;
}

.oneColFixCtrHdr #container {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #header {
	height: 110px;
	background-color: #FFF;
	background-image: url(../images/weblayout/bar1header.jpg);
	background-repeat: repeat-x;
	text-align: left;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	width: 650px;
	margin: 30px auto auto auto;
	text-align: left;
}
.googlesearchbox {
	width: 28em;
}
.bingsearchbox {
	width: 28em;
}
.ananzisearchbox {
	width: 28em;
}
.oneColFixCtrHdr #innerSidebar {
	text-align: center;
	font-size: 0.9em;
	position: absolute;
	right: 1px;
	top: 95px;
	width: 300px;
}
.oneColFixCtrHdr #innerSidebar a {
	color: #BC281A;
	font-size: 0.8em;
}
.oneColFixCtrHdr #mainLinkSidebar {
	width: 182px;
	margin-left: 1px;
	position: absolute;
	right: 0px;
	top: 111px;
}
.Wrapper {
	padding: 4px;
	text-align: center;
	text-indent: 0.9em;
	font-size: 0.9em;
	color: #F00;
}




.oneColFixCtrHdr #contentHeader {
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 260px;
}
.oneColFixCtrHdr #container #mainLinkSidebar .Wrapper a {
	color: #666;
}


.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E93A3F;
	position: fixed;
	bottom: 0px;
	width: 100%;
	text-align: left;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
}
.specialLinks {
	color: #BF2817;
	cursor: hand;
}
.oneColFixCtrHdr #container #mainContent #searchEngineBox #innerSidebar h6 {
	text-align: center;
}
