html { min-height: 100%; margin-bottom: 1px; }

body {
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	background-image:url(https://www.impactlearning.org/EdutechResources/provider/63/bgradpageback.gif);
	background-position:top;
	background-repeat:no-repeat;
}

#topcontainer{
	text-align: center;
}

#headcontainer{
	width: 100%;
	text-align: center;
	margin:0px auto;
	position:relative;
}
#contentcontainer{
	/*border:1px solid #33FFFF;*/
	width: 780px;
	text-align:left;
	margin:0px auto;
	background-image:url(/images/pagebottomback.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}
#container{
	/*position:absolute;*/
	margin:10px;
	width: 760px;
	text-align: left;
}

#navcontainer {
	font-size: 1px;
	vertical-align: top;
	width: 0px;
	height:350px;
}

.navsection {
	font-size: 11px;
	font-weight:bold;
	color: #000000;
	background-color:#CCCCCC;
	padding:0px 0px 0px 2px;
	margin:10px 2px 5px 2px;
}

.navitem{
	margin-left:6px;
	font-size: 11px;
}

.navitem a {
	color:linen;
	display:block;
	margin:0px 4px 0px 0px;
	padding:2px;
}
.navitem a:link, .navitem a:visited{
	color:linen;
	text-decoration: none;
}

.navitem a:hover{
	text-decoration: none;
	color:linen;
	background:#000099;
}

#primarycontent1 {
	vertical-align: top;
	width: 780px;
	/*background-color: #ffffff;*/
}
#primarycontent2 {
	vertical-align: top;
	
	/*background-color: #ffffff;*/
}
#primarycontentcont {
	width:100%;
	margin:0px;
}

#nav {
	background-color: #1F6Ba7;
	line-height: 25px; 
	height: 25px; 
	text-align: center;
}
#subnav {
	background-color: #519FDF;
	line-height: 25px; 
	height: 25px;
	text-align: center;
}
#nav UL {
	list-style-type: none;
	clear: both; 
	padding:0px 0px 0px 0px;
	margin: 0px auto; 
	width: 766px; 
}
#subnav UL {
	list-style-type: none;
	clear: both; 
	padding: 0px 0px 0px 0px; 
	margin: 0px auto; 
	width: 766px; 
}
#nav LI {
	list-style-type: none;
	float: left; 
	margin: 0px;
}
#subnav LI {
	list-style-type: none;
	float: left; 
	margin: 0px;
}
#nav A {
	font-size:9pt;
	padding: 6px 12px 6px 12px;
	font-weight: bold; 
	color: white; 
	text-decoration: none;
}
#subnav A {
	font-size:9pt;
	padding: 6px 12px 6px 12px;
	font-weight: bold; 
	color: white; 
	text-decoration: none;
}

#nav A:hover {
	background-color: #85BCE9
}
#nav LI.hot {
	background-color: #519FDF;
}

#nav .login {
	float: right;
}
#subnav .login {
	float: right;
}
#subnav A:hover {
	background-color: #85BCE9;
}
#subnav LI.hot A {
	background-color: #A8CFEF;
}

