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

body {
	background: #ffffff;
	background-image: url("images/site_bg.png");
	font-family: Trebuchet MS;
	margin: 0px;
	text-align:center;
	background-repeat: repeat-x;
}
#topmost {
	text-align: center;
	width:100%;
}

#topcontainer{
	border:0px none #ffffff;
	width:100%;
}

#headcontainer{
	text-align: center;
	margin:auto;
	position:relative;
	width:860px;
}
#contentcontainer{
	text-align:left;
	background:#FFFFFF;
	width: 860px;
	margin:auto;
}
#containerdiv{
	width:96%;
	margin: 0px 6px;
}
#container{
	margin:0px;
	text-align: left;
}
#primarycontentcont {
	padding:0 10px;
	width:825px;
}
#primarycontent2 {
	vertical-align:top;
	width: 2000px;
}

#navcontainer {
	/*this is the legacy left nav */
	width: 0px;
	height:360px;
}

#nav {
	line-height: 22px;
	height: 22px; 
	text-align: center;
	width: 860px;
	margin: 0px auto;
	background-color:#333092;
}
#subnav {
	line-height: 22px;
	height:35px;
	width: 860px;
	text-align: center;
	margin: 0px auto;
	background-color: #FFFFFF;
	background-image:url("images/contentshade_bg.png");
	background-repeat:repeat-x;

}
#nav UL {
	list-style-type: none;
	clear: both; 
	padding:0px 0px 0px 0px;
	margin: 0px auto 0px auto; 
	width: 830px; 
}
#subnav UL {
	list-style-type: none;
	clear: both; 
	padding: 0px 0px 0px 0px; 
	margin: 0px auto 0px auto; 
	width: 830px; 
}
#nav LI {
	list-style-type: none;
	float: left; 
	margin: 0px;
}
#subnav LI {
	list-style-type: none;
	float: left; 
	margin: 0px;
}
#nav LI A {
	font-size:11px;
	margin:auto 2px auto 3px;
	padding: 2px 12px 4px 12px;
	font-weight:normal; 
	color: white; 
	text-decoration: none;
	border-bottom:none;
}
#nav LI.hot A, #nav LI.hot A:hover {
	background:none repeat scroll 0 0 #FFFFFF;
	border-bottom:medium none;
	color:#333092;
	padding:3px 12px 4px;
}
#nav LI A:hover {
	background:none repeat scroll 0 0 #FFFFFF;
	border-bottom:medium none;
	color:#333092;
	padding:3px 12px 4px;
}

#subnav LI A {
	font-size:11px;
	margin:0px 2px 0px 3px;
	padding: 2px 12px 4px 12px;
	font-weight:normal; 
	text-decoration: none;
}
#subnav LI.hot A {
	color:#000000;
	font-weight:bold;
}
#subnav LI A:hover {
	background-color: #EEEEEE;
}

#nav .login {
	float: right;
}
#subnav .login {
	float: right;
}


#footer {
	background:url("images/footer_bg.png") repeat-x scroll 0 0 #E0E0E0;
	color:#ffffff;
	font-family:'Trebuchet MS';
	font-size:x-small;
	height:81px;
	position:relative;
	text-align:center;
	width:100%;
	padding-top:10px;
}

#footer a {
color:#FFFFFF;
font-size:11px;
}