@charset "utf-8";
body {
	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;
	font-family: "Century Gothic", Trebuchet, Arial, Helvetica, sans-serif;
	color: #666;
	line-height: 121%;
	background: #FFF url(splash_main_background_repeat.jpg) repeat-x;
}
#googleSearch {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 10;
}
#mainContainer {
	margin: 0 auto;
	width: 1000px;
	text-align: left;
	height: 555px;
	background: url(splash_main_container_background.jpg) no-repeat;
}
#banner {
	padding: 0px;
	float: left;
	height: 107px;
	width: 621px;
	margin-top: 50px;
	margin-left: 178px;
}
#navContainer {
	margin: 0px;
	padding: 0px;
	margin-left: 193px;
	float: left;
	text-align: left;
}
.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;
}
#footer {
	width: 800px;
	line-height: 151%;
	text-align: center;
	font-size: 13px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #666;
}
.printerBannerCrsName {
	display: none !important;
}
.printerBannerInstructor {
	display: none !important;
}


#helenScreen {
}
#helenHandheld {
	display: none;
}
