/*
#masthead_container {
	margin-top: 66px !important;
}
*/

.masthead_margin_66  {
	margin-top: 66px !important;
}

.nav_column_66 {
	margin-top: 96px !important;
}

.page_content_66 {
	margin-top: 239px !important;
}


#cookie_message {
	position: fixed;	
	top: 0px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	/*height: 54px;*/
	border-bottom: 1px solid #dedede;		
	height: 65px;	
	background-color: #FFFFFF;
	z-index: 90;
	padding-top: 5px;
} 

#cookie_message_container {
	position: fixed;
	width: 100%;
	/*height: 0px;*/
	background-color: #FFFFFF;
	opacity: 0.7;
	height: 0px;
}

 #cookie_message_text {	
	width: 990px;		
	margin: 0 auto;
	text-align: justify;
 }

.cookie_font {
	font-family: Arial, sans-serif;
	font-size: 12px;
}

.cookie_text {
	/*color: #608bdb;*/
	color: #898c8c;
	text-decoration: none;
}

.cookie_text a {
	/*color: #273a5c;*/
	color: #608bdb;
	text-decoration: underline;
	cursor: pointer;
}

.cookie_links {
	/*color: #273a5c;*/
	color: #608bdb;
	text-decoration: underline;
	cursor: pointer;
}