body
{
	padding: 0;
	margin: 0;
	font-family: Open Sans;
}
#navigationBar 
{
	height: 70px;
	width: 100%;
	background-color: #ababad;
}
a.navigationButton 
{
	margin-right: 2px;
	float: left;
	width: 78px;
	height: 70px;
	background-color: #ababad;
	color: white;
	font-size: 11px;
	line-height: 11px;
	text-align: center;
	cursor: pointer;
}

a.navigationButton  img
{
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 24px;
	margin-right: 24px;
}
a.navigationButton.selected, a.navigationButton:hover
{
	background-color: #58585b;
}
#languages
{
	float: right;
	margin-right: 23px;
	margin-top: 23px;
	background-color: #f4f4f4;
	font-size: 14px;
	padding: 2px 0 2px 5px;
	border: 0;
	width: 150px;
}
#helpFileWrapper
{
	position: absolute;
	top: 70px;
	bottom: 0px;
	width: 100%;
}
#helpFile
{
	padding:0; 
	border:0;
}