body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 70%;
	color: #333333;
	line-height: 1.2em;
	text-align: center;
	background: #000000 url(img/bg.jpg) no-repeat center top;
}
/* IE6 hack (horizontal scrollbar)
----------------------------------*/
html {overflow-x:hidden;}
img, #top {
   behavior: url("pngbehavior.htc");
}
#page, #top, #main {
	position: relative;
	width: 800px;
	clear: both;
	overflow: hidden;
	text-align:center;
	overflow-x: hidden;
}
#logo {
	position: absolute;
}
#logo img {border: none;}

#page {
	margin: auto;
	width: 800px;
	text-align: left;
	height:670px;
}
#top {
	height: 141px;
}
#logo {
	top: 0px;
	left: 0px;
}
.diamond {
	position:absolute;
	top:0px;
	left:170px;
	z-index:1;
}
#headline { position:absolute;top:30px;left:90px; }
/* nav
   -----------------------------*/

   
.navButton a, .navButton a:link, .navButton a:hover, .navButton a:active, .navButton a:visited {
	text-decoration:none;
	font-size:100%;
	color:#FFFFFF;
	background:#5D6683;
	border:1px solid #0C1631; 
	padding:6px 0px 6px 0px;
	width:96px;
	display:block;
	z-index:1;
	text-align:center;
filter:Alpha(opacity=90); -moz-opacity:0.9; opacity: 0.9;
}
.navButton a:hover {
	background:#CC0000;
	z-index:1;
}
#disclaimer {
	position:absolute;
	top:520px;
	left:0px;
	width:800px;
	text-align:center;
	font-size:90%;
	line-height:1.1em;
	z-index:0;
	color:#696D76;
}
#navContainer {
	position:absolute;
	top:450px;
	left:0px;
	z-index:1;
	width:800px;
}
#nav {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index:1;
	width:800px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline;
	width:800px;
}
#nav li {
	position: relative;
	float: left;
	display: inline;
	

}

#nav ul ul {
	position: absolute;
	width: 98px;
	bottom: 27px;
	left: -2px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*z-index: 3;*/
	visibility: hidden;
}
#nav .active ul {
	visibility: visible;
}
#nav ul ul li {
	padding-left: 2px;
	width: 105px;
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	z-index: 11110;
	visibility: visible;
}

