#container{
	position:relative;
 	color:#E0E0E0;
	width:971px;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	background-image:url(images/textbg.gif);
	background-repeat:repeat-x;
	
	
	
}
#nav{
	position:relative;
	height:23px;
	font-size:12px;
	font-weight:bold;
	line-height:22px;
	margin-top:5px;
	background-color: #B7B6BC;
}
	
#nav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	float:left;
}
#nav ul li{
	display:block;
	float:left;
	
}
#nav ul li a{
	display:block;
	float:left;
	color:#EAF3F8;
	text-decoration:none;
	height:23px;
	background: url(images/blue.gif) no-repeat;
	width:194px;
	text-align:center;
}
#nav ul li a.last{
	display:block;
	float:left;
	color:#EAF3F8;
	text-decoration:none;
	height:23px;
	background: url(images/blue_last.gif) no-repeat;
	width:194px;
	text-align:center;
	clear:right;
}
#nav ul li a.first{
	display:block;
	float:left;
	color:#EAF3F8;
	text-decoration:none;
	height:23px;
	background: url(images/blue_first.gif) no-repeat;
	width:194px;
	text-align:center;
	clear:right;
}

#nav ul li a span{
	height:21px;
	float:left;
	width:194px;
	text-align:center;
}
#nav ul li a:hover{
	color:#fff;
	
}
#nav ul li a:hover span{
	display:block;
	width:auto;
	cursor:pointer;
	
}
#nav ul li a.current,#nav ul li a.current:hover{
	color:#000000;
	background: url(images/white.gif) no-repeat ;
	width:194px;
	line-height:22px;
}
#nav ul li a.lastOver,#nav ul li a.lastOver:hover{
	color:#000000;
	background: url(images/white_last.gif) no-repeat ;
	width:194px;
	line-height:22px;
	
}
#nav ul li a.firstOver,#nav ul li a.firstOver:hover{
	color:#000000;
	background: url(images/white_first.gif) no-repeat ;
	width:194px;
	line-height:22px;
	
}

#nav ul li a.current span{
	display:block;
	height:23px;
	width:194px;
	text-align:center;	
}
#nav ul li a.firstOver span{
	display:block;
	height:23px;
	width:194px;
	text-align:center;

}
#nav ul li a.lastOver span{
	display:block;
	height:23px;
	width:194px;
	text-align:center;

}

#inner{
	color: #000000;
	padding: 5px;
	font-size: 80%;
	height:85px;
	
}

#inner a:link, #inner a:visited, #inner a:active{color: white}
#inner a:hover{color: yellow}

.innercontent{display: none;}

.table_bg{
	background-image:url(images/background-page.jpg);
	background-repeat:no-repeat;

}

