body {
	margin: 0px;
	font-family: arial, tahoma, sans-serif;
	line-height: 16px;
	background: url('gfx/body_bg.gif') repeat-y center;
}
img {
	border: 0px;
}
a {
	color: white;
}
label.error {
	color: RED;
}
h1.dark_blue {
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #00265a;
	display: inline;
}
h1.white, h1 {
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	color: white;
	display: inline;
}
h1.blue {
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #00a0e3;
	display: inline;
}
h1.green {
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #9ec400;
}
h2.actueel {
	font-size: 12px;
	font-weight: bold;
	color: #0aa7a9;
}
div#mainContainer {
	width: 1000px;
	margin: auto;
	padding: 0px;
}
div#headContainer {
	width: 1000px;
	height: 171px;
	background: url('gfx/header.jpg') no-repeat right;
}
div#menu {
	width: 666px;
	height: 35px;
	float: right;
	margin-right: 170px;
	margin-top: 5px;
}
div#menu a {
	width: 111px;
	height: 35px;
	float: left;
	line-height: 35px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	color: white;
	background: url('gfx/button_inactive.gif') no-repeat;
	display: block;
}
div#menu a:hover {
	width: 111px;
	height: 35px;
	color: #00265a;
	background: url('gfx/button_active.gif') no-repeat;
}
div#menu a.active {
	background: url('gfx/button_active.gif') no-repeat;
	color: #00265a;
}
div#menu a.twoLine {
	line-height: 11px;
	padding-top: 6px;
}
div#menu a.twoLine_active {
	background: url('gfx/button_active.gif') no-repeat;
}
div#leftCol {
	width: 160px;
	float: left;
	background: #fbba00;
	text-align: center;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	color: #002458;
}
div#leftCol a {
	color: #002458;
}
div#sponsersCol {
	width: 135px;
	background: #ffe7b6;
	margin: auto;
	margin-bottom: 11px;
	padding-right: 10px;
	padding-bottom: 5px;
	text-align: right;
}
div#sponsersCol img {
	margin: 3px 0;
}
div#sponsersCol a {
	text-transform: none;
	font-size: 12px;
}
div#contentCol {
	width: 637px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: white;
}
div#contentCol h1 {
	font-size: 14px;
	font-weight: bold;
	color: white;
}
div#contentHeader {
	width: 1000px;
	height: 79px;
	text-align: center;
	line-height: 30px;
	background: url('gfx/content_header.jpg') no-repeat;
}
div#rightCol {
	width: 163px;
	float: right;
	text-align: center;
}
div#rightCol a {
	color: white;
}
div#actueelCol {
	width: 130px;
	background: #dae5b6;
	margin: auto;
	margin-bottom: 8px;
	padding: 10px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #0aa7a9;
}
div#actueelCol a {
	color: #0aa7a9;
}
div#actueelCol h1 {
	font-size: 14px;
	font-weight: bold;
	color: #0aa7a9;
}
div.spacer {
	clear: both;
}