HTML,BODY {
	font-family: Verdana, Arial;
	font-size: 0.9em;
	color: #000;
}
BODY {
	background-image: url('images/body_bg.jpg');
}
#content {
	margin: 0 auto 0;
	width: 775px;
}
#content #title {
	position: relative;
	width: 775px;
	height: 25px;
	line-height: 25px;
	background-image: url('images/title_bar.jpg');
	color: #FFF;
	font-size: 1.1em;
	font-weight: Bold;
	border: 1px solid #000;
}
#content #title IMG.nl {
	position: absolute;
	top: 2px; 
	right: 3px;
	border: 0;
}
#content #title IMG.uk {
	position: absolute;
	top: 2px; 
	right: 23px;
	border: 0;
}

#content #logo {
	width: 775px;
	height: 100px;
	background-image: url('images/logo.jpg');
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
#content #links {
	width: 775px;
	height: 25px;
	line-height: 25px;
	background-image: url('images/menu_bar.jpg');
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	font-size: 0.9em;
	font-weight: Bold;
}
#content #text {
	position: relative;
	width: 775px;
	min-height: 400px;
	background-color: #f3f3ff;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	line-height: 22px;
	font-size: 1.0em;
	padding-bottom: 80px;
}
#content #text .pad {
	padding: 20px;
}

#content #text .inner_bottom {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 745px;
	height: 75px;
	line-height: 12px;
	font-size: 0.8em;
	text-align: center;
}

a {
	color: #204d9e;
	text-decoration: none;
}
a:hover {
	color: #01286e;
	text-decoration: underline;
}
DIV.line {
	clear: both;
	width: 700px;
	padding-top: 15px;
}
DIV.line .error {
	float: left;
	width: 700px;
	color: #CC0000;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 12px;
}
DIV.line .desc {
	float: left;
	width: 250px;
	text-align: left;
}
DIV.line .formi {
	float: left;
	width: 450px;
	text-align: left;
}
