body {
	padding: 0;
	margin: 0;
	background: url(../images/body-bg.png) repeat-y center rgb(240, 243, 243);
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
div#wrapper {
	width: 737px;
	margin: auto;
}
div#header {
	width: 100%;
	height: 116px;
	padding-left: 3px;
	background: rgb(156, 204, 202);
}
div#header img {
	float: left;
	width: 155px;
	height: 153px;
}
div#header h1 {
	margin: 0;
	float: left;
	color: #fff;
	font-family: Helvetica Neue, Verdana, Arial, Helvetica,sans-serif;
	font-size: 18px;
	font-weight: normal;
	padding-top: 3px;
	padding-left: 16px;
	width: 283px;
}
div#header h1 a {
	text-decoration:none;
	color: #fff;
	padding: 0;
	background: none;
}
ul#navigation {
/* 			float: right; */
	padding: 0;
	list-style-type: square;
	font-weight: bold;
	font-size: 11px;
	margin-top: 4px;
	margin-right: 15px;

}
ul#navigation li {
	color: #f0f3f3;
	padding: 2px;
}
ul#navigation li a {
	color: #333;
	text-decoration: none;
	outline: none;
	padding: 0;
	background: none;
}
ul#navigation li a:hover {
	color: #fff;
	text-decoration: none;
	outline: none;
	padding: 0;
	background: none;
}
div#content {
	width: 707px;
	height: auto;
	padding: 15px;
	padding-top: 40px;
}
ul li {
	padding: 2px;
}
h2 {
	color: #599B98;
}
h3 {
	color: #599B98;
	background: url(../images/h1.gif) no-repeat left;
	padding-top: 10px;
	padding-left: 35px;
	height: 30px;
}
a {
	outline: none;
	background: url(../images/link.gif) no-repeat right center;
	padding-right: 15px;
	color: #599B98;
}
div#footer {
	font-size: 11px;
	width: 707px;
	height: auto;
	padding: 15px;
	padding-bottom: 0px;
	text-align: center;
}
div#footer a {
	outline: none;
	color: #333;
	background: none;
	padding: 0px;
}
div.weirdAssInternetExplorerFloatBug {
	float: right;
}
p {
	line-height: 20px;
}
div.groenBg {
	background: #9CCCCA;
	padding: 5px;
}
table {
	width: 100%;
	border: 2px solid #599B98;
	border-right: none;
	border-bottom: none;
}
th, td {
	border-right: 2px solid #599B98;
	border-bottom: 2px solid #599B98;
}
.tableGreenBg {
	background: #9cccca;
	color: #fff;
}
label {
	width: 150px;
	float: left;
	font-weight: bold;
}
label span {
	color: #999;
	font-weight: normal;
	font-style: italic;
}
textarea {
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 12px;
}
a.normal {
	background: none;
	padding: 0;
}