@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#header {
	width: 948px;
	margin: 0 auto;
	text-align: left;
}

#header #logo {
	float: left;
}

#logo img {
	border: 0px;
}

#languages {
	font-size: 8pt;
	color: gray;
	float: right;
	width: 200px;
	margin-top: 10px;
}

#languages a {
	text-decoration: none;
	color: gray;
}

#languages a:hover, #languages a.active {
	color: black;
}

#logo-fsc {
	float: right;
	margin-top: 12px;
	margin-right: 20px;
}

#logo-fsc img {
	border: 0px;
}

#page-bg {
	width: 100%;
	background-color: #f6f6f6;
	border-top: 1px solid white;
}

#page {
	width: 948px;
	margin: 0 auto;
	text-align: left;
}

#menu {
	height: 65px;
}

#menu a {
	display: block;
	padding: 30px;
	text-decoration: none;
	color: #656565;
	border-right: 1px solid white;
	text-transform: uppercase;
	font-size: 9pt;
	font-weight: normal;
	float: left;
}

#menu a:hover, #menu a.active {
	color: #4b983a;
}

#squares {
	width: 240px;
	float: left;
}

#squares img {
	border: 0px;
	width: 242px;
}

#flash-anim {
	width: 708px;
	float: right;
	text-align: left;
}

.column {
	float: left;
	width: 305px;
	margin: 20px 0;
	border-right: 1px solid #eee;
}

.column h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.column .inside {
	padding: 0 25px;
}
