body {
	margin:0px;
	padding:0px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:13px;
	}
p{
	text-align:justify;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:13px;
	padding:0px;
	margin:0px 0px 6px 0px;
	}
	
#datetime {
	position:absolute;
	left:100px;
	top:1px;
	border:none;
	}
	
#grouplink {
	margin:0px auto 12px auto;
	text-align:left;
	width:792px;
	height:18px;
	border-bottom:1px solid #E7E7E7;
	background-color:#F7F7F7;
	font-weight:bold;
	padding:4px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
#grouplink a:hover{text-decoration:underline;}	
#grouplink img{
	border:none;
}
	
#contain	{
	width:800px;
	margin:0px auto;
	border-top:3px #999999 solid;
	text-align:left;
	}
	
#mainleft	{
	width:249px;
	padding:0px;
	margin:0px;
	height:auto;
	float:left;
}
#mainright	{
	width:551px;
	padding:0px;
	z-index:40;
	float:right;
}
#searchbar	{
	height:34px;
	margin:0px;
	padding:0px 5px 0px 0px;
	background-image:url(pic/search_grad.gif);
	background-repeat:repeat-x;
	background-position:top;
	text-align:left;
	}
.lookwhite	{
	color:#FFFFFF;
	font-weight:bold;
	font-size:10px;	
	vertical-align:middle;
	margin-left:20px;
	}
.searchtext	{
	margin-top:8px;
	width:130px;
	height:16px;
	font-size:11px;
	border:1px solid #CCCCCC;
	}
.searchgo	{
	padding:0px;
	width:22px;
	height:20px;
	font-size:10px;
	margin:0px;
	border-left:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	}
.searchgo:hover	{
	border:1px solid #666666;
	}
.subbut	{
	border-left:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	}
.subbut:hover	{
	border:1px solid #666666;
	}
		
.supertab	{
	margin:8px 0px 0px 0px;
	height:30px;
	border:none;
	}

.lgradcontent	{
	margin-top:8px;
	background: url(pic/white_top.gif) repeat-x top;
	padding:0px;
	background-color:transparent;
	position:relative;
	z-index:16;
	}
.lgradbottom	{
	background: url(pic/white_bot.gif) repeat-x bottom;
	height:35px;
	margin-top:-20px;
	position:relative;
	z-index:15;
	}
	
img	{
	margin:0px;
	padding:0px;
	}
.ref	{
	border:0px;
	}
.ref a	{
	border:0px;
	}
h2	{
	font-size:14px;
	line-height:14px;
	font-weight:600;
	color:#003366;
	margin:0px;
	padding:10px 0px 8px 20px;
	}
h3{
	font-weight:normal;
	color:#003366;
	font-size:9px;
	line-height:9px;
	margin:0px;
	padding:0px;
	}
h4	{
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
	padding:6px 6px 0px 20px;
	margin:0px;
	line-height:14px;
	}
	
h4 a	{
	text-decoration:none;
	color:#FFFFFF;
	}
h4 a:hover	{
	color:#CCCCCC;
	}
	
h5{
	font-weight:bold;
	font-size:10px;
	color:#003366;
	margin:0px;
	padding:0px;
}
h5 a{text-decoration:underline;}
h5 a:hover{text-decoration:none;}
h6	{
	color:#333333;
	font-weight:normal;
	font-size:10px;
	padding:6px 6px 0px 20px;
	margin:0px;
	line-height:12px;
	}
a	{
	text-decoration:none;
	color:#003366;
	}
a:hover	{
	color:#999999;
	}
	
.cssform p{
	width: 160px;
	clear: left;
	margin: 0px 0px 0px 20px;
	padding: 5px 0px 0px 20px;
	padding-left:60px;
	height: 1%;
	vertical-align:middle;
	text-align:left;
}

.cssform label{
	font-weight: bold;
	margin-left: -60px;
	width: 35px;
	font-size:10px;
	line-height:12px;
}
.cssform textarea{
	margin-left: -60px;
	width: 350px;
	height:50px;
	font-size:12px;
	line-height:14px;
}

#affili{
text-align:justify;
margin-top:8px;
vertical-align:middle;
}
#affili img{
padding-bottom:5px;
padding-left:12px;
border:0px;
vertical-align:middle;
}
#affili img a{
padding-bottom:3px;
border:0px;
}

/*======navigation======*/
/* navigation tabs styles */
#ddimagetabs{
margin-bottom:8px;
}

#ddimagetabs span{
display: block;
height: 20px; /*height of tab image */
width:2px;
float: left;
display: inline;
margin-left: 0px; /*spacing between tabs */
padding-top: 11px; /*vertical offset of tab text from top of tab*/
background:url(pic/navired.gif) repeat-x; /*URL to tab image */
border-bottom:3px solid #999999;
}
#ddimagetabs a{
display: block;
text-decoration: none;
font-weight:normal;
font-size:11px;
color: #003366; /*font color */
height: 20px; /*height of tab image */
float: left;
display: inline;
margin-left: 0px; /*spacing between tabs */
padding-top: 11px; /*vertical offset of tab text from top of tab*/
background:url(pic/naviwhite.gif) repeat-x; /*URL to tab image */
text-align: center;
border-bottom:3px solid #999999;
}

