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

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	background-image:url(pagbg.gif);
	/*background-color: #e6e6e6;
	background-position:top;
	background-repeat:no-repeat;*/	text-align: center;
}

#topcontainer{
	margin:auto;
	text-align: left;
	width:780px;
}

#headcontainer{
	width: 100%;
	text-align: center;
	margin:0px auto;
	position:relative;
}
#contentcontainer{
	/*border:1px solid #33FFFF;*/
	width: 780px;
	text-align:left;
	background:#FFFFFF;
	position:relative;
	float:left;
}
#container{
	position:relative;
	margin:10px;
	width: 760px;
	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 {
	vertical-align: top;
	width: 780px;
	/*background-color: #ffffff;*/
	
}
#primarycontent2 {
	vertical-align: top;
	position:relative;	
	/*background-color: #ffffff;*/
}
#primarycontentcont {
	position:relative;
	/*width:100%;*/
	margin:0px;
	/*background-color: #ffffff;*/
	
}

#nav {
	background-color: #9CC3D6;
	line-height: 23px; 
	height: 23px; 
	text-align: center;
	width: 780px;
	margin: 0px auto;
	z-index:10;
}
#subnav {
	background-color: #BDBEBD;
	line-height: 23px; 
	height: 23px;
	width: 780px;
	text-align: center;
	margin: 0px auto;
	z-index:100;
}
#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: 3px 0px 0px 0px;
}
#nav A {
	font-size:8pt;
	padding: 5px 12px 7px 12px;
	margin:1px 3px 0px 3px;
	font-weight: bold; 
	color: white; 
	text-decoration: none;
	background:url(navbutback2.gif);

}
#subnav A {
	font-size:8pt;
	margin:3px 1px 0px 1px;
	padding: 5px 12px 4px 12px;
	font-weight: bold; 
	color: white; 
	text-decoration: none;
	border-top:2px solid #BDBEBD;
}

#nav A:hover {
	background-color: #85BCE9;
	background:url(navbutback.gif);
}
#nav LI.hot {
	border-top:1px solid #999999;
	border-left:1px solid #999999;	
	background: #BDBEBD;
}
#nav LI.hot A, #nav LI.hot A:hover {
	color:#000066;
	padding: 5px 12px 5px 12px;
	background: #BDBEBD;
}

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

#footer, #footcontainer {
	clear:both;
	margin:0px auto;
	width:780px;
}

.alivechatholder {
	display: none;
}