/*@font-face selectors*/

@font-face {
	font-family: 'BertholdImagoBQBook';
	src: url('../fonts/berthold_imago_bq/berthold_imago_bq_book-webfont.eot');
	src: local('?'), url('../fonts/berthold_imago_bq/berthold_imago_bq_book-webfont.woff') format('woff'), url('../fonts/berthold_imago_bq/berthold_imago_bq_book-webfont.ttf') format('truetype'), url('../fonts/berthold_imago_bq/berthold_imago_bq_book-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

html, body {
	color: #00395a;
	text-decoration: none;
	font-family: 'BertholdImagoBQBook',Helvetica,Arial,sans-serif;
}

body {
	background: white;
	font-size: 12px;
	padding: 100px 0 50px 0;
}

#meta-navigation, .navigation, #footer {
	display: none;
}

img a, a {
	color: #000;
	border: none;
}

img {
	border: none !important;
}

h1 {
	font-size: 16px;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 16px;
	margin: 0;
	padding: 0;
}

#logo {
	position: absolute;
	right: 0;
	top: -60px;
	text-align: right;
}

#main {
	overflow: visible;
	position: relative;
	width: 580px;
}

#content,
#logo {
	width: 100%;
}

.menu .left {
	width: 290px;
	text-align: left;
	float: left;
	padding-right: 20px;
	display: block !important;
	/*background-color: red;*/
}

.menu .right {
	width: 270px;
	float: right;
	display: block !important;
	/*background-color: yellow;*/
}

.contententry {
	/*clear: both;*/
	display: block;
	/*border: 1px solid white;*/
	margin-bottom: 10px
}

.clear {
	clear: both;
}

.spacerAfter50 {
	margin-bottom: 0.5em
}

.spacerAfter1 {
	margin-bottom: 1em
}

.spacerAfter2 {
	margin-bottom: 2em
}

.spacerAfter3 {
	margin-bottom: 3em
}

.pageBreak {
	page-break-after: always;
	clear: both;
	width: 100%;
	display: block;
	border: 1px solid white;
}