#ddimagetabs a:hover, #ddimagetabs a.current{
background:url(pic/navidark.gif) repeat-x; /*URL to tab image onmouseover */
color: #003366;
}
#tabcontentcontainer{
margin-left:20px;
display:block;
height:30px;
width:551px;
font-weight:normal;
font-size:11px;
color: #993333;
text-decoration: none;
vertical-align:middle;
}
#tabcontentcontainer a{
color: #003366;
padding-top:2px;
text-decoration: none;
}

#tabcontentcontainer a:hover{
color:#999999;
}
.switchcontent{
display:none;
}
.tabcontent{
display:none;
}

.midim{
vertical-align:middle;
}
.conbox{
margin:11px 0px 5px 0px;
display:block;
width:551px;
height:auto;
float:left;
}
.bodytext{
margin:0px 0px 0px 20px;
width:300px;
float:left;
}
.bodytextfull{
margin:0px 0px 0px 20px;
width:489px;
float:left;
}
.bodypics{
margin:16px 0px 0px 340px;
width:189px;
clear:right;
text-align:justify;
}
#ater{
display:block;
height:8px;
}
#footer{
margin:70px 0px 0px 20px;
display:block;
width:531px;
border-top:1px solid #CCCCCC;
font-size:9px;
clear:both;
}

.nz100{
display:table-cell;
float:left;
background:url(pic/nzown.gif) center no-repeat;
width:39px;
height:32px;
vertical-align:middle;
}
.nz100:hover{
background:url(pic/nzover.gif) center no-repeat;
}

.bbh{
display:table-cell;
float:left;
background:url(pic/BBH-logo.gif) center no-repeat;
width:50px;
height:32px;
vertical-align:middle;
margin-left:35px;
}
.bbh:hover{
background:url(pic/BBH-logo_c.gif) center no-repeat;
}
.qual{
display:table-cell;
float:left;
background:url(pic/QUAL4STARBP.gif) center no-repeat;
width:25px;
height:32px;
vertical-align:middle;
margin-left:0px;
}
.qual:hover{
background:url(pic/QUAL4STARBP_c.gif) center no-repeat;
}
.nzecc{
display:table-cell;
float:left;
background:url(pic/NZECC.gif) right no-repeat;
width:30px;
height:35px;
vertical-align:middle;
margin-left:35px;
}
.nzecc:hover{
background:url(pic/NZECC_c.gif) right no-repeat;
}
.nzto{
display:table-cell;
float:left;
background:url(pic/nzto_logo.gif) right no-repeat;
width:41px;
height:34px;
vertical-align:middle;
margin-left:16px;
margin-right:16px;
}
.nzto:hover{
background:url(pic/nzto_logo_c.gif) right no-repeat;
}
.galpic{
	float:left;
	margin:0px 0px 7px 7px;
}
.galpic img{
	border:3px solid #CCC;
}
.galpic img:hover{
	border:3px solid #E7E7E7;
}

/*====anylink=drop=down======*/
#dropmenudiv{
position:absolute;
border:1px solid #999999;
border-bottom-width: 0;
font:10px Verdana;
line-height:14px;
z-index:100;
margin-left:190px;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #666666;
padding: 1px 0px;
color:#E7E7E7;
text-align:left;
text-decoration: none;
font-weight:normal;
background-image:url(pic/smarrow.gif)
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #C9C9C9;
color:#CCCCCC;
}

.ppicc{
	display:block;
	width:200px;
	height:160px;
	float:left;
	border:1px solid #CCCCCC;
	margin:2px;
	}
	
#affili{
text-align:justify;
margin-top:8px;
vertical-align:middle;
}
#affili img{
padding-bottom:5px;
padding-left:12px;
border:0px;
vertical-align:middle;
}
#affili img a{
padding-bottom:3px;
border:0px;
}
/*====anylink=drop=down======*/
#dropmenudiv{
position:absolute;
border:1px solid #999999;
border-bottom-width: 0;
font:10px Verdana;
line-height:14px;
z-index:100;
margin-left:190px;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #666666;
padding: 1px 0px;
color:#E7E7E7;
text-align:left;
text-decoration: none;
font-weight:normal;
background-image:url(pic/smarrow.gif)
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #C9C9C9;
color:#CCCCCC;
}

.ppicc{
	display:block;
	width:200px;
	height:160px;
	float:left;
	border:1px solid #CCCCCC;
	margin:2px;
	}

/* ######### Default class for drop down menus ######### */

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border-left:1px solid #999;
border-right:1px solid #999;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background-image:url(/pic/navidarkd.gif);
background-repeat:repeat-x;
background-color:#FFFFFF;
width: 135px; /* default width for menu */
}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
text-align:left;
}

.anylinkcss ul li a{
width:100%;
display:block;
border-bottom:1px solid #999;
padding:0px;
text-decoration:none;
text-indent:5px;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkcsscols{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #DEFFCA;
}

.anylinkcsscols .column{
width: 130px;
float: left;
}

.anylinkcsscols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcsscols li{
padding-bottom: 3px;
}

/* ######### class for shadow DIV ######### */
.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: #FFFFFF;
visibility: hidden;
}