@charset "utf-8";
body {
	background: #666666;
	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: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #0093d3;
	text-decoration: underline;
	font-weight: bold;
}

.oneColFixCtrHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 4px solid #000000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	background-color: #0093d0;
	height: 220px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 50px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-top: 10;
	padding-right: 350px;
	padding-bottom: 10;
	padding-left: 115px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 16pt;
}
.oneColFixCtrHdr #footer {
	background-color: #ffffff;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
	height: 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	height: 50px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

#graybar {
	position: relative;
	top: 220px;
	left: -50px;
	z-index: 0;
	background-image: url(images/Logo-with-line.png);
}
#bluesquares {
	position: relative;
	width: 9px;
	top: -107px;
	left: 931px;
	overflow: visible;
}

.oneColFixCtrHdr #container #headerlogo {
	position: relative;
	z-index: 5;
	left: 585px;
	width: 260px;
	top: -90px;
}
.oneColFixCtrHdr #container #mainContent img become {
	position: absolute;
	top: 190px;
}

.learnthe {
	position: relative;
	left: 595px;
	top: -480px;
	z-index: 10;
	float: none;
	visibility: visible;
	height: 139px;
	overflow: visible;
	width: 210px;
}
.learnthelang {
	position: absolute;
	left: 840px;
	top: 347px;
}
.boldblack {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: normal;
	font-style: normal;
}
