﻿#navigation .help
{
	float: right;
}
#navigation .help a
{
	border-right: none;
	border-left: 1px solid #ffffff;	
}
#navigation li
{
	margin-left: -3px;
}
#navigation .first
{
	margin-left: inherit;	
}
#navigation .active a, #navigation .active a:hover
{
	background-color: orange;
	font-weight: bold;
	padding: 4px 15px 4px 15px;
	text-decoration: inherit;
	cursor: default;
}

#container-header
{
	position: relative;
}
#languages
{
	position:absolute;
	top: 20px;
	right: 20px;
	width: 64px;
	height: 24px;
	font-size: inherit;
	line-height:0px;
	padding: 12px 0px 0px 0px;
	margin: 0px;
}
#languages img
{
	line-height:0px;
	border: 0px;
}
#languages a:link, #languages a, #languages a:active, #languages a:visited
{
	text-decoration: none;
	border: 0px;
}
#container-slogan
{
	font-size: 14px;
	color: #006AC3;
	text-transform: uppercase;
	letter-spacing: -0.5px;
	font-weight: 700;
	position: absolute;
	top: 48px;
	left: 8em;
	height: 40px;
}
#container-content.wide #content
{
	width: 640px;	
	padding-right: 8px;
	float: none;
}
p
{
	margin-left: 2em;
}
b
{
	color: #006AC3;
}
#container-content.wide #border
{
	visibility: hidden;
}
#content table
{
	margin-left: 25px;
}