body {
	font-family: Calibri;
	font-size: 14px;
	background-color: #EFF5FB;
}

.page {
	width: 960px;
	margin: 0px auto;
}

.header {
	height: 122px;
	background-color: #0B0B3B;
	border-bottom: 5px solid #B45F04;
	padding: 10px 0px 0px 20px;
}

.header img.logo{
}

.flags {
	float: right;
	margin-right: 20px;
}

img {
	border: 0px;
}

.menu {
	text-align: center;
	display: block;
	padding: 1px;
	background-color: #EFF5FB;
}

#nav, #nav ul {
	margin: 0px;
    padding: 0px;
    list-style: none;
	
}

#nav li {

	display: inline-block;

	font-size: 15px;
	background-color: #0B0B3B;
}

#nav li a {
	color: white;	
	margin: 5px;
	font-size: 15px;
	text-decoration: none;
	
}

#nav ul {
	margin-top: 5px;
    position: absolute;
    display: none;
	border-bottom: 1px solid silver;
	
}

#nav li.submenu {
	display: block;
	border: 0px;
	
	border-left: 1px solid silver;
	border-top: 1px solid silver;
	border-right: 1px solid silver;
	padding: 5px;
	background-color: #0B0B3B;
	text-align: left;
}

*html #nav li.submenu {
	text-align: left;
	margin-left: 0px;
	padding: 0px;
}

#nav li.submenu:hover {
    background-color: #084B8A;
}

#nav li:hover ul  {
    display: block;
}

#nav li.ie_does_hover ul {
    display: block;
}



#nav li.submenu a {
	width: 130px;
}

.title {
	padding: 2px 0px 0px 0px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	height: 30px;
	background-color: #0B0B3B;
	color: white;
}

.title #socialmedia-buttons{
	float:right;
}

.titlebar {
	height: 30px;
}

img.floatleft {
	float: left;
}
img.floatright {
	float: right;
}

.left {
	width: 720px;
	padding: 5px 0px;
}

.right {
	width: 205px;
	float: right;
	margin: 10px 5px;
}

.rightbox {
	min-height: 10px;
	width: 190px;
	border: 1px solid #0B0B3B;
	margin-bottom: 20px;
	padding: 0px 10px;
	background-color: #EFF5FB;
}

.content {
	text-align: left;
	margin-bottom: 5px;
	border: 6px solid #0B0B3B;
	padding: 0px 10px;
	background-color: white;
}

.content img {
	text-align: center;
	margin: 3px;
}

.footer {
	color: white;
	font-size: 13px;
	text-align: center;
	margin-top: 40px;
	padding-bottom: 2px;
	border-top: 5px solid #B45F04;
	background-color: #0B0B3B;
}

.footer a {
	text-decoration: none;
	color: white;
}

