@charset "utf-8";
/* CSS Document */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #bcece0;
	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;
}
.twoColFixLtHdr #container {
	width: 910px;
	margin: 0 auto;
	text-align: left;
	height: auto;
	background-color: #FFFFFF;
	background-image: url(_images/insertSmall.jpg);
	background-repeat: repeat-y;
} 
.twoColFixLtHdr #header {
	background: #008080;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	display: none;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 5px;
	background-color: #46acac;
	clear: both;
	display: none;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 50px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.twoColFixLtHdr #container #mainContent img#clarityLogo {
	margin-top: 0px;
	margin-left: 320px;
	padding-bottom: 0px;
}
.twoColFixLtHdr #container #mainContent #wbencLogoPrint {
	position: absolute;
	left: 730px;
	top: 20px;
}
.twoColFixLtHdr #container #mainContent a img {
	margin-top: 5px;
	margin-left: 120px;
	display: none;
}
.twoColFixLtHdr #container #mainContent #mainBanner {
	height: 200px;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.twoColFixLtHdr #container #mainContent #mainBanner #mainImage {
	margin-top: 0px;
}
.twoColFixLtHdr #container #mainContent #mainBanner h1 {
	font-family: "High Tower Text";
	font-size: 36pt;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 40px;
	text-align: center;
	color: #008080;
	margin-left: -20px;
	padding-top: 60px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.twoColFixLtHdr #container #mainContent #subContent {
	margin-top: 0px;
}


.twoColFixLtHdr #container #mainContent #subContent h2 {
	font-family: "High Tower Text";
	font-size: 24pt;
	font-weight: bold;
	color: #008080;
	text-align: center;
	margin-top: 60px;
}
.twoColFixLtHdr #container #mainContent #subContent h4 {
	display: none;
}
.twoColFixLtHdr #container #mainContent #subContent p {
	font-family: "Microsoft Sans Serif";
	font-size: 18pt;
	margin-bottom: 0px;
}
.twoColFixLtHdr #container #mainContent #subContent #claritySun {
	margin-left: 140px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.downloadLink {
	display: none;
}
.twoColFixLtHdr #footer {
	background:#008080;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 0px;
} 
.twoColFixLtHdr #container #footer #wbencLogo {
	display: none;
}
.twoColFixLtHdr #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 */
	font-family: "Microsoft Sans Serif";
	color: #000;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	margin-left: 30px;
}
.emailLink {
	font-family: "Microsoft Sans Serif";
	font-size: 1.1em;
	font-weight: bold;
	color: #000 !important;
	display: none;
}
.footerNote {
	font-family: "Microsoft Sans Serif";
	font-size: 11pt;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

