body {
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	line-height: 150%;
	background:;
	margin: 0px;
	padding: 0px;
	min-width: 970px;
	color:#464646;
/*overflow-x:hidden;overflow-y:auto;*/
}
/****** Nav Panel ******/
#nav_back{
	margin:0px;padding:0px;
	text-align:center;
	height:78px;
}
.navPanel{
	text-align:center;
	float:center;
	width:980px;
	border: 0px
	line-height: 200%;height:73px;
	background:url('base/menu_bg.gif') repeat-x top;
}
.innerNavPanel {
	margin: 0px;padding:0px;float:left;
	height:36px;
}

#nav_left{
	width:4px;height:73px;
	float:left;
	padding:0px;margin:0px;
	background: url("base/menu_left.gif") no-repeat left top;
}
#nav_right_b{
	
	
	height:73px;width:4px;float:right;
	background:url("base/menu_right.gif") no-repeat right top;
}

/* buttons */
.buttonWrapper{
	border: 0px solid #E4E1DA;
	border-left: none;
	/*background: #F2F0EE url('base/bg_btn.png') top left;*/
}
.buttons{
	line-height: 200%;
	white-space: nowrap;
	text-align:center;
	width: 100%; /* ie6 fix */
	overflow: hidden;
}
.buttons a:link,
.buttons a:active,
.buttons a:visited,
.buttons a:hover
{
	float: left;
	display: block;
	padding: 8px 30px;
	text-decoration: none;
	color: #464646;
	border-left: 0px solid white;
	border-right: 0px solid #E4E1DA;
	
	background: url('base/menu_bg.gif') top center no-repeat;
}
.buttons a:hover
{
	color: #464646;
	background: url('base/bg_btn_hover.gif') top center no-repeat;
	
}
.buttons-special
{
	font-weight: bold;
}
.buttons-active {
	color: #464646 !important;
	background: url('base/bg_btn_active.gif') top center no-repeat !important;
}
.sub_menu{
	color: #FF0000 !important;
	padding:2px;
	border-bottom:solid 1px #FF0000;
	/*background: url('base/bg_btn_active.png') top center no-repeat !important;*/

}
.shadowStrip{
	width:95%;text-align:left;
	height: 30px;
	padding:5px;
	font-size: 100%;
	line-height: 100%;
}