/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
  height: 99%;
  margin-bottom: 1px;
}

form {
  margin: 0;
  padding: 0;
}

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica;
	line-height: 130%;
	font-size: 13px;
	color: #333333;
	background-color: #FFF;
	
}


#leftcolbottom, #headerimg, #jflanguageselection {
	
	display:none;
}



#container {
	position:absolute;
	left:0;
	top:0;
	
	min-height:460px;
	width:100%;
	border:1px none #CCC;
	background-color: #FFF;
	background-image: none;
	}

#Logo img{
	
	width:95%;
	height:95%;

}


#menu {
	display:none;
}

#leftimg {
	display:none;
}





h4{
	font-size:14px;
	color:#666;
}

h5{
	font-size:13px;
	font-weight:bold;
	margin-bottom:5px;
	color:#E25D24;
}

a:link, a:visited {
	text-decoration: none;
	color: #666;
	font-weight: normal;
}



img { border: 0 none; }

