body {
	background-image: url(images/background_long.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.aCenter {	
	position: absolute;
	left: 50%;
	margin-left: -189px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 25px;
}
.topbar {
	background-image: url(images/top_line.gif);
	background-repeat: repeat-x;
	width: 800px;
	position: relative;
	top: 150px;
	height: 15px;
	margin-left: -400px;
	left: 50%;
}
.bottombar {
	background-image: url(images/bottom_line.gif);
	background-repeat: repeat-x;
	width: 800px;
	position: relative;
	top: 150px;
	height: 15px;
	margin-left: -400px;
	left: 50%;
}
.legalblock {
	background-color: #000000;
	background-repeat: repeat-x;
	width: 800px;
	position: relative;
	top: 150px;
	height: 15px;
	margin-left: -400px;
	left: 50%;
	text-align: right;

}
.aMenu {
	margin-top: 128px;
	position: absolute;
	left: 50%;
	margin-left: -370px;
}

#container2  
{  
    padding:20px;  
    width:760px;  
    color:#000000;  
    position:relative;  
    margin-left: -400px;
    left: 50%;
    overflow:hidden;
	top:150px;
}  
  
#container2 .transparency  
{  
   opacity:0.7;  
   filter:alpha(opacity=70);  
   -moz-opacity:0.7;  
   background-color:#ffffff;  
   width:800px;  
   height:1500px;  
   margin-left: -400px;
   left: 50%;
   position:absolute;  
   top:0px;  
   z-index:-1;  
}  
  
.content  
{  
    position:relative;  
}  

ul
{
	list-style-type:none;
	margin:0;
	padding:0;
	overflow:hidden;
}
li
{
	float:left;
}
a.nav:link,a.nav:visited
{
	display:block;
	width:85px;
	font-weight:bold;
	color:#ffffff;
	/*background-color:#9b9b9b;*/
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align:center;
	padding:4px;
	text-decoration:none;
	/*text-transform:uppercase;*/
}
a.nav:hover,a.nav:active
{
	background-color:#464646;
	color:#ffffff;
	filter:alpha(opacity=70);
	/* CSS3 standard */
	opacity:0.7;

}
.unactivelink
{
	display:block;
	width:85px;
	font-weight:bold;
	color:#ffffff;
	/*background-color:#9b9b9b;*/
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align:center;
	padding:4px;
	text-decoration:none;
	background-color:#000000;
	/*filter:alpha(opacity=50);*/
	/* CSS3 standard */
	/*opacity:0.5;*/
}
.floatleft 
{
	/*float:left;*/
	/* for IE */
    filter:alpha(opacity=100);
	/* CSS3 standard */
    opacity:1.0;
}
.layer2
{
  z-index:2;	
	
}
