html, body {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 18px;	
	color: #333333; 
	line-height: 16px; 
	margin:0px; 
	padding:0px; 
	border:none;
}



p {
	font-size: 1.8em;
	line-height: 150%;
}



/*------------------*/
/* TOP NAVIGATION  */
/*-----------------*/


#navigation {
	width: 100%;
	height: 40px;
	background:#999999;
	
}



#navigation ul {
	margin-left: 20px;
	padding-left: 0;
	display: inline;
	width: 100%;
	height: 40px;
	position: relative;
	top: 5px;
	

	} 

#navigation ul li {
	margin-left: 0;
	border-left: 1px solid #333;
	list-style: none;
	display: inline;


	}

#navigation ul li a {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	padding: 10px 20px;
    color:#FFF;
	text-decoration: none;
	

}

#navigation ul li a:hover {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 20px;
	font-weight: bold;
	background:#666666;
	padding: 11px 20px;
	color:#FFF;

}
		
#navigation ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	}





#vertmenu {
font-size: 140%;
width: 200px;


}


#footer {
	
	background: #666666;
	height: 380px;
	z-index:99;
	

	
 }


.footerCopyright {
	width: 900px;
	text-align:left;
	font-size: 24px;
	line-height:24px;
	

}


#fade { /*--Transparent background layer--*/
	
	
	width: 100%; height: 300%;

}


.popup_block p {
	font-size: 24px;
}