body{
	text-align:center;
	background-image:url(/images/background_greypin.gif);
	background-color:#999999;
	margin:0px;
}

#page_container {
	width:768px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#banner{
	width:768px;
	height:160px;
	background-image:url(/images/cont_t.png);
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
}

#menu1_container{
	height:25px;
	padding:126px 0px 0px 10px;
}

#main_container{
	text-align:left;
	width:768px;
	background-image:url(/images/cont_bg.png);
	margin-left:auto;
	margin-right:auto;
	background-repeat:repeat-y;
}

#footer{
	background-image:url(/images/cont_b.png);
	background-repeat:no-repeat;
	height:16px;
	width:768px;
	margin-left:auto;
	margin-right:auto;
}

/* main content area */
#content_area {
	float:left;
	width:572px;
	padding-left:9px;
}
/* main content area full width */
#content_area_full {
	float:left;
	width:728px;
	padding-left:10px;
}

/* content chunk footer */
div.content_chunk_footer {
	clear: both;
	padding-bottom:20px;
}

/* content chunk footer with no gap*/
div.content_chunk_footer_nogap {
	clear: both;
}

/* header row on nzeal first page*/
.nzeal_first_head	{
	height:20px;
	padding-left:5px;
	background-color:#E2E2E2;
	background-image:url(images/checker.gif);
	background-position:right;
	background-repeat:no-repeat;
	font-weight:bold;
	color:#999999;
}

/* Nzeal Specific first page text*/
.parahead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #0066FF;
	line-height: 20px;
}
.parabody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #000000;
	line-height: 20pt;
	font-weight: normal;
}
.parabold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #0052CC;
	line-height: 20pt;
	font-weight: bold;
}

/* menu container */
#menu_container {
	padding-left:5px;
	float: left;
	width: 160px;
}
#menu2_top {
	width:160px;
	height:20px;
	background-image:url(images/menu2_top.png);
	background-repeat:no-repeat;
	padding-bottom:1px;
}
#menu2_bottom {
	width:160px;
	height:20px;
	background-image:url(images/menu2_bottom.png);
	background-repeat:no-repeat;
}

/* new wide menu */
.menu1_item {
	float:left;
}
.menu1_button_left, .menu1_button_right, .menu1_button_left_sel, .menu1_button_right_sel {
	height:25px;
	width:10px;
	float:left;
}
.menu1_button_left{background-image:url(images/menu_left.png);}
.menu1_button_right {background-image:url(images/menu_right.png);}
.menu1_button_left_sel {background-image:url(images/menu_left_sel.png);}
.menu1_button_right_sel {background-image:url(images/menu_right_sel.png);}

a.menu1txt, a.menu1txtactive {
	font-size: .9em;
	text-decoration:none;
	display:block;
	height:25px;
	float:left;
}
a.menu1txt{
	color:#555555;
	background-image:url(images/menu_unselected.gif);
}
a.menu1txtactive{
	color:#FF0000;
	background-image:url(images/menu_selected.gif);
}

a.menu1txt:hover {
	color: #0000FF;
	background-color:#9196C8;
}

a.menu2txt, a.menu3txt, a.menu2txtactive, a.menu3txtactive {
	font-size: .9em;
	text-decoration:none;
	display:block;
	margin:0px;
	border-bottom:#FFFFFF solid 1px;
}
a.menu2txt:hover, a.menu3txt:hover {
	color: #0000FF;
	background-color:#9196C8;
}
a.menu2txt, a.menu2txtactive {
	padding:0px 4px 0px 12px;
	background-color:#D0D0D0;
}
a.menu3txt, a.menu3txtactive {
	padding:0px 4px 0px 20px;
	background-color:#E0E0E0;
}
a.menu2txt, a.menu3txt {color:#666666;}
a.menu2txtactive, a.menu3txtactive {color:#FF0000;}