html {
	height:100%; 
	padding:0; 
	margin:0; 
	border:0; 
	font-size:12px;
	font-family:tahoma, verdana, arial;
	color:#537477;
	line-height:20px;
	overflow: hidden; 
} 

/*body {
	height:100%; 
	max-height:100%; 
	overflow:hidden; 
	padding:0; 
	margin:0; 
	border:0;
	/*background:rgb(209,205,193);
}*/

#head {
	position:absolute;
	margin-left:-321px;
	left:40%;
	top:20px;
	width:784px;
	height:88px;
	z-index:16;
	visibility: visible;
	font-size:11px;
}

#content {
	display:block;
	overflow:auto;
	position:absolute;
	z-index:10;
	top:138px;
	width:784px;
	margin-left:-321px;
	left:40%;
	bottom:45px;
	visibility: visible;
	height: 350px;
	
	
	/*
	top:145px;
	width:784px;
	margin-left:-321px;
	left:40%;
	height: 80%;
	height:58%;
	visibility: visible;
	*/
	
}

#foot {
	text-align:center;
	position:absolute;
	margin-left:-321px;
	left:40%;
	bottom:20px;
	width:784px;
	background:url(chrometheme/chromebg2-inv.gif) center center repeat-x;
	color: #494949;
	z-index: 12;
	border: 1px solid #BBB;
	font-size:11px;
	top: 494px;
	height: 22px;
	visibility: visible;
	
}


#hands {
	position:absolute;
	top:0;
	width:170px;
	visibility: visible;
}
#flag{
	position:absolute;
	top:3px;
	left:751px;
	visibility: visible;
	width: 31px;
	height: 21px;
}

#louise {
	position:absolute;
	top:30px;
	left:184px;
	visibility: visible;
	width: 162px;
	height: 52px;
}

.language {
	font-style:normal;
	font-size:11px;
	text-decoration::none;
	color:#494949;
}
.language a:link{
	text-decoration: none;
	color: #494949;
}
.language a:hover{
	text-decoration: none;
	font-weight:bold;
	color:#494949;

}
.language a:visited{
	text-decoration: none;
	color:#494949;
}
#breadcrumb {
	position:absolute;
	top:94px;
	left:8px;
	visibility: visible;
	width: 268px;
	height: 21px;
}

/* html #foot {
	bottom:20px; width:784px; height:26px;
}*/

.Bold {
	font-size: 14px;
	font-weight: bold;
}

.subButton {
	color:#666666;
	background-color:#B5E2FE;
	font-family:tahoma, verdana, arial;
	font-size:small;
	
	
}
	

/************ MENU BAR ************/

#chromemenu {
	position:absolute;
	margin-left:-321px;
	left:40%;
	top:108px;
	width:784px;
	visibility: visible;
	z-index: 15;
}


.chromestyle{
width: 99%;
font-family: tahoma, verdana, arial;
font-size:11px;
font-style:normal;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #BBB;
width: 100%;
background: url(chrometheme/chromebg2.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #B5E2FE; /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover{
background: url(chrometheme/chromebg2-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " v";*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #B5E2FE; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-family: tahoma, verdana, arial;
font-size:11px;
font-style:normal;
line-height:18px;
z-index:100;
background-color: white;
width: 150px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #B5E2FE; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: black;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #EBF7FF;
}

/************* END MENU ********************/
