body {
	color:				#000000; /*3e3e3e;  676767;*/
	background:			#f6efe4; /*#e3e5e8;*/
	padding:			0px;
	margin:				0px;
	text-align:			center;
	font-family:	 	'Open Sans', sans-serif; /*Open Sans, Roboto Slab*/
	font-size:			13px;
	font-weight:		400;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
	-webkit-font-smoothing:antialiased;
	
}

a:link, a:visited {
	text-decoration: 	none;
	color:				#990000; /*#e88e10; #a05f03; */
}

a:hover {
	text-decoration:	none;	
	color:				#e88e10;
}

#DesktopNavigationDiv{
	top:				0px;
	left:				0px;
	display:			inline-block;
	width:				100%;
	height:				25px;
	margin:				0px 0px 0px 0px;
	padding:			0px;
	text-align:			center;
	background:			#f6efe4;   /*e3e5e8*/
}

#DesktopHomeLogoDiv{
	position:			relative;
	display:			inline-block;
	float:				left;
	background:			#ffffff;
	width:				70px;
	height:				21px;
	margin:				5px 0px 0px 5px; 
	padding:			0px;
	text-align:			center;
	font-size:			17px;
	font-weight:		bold;
	line-height: 		120%;
	border:				1px solid #990000;	
}

#DesktopLanguageSelect{
	float:				right;
	margin:				5px 5px 0px 0px;
	width:				70px;
	height:				21px;
	
	background:			#ffffff;
	text-align:			center;
	font-size:			12px;
	font-weight:		bold;
	line-height: 		170%;
	border:				1px solid #990000;	
}  

#DesktopMenu{
	position:			relative;
	display:			inline-block;
	width:				540px;
	height:				35px;
	text-align:			center;
	margin:				0px auto 0px auto;
	padding-top:		15px;
	font-size:			13px;
	overflow:			hidden;
}	

.DesktopMenuDiv{
	float:				left;
	padding:			0px;
}

.DesktopMenuDiv:hover{         	
     background: white;  
     border: 1px inset #c0c0c0;     
     margin-left: -2px;      
     text-align:center;
     -webkit-transform: scale(.85);
	 -ms-transform: scale(.85);
	 transform: scale(.85);        		       
}

#DesktopLogoDiv{
	padding:			0px;
	margin:				0px;
	text-align:			center;
	margin-top:			-17px;
}

#DesktopLanguageBox{
	padding:			0px;
	margin:				0px;
}

.MenuLinkStyle{
	color:				#a05f03;	
}	

.MenuLinkStyle:hover{
	text-decoration:	none;
}

#DesktopContentDiv{
	width:				70%;
	margin: 			0px auto 0px auto;
	text-align:			justify;
	font-size:			14px;
}

#DesktopContents{
	display:			inline-block;
	width:				90%;
	background:			white;
	margin:				10px;
	padding:			10px;
	border:				1px solid #c0c0c0;
	border-radius:		14px;
	text-align:			Center;
}

#DesktopContextualContentsDiv{
	display:			block;
	position:			relative;
	width:				170px;
	height:				400px;
	float:				right;
	border:				1px inset #c0c0c0;
	padding:			20px;
	margin-left:		10px;
	background:			#eaebed;
	border-radius:     10px 10px 0px 0px;
	border-bottom:		10px solid #666666;
}
                                                                                    
#Contents{
	position:			relative;
	text-align:			left;
	margin:				auto;
}

#PageHeader{			/* VERIFIED */
	position:			relative;
	color:				#400040;	
	font-family:		Open Sans;
	font-size: 			18px;
	margin:				0px;	
}

#Footer{
	margin:				20px 0px 0px 0px;
	padding:			0px;
	clear:				both;	
}

.BlackText{
	color:				#000000;	
	font-family:		Open Sans;
	font-size:			14px;
}

.BoldText{
	font-weight:		600;	
}	

#BackToTop{
	display:			none;
	position:			fixed;
	width:				37px;
	bottom:				0;
	right:				0;
	width:				37px;	
}

#CustomBoxLegend {		/* VERIFIED */
	border: 			1px outset #c0c0c0;
	padding: 			5px 20px 5px 20px;
	font: 				12px  Verdana, Tahoma;
	font-weight:		bold;
	color: 				#333333;
}

