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

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	background-image:url(/EdutechResources/provider/79/backsplash.jpg);
	background-repeat:repeat-x;
	background-color:#8CA4C4;
}

#topcontainer{
	text-align: center;
}

#headcontainer{
	width: 100%;
	text-align: center;
	margin:0px auto;
	position:relative;
}
#contentcontainer{
	border-left:1px solid #73A6BF;
	border-right:1px solid #73A6BF;
	width: 780px;
	text-align:left;
	margin:0px auto;
	background:#ffffff;
	padding:3px 0px 0px 0px;
}
#container{
	/*position:absolute;*/
	margin:0px auto;
	width: 780px;
	text-align: left;

}

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

.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 {
	padding:0px;
	vertical-align: top;
	width: 780px;
	/*background-color: #ffffff;*/
}
#primarycontent2 {
	padding:0px;
	vertical-align: top;
	width: 600px;
	/*background-color: #ffffff;*/
}
#primarycontentcont {
	width:100%;
	margin:8px;
}

#nav {
	background-color: #DBD090;
	line-height: 20px; 
	height: 20px; 
	text-align: center;
	width:780px;
	margin:0px auto;
	border-left:1px solid #CEBB5F;
	border-right:1px solid #CEBB5F;
}
#subnav {
	background-color: #8CA4C4;
	line-height: 20px; 
	height: 20px;
	text-align: center;
	width:780px;
	margin:0px auto;
	border-left:1px solid #73A6BF;
	border-right:1px solid #73A6BF;
}
#nav UL {
	list-style-type: none;
	clear: both; 
	padding:0px 0px 0px 0px;
	margin: 0px auto; 
	width: 780px; 
}
#subnav UL {
	list-style-type: none;
	clear: both; 
	padding: 3px 0px 0px 0px; 
	margin: 0px auto; 
	width: 780px; 
}
#nav LI {
	list-style-type: none;
	float: left; 
	margin: 0px;
}
#subnav LI {
	list-style-type: none;
	float: left; 
	margin: 0px;
}
#nav A {
	font:8pt Arial, Helvetica, sans-serif;
	padding: 4px 12px 6px 12px;
	font-weight: normal; 
	color: #ffffff; 
	text-decoration: none;
}
#subnav A {
	font:8pt Arial, Helvetica, sans-serif;
	padding: 3px 12px 6px 12px;
	font-weight: normal; 
	color: #ffffff; 
	text-decoration: none;
}

#nav A:hover {
	background-color: #0099CC
}
#nav LI.hot {
	background-color: #8CA4C4;
	border-right:1px solid #ffffff;
	border-left:1px solid #ffffff;
}

#nav .login {
	float: right;
}
#subnav .login {
	float: right;
}
#subnav A:hover {
	background-color: #0099CC;
}
#subnav LI.hot A {
	color:#000000;
	background-color: #D2DBE3;
}

