@charset "utf-8";
html,
body {
	margin:0;
	padding:0;
	height:100%;
	color: #555;
	background-image: none;
}
#container {
  min-height:100%;
  position:relative;
	width:780px;
	margin-left:auto;
	margin-right:auto;

}
a{
	text-decoration: none;	
}
/**************************************************************
   header 
 **************************************************************/
#header {
  display: none;
}
#header ul {
	display: none;
}

#header ul li {
 display: none;
}

#header ul li a {
  display: none;
}

#header ul li a.last {
 display: none;
}

#header ul li a:hover {
 display: none;
}


/**************************************************************
   Title 
 **************************************************************/

#titleBox {
	height: 140px;
	background-color: #FFFFFF;
	background-image: url(/img/nzsflogo140.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	position:relative;
	padding: 0px;
}
#titleBox h3{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#titleBox h1{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 42px;
	color: #333333;
	font-weight: bold;
	text-align: left;
	font-variant: normal;
	margin: 0px;
	padding: 0px;
}

.the{
	position: absolute;
	left: 230px;
	top: 10px;
}
.nz{
	position: absolute;
	left: 230px;
	top: 25px;
}
.sf{
	position: absolute;
	left: 230px;
	top: 65px;
}

/**************************************************************
   Top menu 
 **************************************************************/
#menu{
	display: none;
}
#menu ul {
  display: none;
  
}

#menu ul li {
 display: none;
}

#menu ul li a {
	display: none;
}

#menu ul li a span {
  display: none;
}


#menu ul li a span.desc {
 display: none;
}


#menu ul li a:hover,
#menu ul li a.here {
  display: none;
}

#menu ul li a:hover span.desc,
#menu ul li a.here span.desc {
  display: none;
}
/********************************************************************/




#content {
	padding:10px;
	padding-bottom:60px;   /* Height of the footer */
	font-family: Corbel, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333;
}


/**************************************************************
   footer
 **************************************************************/

#footer {
	display: none;
}
#footerlogo{
	display: none;
}
#footer ul {
	display: none;
}

#footer ul li {
  display: none;
}

#footer ul li a {
 display: none;
}

#footer ul li a.last {
 display: none;
}

#footer ul li a:hover {
 display: none;
}

#adminlink{
	display: none;
}
#adminlink a{
	display: none;
}
#adminlink a:hover{
display: none;
}